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 33617158087 for ; Sat, 27 Nov 2021 13:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA98B2BC046; Sat, 27 Nov 2021 13:04:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFC062BC046 for ; Sat, 27 Nov 2021 13:04:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73BE8342F9F for ; Sat, 27 Nov 2021 13:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD6181EB for ; Sat, 27 Nov 2021 13:04:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1638018254.f83111f8ca9ba399c7e7b1479c41aa3c8d489fa3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_tkt/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild X-VCS-Directories: www-apache/mod_auth_tkt/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f83111f8ca9ba399c7e7b1479c41aa3c8d489fa3 X-VCS-Branch: master Date: Sat, 27 Nov 2021 13:04:25 +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: d4da33df-03b5-404d-b69e-1e264f1681f5 X-Archives-Hash: e43742dc1949e0d8cb869dd4c68ed276 commit: f83111f8ca9ba399c7e7b1479c41aa3c8d489fa3 Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 27 12:49:57 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 27 13:04:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83111f8 www-apache/mod_auth_tkt: update EAPI 5 -> 7 Signed-off-by: Marek Szuba gentoo.org> ...2.1.0-r1.ebuild => mod_auth_tkt-2.1.0-r2.ebuild} | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild similarity index 84% rename from www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild rename to www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild index e7ec743532d2..a20ae2253536 100644 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild +++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit apache-module epatch +EAPI=7 + +inherit apache-module depend.apache DESCRIPTION="Apache module for cookie based authentication" HOMEPAGE="http://www.openfusion.com.au/labs/mod_auth_tkt/" @@ -11,10 +12,8 @@ SRC_URI="http://www.openfusion.com.au/labs/dist/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="dev-lang/perl" -RDEPEND="" APACHE2_MOD_CONF="10_${PN}" APACHE2_MOD_DEFINE="AUTH_TKT" @@ -24,20 +23,22 @@ DOCFILES="README" # test suite is completely broken RESTRICT="test" +PATCHES=( + "${FILESDIR}"/${P}-apache-2.4.patch +) + need_apache2 -src_prepare() { - epatch "${FILESDIR}"/${P}-apache-2.4.patch +# Work around Bug #616612 +pkg_setup() { + _init_apache2 + _init_apache2_late } src_configure() { ./configure --apachever=2.2 --apxs=${APXS} } -src_compile() { - emake -} - src_install() { apache-module_src_install pod2man --section=5 --release=${PV} doc/${PN}.{pod,5}