From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E713515808B for ; Sun, 17 Apr 2022 19:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DDFEE0B4C; Sun, 17 Apr 2022 19:17:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2921CE0B13 for ; Sun, 17 Apr 2022 19:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E61313418CF for ; Sun, 17 Apr 2022 19:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 195333F1 for ; Sun, 17 Apr 2022 19:17:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650223039.bbbbf295efba652c6328b13bb72c4c8fb3e25247.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/libapreq2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/libapreq2/Manifest www-apache/libapreq2/libapreq2-2.15-r1.ebuild X-VCS-Directories: www-apache/libapreq2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbbbf295efba652c6328b13bb72c4c8fb3e25247 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:17:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85f0fba0-38af-46a0-92f4-f875c84fd6f9 X-Archives-Hash: 10624ee145094a98a3885ca43bb17a6b commit: bbbbf295efba652c6328b13bb72c4c8fb3e25247 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 19:12:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 19:17:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbbf295 www-apache/libapreq2: drop 2.15-r1 Signed-off-by: Sam James gentoo.org> www-apache/libapreq2/Manifest | 1 - www-apache/libapreq2/libapreq2-2.15-r1.ebuild | 76 --------------------------- 2 files changed, 77 deletions(-) diff --git a/www-apache/libapreq2/Manifest b/www-apache/libapreq2/Manifest index 1b7d380564a9..6356c1bf4098 100644 --- a/www-apache/libapreq2/Manifest +++ b/www-apache/libapreq2/Manifest @@ -1,2 +1 @@ -DIST libapreq2-2.15.tar.gz 839618 BLAKE2B 875aa8091512cf6b43c8654579b3d4779ea50835784380dcf69ca048f9b8d4ef6e573fef5ee03c0e47a929dcd8c4643d5dc861d875122095024bca6e8fbbf38c SHA512 abdc34f4867ba891966e7296c8110cffaa723f9b966522a1de352bc459e89e5cfc60de25dcd20cf0fa9b7cdf9282719b0276b621af8aa7bb770c89a7fbae4701 DIST libapreq2-2.16.tar.gz 839264 BLAKE2B 6a79e0281bb24962775f6c2fcc906d07a2f7643f608871018a647a225329c45516f1afe12e27c432449765463b2a4e823a728051fa73938e97ddc828b94c4732 SHA512 aa9e751a3f0d6a9cb587aa1c5408e8d9a073560860d7f653776196fe3739516df16abe943c9cb0460cfb9b68a2d79ad651cfd5e4a30a2ca34d6dc3ced73f628c diff --git a/www-apache/libapreq2/libapreq2-2.15-r1.ebuild b/www-apache/libapreq2/libapreq2-2.15-r1.ebuild deleted file mode 100644 index 35a9342e6d45..000000000000 --- a/www-apache/libapreq2/libapreq2-2.15-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit apache-module perl-module - -DESCRIPTION="A library for manipulating client request data via the Apache API" -SRC_URI="mirror://apache/httpd/libapreq/${P}.tar.gz" -HOMEPAGE="https://httpd.apache.org/apreq/" - -LICENSE="Apache-2.0" -SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="perl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - || ( - dev-libs/apr-util[openssl] - dev-libs/apr-util[nss] - ) - perl? ( - >=dev-perl/ExtUtils-XSBuilder-0.23 - virtual/perl-version - >=www-apache/mod_perl-2 - ) -" -DEPEND="${RDEPEND} - test? ( dev-perl/Apache-Test ) -" - -PATCHES=( - "${FILESDIR}"/libapreq2-2.08-doc.patch -) - -APACHE2_MOD_FILE="module/apache2/.libs/mod_apreq2.so" -APACHE2_MOD_CONF="76_mod_apreq" -APACHE2_MOD_DEFINE="APREQ" -DOCFILES="docs/html/*.html CHANGES README INSTALL MANIFEST" - -need_apache2 - -pkg_setup() { - perl_set_version -} - -src_prepare() { - default - - sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/acinclude.m4 || die - sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/aclocal.m4 || die - sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/configure || die -} - -src_configure() { - econf \ - --with-apache2-apxs=${APXS} \ - $(use_enable perl perl-glue) -} - -src_install() { - APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules" - apache-module_src_install - - make DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed" - doman docs/man/man3/*.3 - - perl_delete_localpod - - for i in $(find "${D}" -type f -not -name '*.so'); do - if file ${i} | grep -i " text"; then - sed -i -e "s:${D}:/:g" ${i} || die - fi - done -}