commit:     e45b0b0bb3f253d0d6f3350984467afb4f68bf26
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 15:09:56 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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
 

Reply via email to