Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/
Date: Mon, 23 Oct 2017 15:31:15
Message-Id: 1508772659.b2be1876f6d1589d6d5793d1b72bbe9092f2fc82.polynomial-c@gentoo
1 commit: b2be1876f6d1589d6d5793d1b72bbe9092f2fc82
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 14:35:37 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 15:30:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2be1876
7
8 app-admin/apache-tools: Removed old.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 app-admin/apache-tools/Manifest | 1 -
13 app-admin/apache-tools/apache-tools-2.2.31.ebuild | 89 -----------------------
14 2 files changed, 90 deletions(-)
15
16 diff --git a/app-admin/apache-tools/Manifest b/app-admin/apache-tools/Manifest
17 index 8c364055f1a..9edaa091fb2 100644
18 --- a/app-admin/apache-tools/Manifest
19 +++ b/app-admin/apache-tools/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST httpd-2.2.31.tar.bz2 5610489 SHA256 f32f9d19f535dac63b06cb55dfc023b40dcd28196b785f79f9346779e22f26ac SHA512 5aa47d4b76f692bbd8b309135ff99152df98cf69b505b9daf3f13f7f2a31443eaf4995161adfbc47a133b4d0e091fda2d95fc6b87a956f0ada18d7466ee28e74 WHIRLPOOL a2e3e53c51719cb6f7e641b41788cd89ce7b4d2ea105b403bfa3b3d4479b69c5604228269062f66722594e105e91121d05b1c9f27ca7dc4ecfcf339da8b8375c
22 DIST httpd-2.2.34.tar.bz2 5779739 SHA256 e53183d5dfac5740d768b4c9bea193b1099f4b06b57e5f28d7caaf9ea7498160 SHA512 e6dac5865a48533c025fe17523ee74d68c3a23f9512c9441b78a140e33cfb6835573eb049b0ad424eb5c5ca78a1915778c54e8a409da95fbdd3890cb99e08240 WHIRLPOOL 0bd86b3644fae79c74928c0cd8bc3e4b7d821544a760dbe6459df43210f690d3c4dc74168e029b0b5bbaba6fcd0433aeb4312794455d91b00b7c36c537dfdefd
23 DIST httpd-2.4.27.tar.bz2 6527394 SHA256 71fcc128238a690515bd8174d5330a5309161ef314a326ae45c7c15ed139c13a SHA512 7e7e8070715b74cb6890096a74e194f4c6a49c14bda685b1ad832e84312f1ac4316ea03a430e679502bfd8e1853aefa544ee002a20d0f7e994b9a590c74bc42c WHIRLPOOL 35aeaa01b2bf5772ad21d1011e619befd75fdaade5aa0ca7c61367e7b7a66af28dccf8729a53418f2598199721b68aac7d8c575797ed218150d00af4e8dd4dba
24 DIST httpd-2.4.28.tar.bz2 6553163 SHA256 c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666 SHA512 8de8e32b87e6de220e492e74db9df0882fae11c3b9732f3d3316da048c04767ac4429c0433c36f87d8705263e3376f97a7e1f66a9d7a518632a67b6fe617590a WHIRLPOOL a4c8be522d5e900e01cefc0fc6d196e3e49e45e2daffa9ec22b2dc44deace506da5a4cf68afd04b0062b87ffcd27b6e59d0b8ae71cc2304d5080d066174e95ed
25
26 diff --git a/app-admin/apache-tools/apache-tools-2.2.31.ebuild b/app-admin/apache-tools/apache-tools-2.2.31.ebuild
27 deleted file mode 100644
28 index 164fa333340..00000000000
29 --- a/app-admin/apache-tools/apache-tools-2.2.31.ebuild
30 +++ /dev/null
31 @@ -1,89 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="4"
36 -inherit flag-o-matic eutils
37 -
38 -DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
39 -HOMEPAGE="https://httpd.apache.org/"
40 -SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
45 -IUSE="ssl"
46 -RESTRICT="test"
47 -
48 -RDEPEND="=dev-libs/apr-1*
49 - =dev-libs/apr-util-1*
50 - dev-libs/expat
51 - dev-libs/libpcre
52 - kernel_linux? ( sys-apps/util-linux )
53 - ssl? ( dev-libs/openssl )
54 - !<www-servers/apache-2.2.4"
55 -
56 -DEPEND="${RDEPEND}
57 - sys-devel/libtool"
58 -
59 -S="${WORKDIR}/httpd-${PV}"
60 -
61 -src_prepare() {
62 - # Apply these patches:
63 - # (1) apache-tools-2.2.20-Makefile.patch:
64 - # - fix up the `make install' for support/
65 - # - remove envvars from `make install'
66 - epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
67 -}
68 -
69 -src_configure() {
70 - # Brain dead check.
71 - tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no"
72 -
73 - # Instead of filtering --as-needed (bug #128505), append --no-as-needed
74 - append-ldflags $(no-as-needed)
75 -
76 - # econf overwrites the stuff from config.layout.
77 - econf \
78 - --sbindir=/usr/sbin \
79 - --with-z=/usr \
80 - --with-apr=/usr \
81 - --with-apr-util=/usr \
82 - --with-pcre=/usr \
83 - $(use_enable ssl) \
84 - $(usex ssl '--with-ssl=/usr' '')
85 -}
86 -
87 -src_compile() {
88 - cd support || die
89 - emake
90 -}
91 -
92 -src_install () {
93 - cd support || die
94 -
95 - make DESTDIR="${D}" install || die
96 -
97 - # install manpages
98 - doman "${S}"/docs/man/{dbmmanage,htdigest,htpasswd,htdbm}.1 \
99 - "${S}"/docs/man/{htcacheclean,rotatelogs,ab,logresolve}.8
100 -
101 - # Providing compatiblity symlinks for #177697 (which we'll stop to install
102 - # at some point).
103 - pushd "${D}"/usr/sbin/ >/dev/null || die
104 - for i in *; do
105 - dosym /usr/sbin/${i} /usr/sbin/${i}2
106 - done
107 - popd >/dev/null || die
108 -
109 - # Provide a symlink for ab-ssl
110 - if use ssl; then
111 - dosym /usr/sbin/ab /usr/sbin/ab-ssl
112 - dosym /usr/sbin/ab /usr/sbin/ab2-ssl
113 - fi
114 -
115 - # make htpasswd accessible for non-root users
116 - dosym /usr/sbin/htpasswd /usr/bin/htpasswd
117 - dosym /usr/sbin/htdigest /usr/bin/htdigest
118 -
119 - dodoc "${S}"/CHANGES
120 -}