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 EE588158094 for ; Tue, 28 Jun 2022 15:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA95FE0965; Tue, 28 Jun 2022 15:10:10 +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 99264E0965 for ; Tue, 28 Jun 2022 15:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 368F83413E0 for ; Tue, 28 Jun 2022 15:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A98518 for ; Tue, 28 Jun 2022 15:10:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656428996.e45b0b0bb3f253d0d6f3350984467afb4f68bf26.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/Apache-Gallery/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r2.ebuild X-VCS-Directories: www-apps/Apache-Gallery/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e45b0b0bb3f253d0d6f3350984467afb4f68bf26 X-VCS-Branch: master Date: Tue, 28 Jun 2022 15:10:07 +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: 99427d2e-13d7-4f4f-8282-49ec863dc4cc X-Archives-Hash: b2eb5e8a060d610b1a9fe2e06eefb94c commit: e45b0b0bb3f253d0d6f3350984467afb4f68bf26 Author: David Seifert gentoo org> AuthorDate: Tue Jun 28 15:09:56 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 28 15:09:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45b0b0b www-apps/Apache-Gallery: update EAPI 5 -> 7 Closes: https://bugs.gentoo.org/835356 Signed-off-by: David Seifert gentoo.org> ...0_rc3-r1.ebuild => Apache-Gallery-1.0_rc3-r2.ebuild} | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r2.ebuild similarity index 90% rename from www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild rename to www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r2.ebuild index 29567e33253b..2489658f8280 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r2.ebuild @@ -1,26 +1,24 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit depend.apache perl-module webapp MY_P=${P/_rc/RC} DESCRIPTION="Apache gallery for mod_perl" -SRC_URI="http://apachegallery.dk/download/${MY_P}.tar.gz" HOMEPAGE="http://apachegallery.dk/" +SRC_URI="http://apachegallery.dk/download/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" WEBAPP_MANUAL_SLOT="yes" -SLOT="0" - -S=${WORKDIR}/${MY_P} -DEPEND="${DEPEND} +RDEPEND=" =dev-lang/perl-5* =www-apache/libapreq2-2*[perl] >=media-libs/imlib2-1.0.6-r1 @@ -29,8 +27,7 @@ DEPEND="${DEPEND} >=dev-perl/Image-Size-2.990.0 dev-perl/Text-Template >=dev-perl/CGI-3.08 - dev-perl/Image-Imlib2 -" + dev-perl/Image-Imlib2" need_apache2