[gentoo-commits] repo/gentoo:master commit in: dev-perl/X500-DN/

2021-10-03 Thread Andreas K. Hüttel
commit: 2b4cec33cd0679935e1b508597be5f8f82c88927
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct  3 22:24:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct  3 22:47:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4cec33

dev-perl/X500-DN: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...DN-0.290.0-r1.ebuild => X500-DN-0.290.0-r2.ebuild} | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild 
b/dev-perl/X500-DN/X500-DN-0.290.0-r2.ebuild
similarity index 54%
rename from dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild
rename to dev-perl/X500-DN/X500-DN-0.290.0-r2.ebuild
index 978d37ef5fd..6333d3f0eb2 100644
--- a/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild
+++ b/dev-perl/X500-DN/X500-DN-0.290.0-r2.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=RJOOP
-MODULE_VERSION=0.29
+DIST_AUTHOR=RJOOP
+DIST_VERSION=0.29
 inherit perl-module
+
 DESCRIPTION="handle X.500 DNs (Distinguished Names), parse and format them"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Parse-RecDescent"
-DEPEND="${RDEPEND}"
 
-SRC_TEST="do"
-export OPTIMIZE="${CFLAGS}"
+RDEPEND="
+   dev-perl/Parse-RecDescent
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/X500-DN/

2016-08-17 Thread Kent Fredric
commit: 64008d9232af69b8877abefb144b32459a662f84
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug 16 05:20:48 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Aug 18 03:00:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64008d92

dev-perl/X500-DN: Remove unneeded stable bits on exp arches

Package-Manager: portage-2.3.0

 dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild 
b/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild
index db7b4fe..ac367a1 100644
--- a/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild
+++ b/dev-perl/X500-DN/X500-DN-0.290.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="handle X.500 DNs (Distinguished Names), parse and format them"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="dev-perl/Parse-RecDescent"