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: Thu, 03 Mar 2016 16:16:55
Message-Id: 1457021805.6deb1470bc032709ee24992c5705ef04ecc32f19.polynomial-c@gentoo
1 commit: 6deb1470bc032709ee24992c5705ef04ecc32f19
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 16:16:15 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 16:16:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6deb1470
7
8 app-admin/apache-tools: Removed old.
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/apache-tools/Manifest | 1 -
14 app-admin/apache-tools/apache-tools-2.4.16.ebuild | 93 -----------------------
15 2 files changed, 94 deletions(-)
16
17 diff --git a/app-admin/apache-tools/Manifest b/app-admin/apache-tools/Manifest
18 index 451c580..266fde1 100644
19 --- a/app-admin/apache-tools/Manifest
20 +++ b/app-admin/apache-tools/Manifest
21 @@ -1,3 +1,2 @@
22 DIST httpd-2.2.31.tar.bz2 5610489 SHA256 f32f9d19f535dac63b06cb55dfc023b40dcd28196b785f79f9346779e22f26ac SHA512 5aa47d4b76f692bbd8b309135ff99152df98cf69b505b9daf3f13f7f2a31443eaf4995161adfbc47a133b4d0e091fda2d95fc6b87a956f0ada18d7466ee28e74 WHIRLPOOL a2e3e53c51719cb6f7e641b41788cd89ce7b4d2ea105b403bfa3b3d4479b69c5604228269062f66722594e105e91121d05b1c9f27ca7dc4ecfcf339da8b8375c
23 -DIST httpd-2.4.16.tar.bz2 5101005 SHA256 ac660b47aaa7887779a6430404dcb40c0b04f90ea69e7bd49a40552e9ff13743 SHA512 039750ff962c08a7261896acc8272e59874d066f7d52721aaf967ddb737fc5716acc47e1effaf7c4d156ba61bc393e0738f64f8e89cc277ba2651e0f61d56628 WHIRLPOOL f67a4449409cd1a50fcdf4d192a3a0c90e6e3483269d19e9f0454557cbfbda7fb3535063e1738de60d6f524e22eac7fc159d2abe5a60952219c1b01ee143ae05
24 DIST httpd-2.4.18.tar.bz2 5181291 SHA256 0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c SHA512 8e342cc447313c07275869381c2d6f2314a96547f0c86ee1c617975d0f7ad8efb47113ab5995c733108ae4dec31ad79847e397ecea859b60414ffe1680617a31 WHIRLPOOL e0ae6b8581e2993e0f873d8928e3b54f1df750f29e82d2f1308376af440308c56e89dfb3ec051cdf164a271580ccac71ebc5b038e23ca65a9221fdfc08b47b41
25
26 diff --git a/app-admin/apache-tools/apache-tools-2.4.16.ebuild b/app-admin/apache-tools/apache-tools-2.4.16.ebuild
27 deleted file mode 100644
28 index 0dbc9b8..0000000
29 --- a/app-admin/apache-tools/apache-tools-2.4.16.ebuild
30 +++ /dev/null
31 @@ -1,93 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -inherit flag-o-matic eutils multilib toolchain-funcs
38 -
39 -DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
40 -HOMEPAGE="http://httpd.apache.org/"
41 -SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
46 -IUSE="ssl"
47 -RESTRICT="test"
48 -
49 -RDEPEND=">=dev-libs/apr-1.5.0:1
50 - dev-libs/apr-util:1
51 - dev-libs/expat
52 - dev-libs/libpcre
53 - kernel_linux? ( sys-apps/util-linux )
54 - ssl? ( dev-libs/openssl:0= )"
55 -
56 -DEPEND="${RDEPEND}
57 - sys-devel/libtool"
58 -
59 -S="${WORKDIR}/httpd-${PV}"
60 -
61 -src_prepare() {
62 - epatch "${FILESDIR}"/${PN}-2.4.7-Makefile.patch #459446
63 -
64 - # This package really should upgrade to using pcre's .pc file.
65 - cat <<-\EOF >"${T}"/pcre-config
66 - #!/bin/sh
67 - [ "${flag}" = "--version" ] && set -- --modversion
68 - exec ${PKG_CONFIG} libpcre "$@"
69 - EOF
70 - chmod a+x "${T}"/pcre-config
71 -}
72 -
73 -src_configure() {
74 - # Brain dead check.
75 - tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no"
76 -
77 - tc-export PKG_CONFIG
78 -
79 - # Instead of filtering --as-needed (bug #128505), append --no-as-needed
80 - append-ldflags $(no-as-needed)
81 -
82 - # econf overwrites the stuff from config.layout.
83 - ac_cv_path_PKGCONFIG=${PKG_CONFIG} \
84 - econf \
85 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)/apache2/modules \
86 - --sbindir="${EPREFIX}"/usr/sbin \
87 - --with-perl="${EPREFIX}"/usr/bin/perl \
88 - --with-expat="${EPREFIX}"/usr \
89 - --with-z="${EPREFIX}"/usr \
90 - --with-apr="${SYSROOT}${EPREFIX}"/usr \
91 - --with-apr-util="${SYSROOT}${EPREFIX}"/usr \
92 - --with-pcre="${T}"/pcre-config \
93 - $(use_enable ssl) \
94 - $(usex ssl '--with-ssl="${EPREFIX}"/usr' '')
95 - sed -i \
96 - -e '/^LTFLAGS/s:--silent::' \
97 - build/rules.mk build/config_vars.mk || die
98 -}
99 -
100 -src_compile() {
101 - emake -C support
102 -}
103 -
104 -src_install() {
105 - emake -C support DESTDIR="${D}" install
106 - dodoc CHANGES
107 - doman docs/man/{dbmmanage,htdigest,htpasswd,htdbm,ab,logresolve}.1 \
108 - docs/man/{htcacheclean,rotatelogs}.8
109 -
110 - # Providing compatiblity symlinks for #177697 (which we'll stop to install
111 - # at some point).
112 - pushd "${ED}"/usr/sbin >/dev/null || die
113 - local i
114 - for i in *; do
115 - dosym ${i} /usr/sbin/${i}2
116 - done
117 - popd >/dev/null || die
118 -
119 - # Provide a symlink for ab-ssl
120 - if use ssl; then
121 - dosym ab /usr/bin/ab-ssl
122 - dosym ab /usr/bin/ab2-ssl
123 - fi
124 -}