* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2016-08-10 10:42 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-08-10 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 3332729547dde432a27febd3eac3e50c41eed6df
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 10:41:42 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 10:42:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33327295
dev-perl/Dist-CheckConflicts: Bump to version 0.110.0
- EAPI6
Upstream:
- (optional) Runtime Conflict warnings
- use Exporter instead of Sub::Exporter
- Don't ignore conflicts that fail to compile
- Don't use Test::Warnings or List::MoreUtils
- use newer Module::Runtime
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm hppa ia64 mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86 x86-fbsd"
.../Dist-CheckConflicts-0.110.0.ebuild | 29 ++++++++++++++++++++++
dev-perl/Dist-CheckConflicts/Manifest | 1 +
2 files changed, 30 insertions(+)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
new file mode 100644
index 0000000..9f6c29c
--- /dev/null
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DOY
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Declare version conflicts for your dist"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ >=dev-perl/Module-Runtime-0.9.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.88
+ )"
diff --git a/dev-perl/Dist-CheckConflicts/Manifest b/dev-perl/Dist-CheckConflicts/Manifest
index a1b778a..3231224 100644
--- a/dev-perl/Dist-CheckConflicts/Manifest
+++ b/dev-perl/Dist-CheckConflicts/Manifest
@@ -1 +1,2 @@
DIST Dist-CheckConflicts-0.02.tar.gz 15461 SHA256 b2a4c4c7c4c9cce5441d293a1a67631b6dbf94e5204372a06f04eabd819007d2 SHA512 e3a342141b13e3604f226d53706fa50b6dc9f96c39ad9c83b074289aff852cbbab97bdf7d389d426116f609589e3d0282b033e79230a5a4ed8782e2b0e58426d WHIRLPOOL a99796dd217825446d9547ad0e5a5058315ffa9f63a3116d9cd3c6f7a1356515c324c2ab435384262fc05452dd754c3edde2172bde274ad9c298a8727f940ab0
+DIST Dist-CheckConflicts-0.11.tar.gz 19964 SHA256 ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4 SHA512 6c3f8546c1c7904bbc2a3c1135d145cbff95997c3032e9129afc98bdd98578dd9219af444f357dd8e9b1f08442a2fdd9d6f7fe8768f8ef165e71570f5ae246ad WHIRLPOOL d38d60f81351a7d5a9ba8387e3389eac5684d5e4133760e4fdda95dca1620bb189a232a7515eac9107c2c0d6c5f1ee3af60f88f0951c46bda9a266155941e140
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2016-08-16 5:05 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-08-16 5:05 UTC (permalink / raw
To: gentoo-commits
commit: d8905316c905b2fb55cdcf94041f4b567ec8ae90
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 04:56:43 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 05:05:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8905316
dev-perl/Dist-CheckConflicts: Remove unneeded stable bits on exp arches
Package-Manager: portage-2.3.0
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild
index ab83bac..cd05a64 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.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$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="dev-perl/Sub-Exporter
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2016-12-17 4:48 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2016-12-17 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 0e90fff12ccc1ca7cf1f07997809f96db0f09576
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 04:47:30 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 04:47:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e90fff1
dev-perl/Dist-CheckConflicts: alpha went stable. ALLARCHES policy applied.
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
index c5e54db..6b548c0 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2017-07-10 18:50 Fabian Groffen
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen @ 2017-07-10 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 4fd00a63a6c4df4b28861573626878c4bd58abbc
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 18:46:31 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 18:50:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd00a63
dev-perl/Dist-CheckConflicts: add Prefix keywords, bug #548352
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
index 587ffbeb795..37f0ef57948 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2018-04-15 8:36 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2018-04-15 8:36 UTC (permalink / raw
To: gentoo-commits
commit: b03fd9c61a65860ceddfbac224f03e16e7e871ea
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:34:13 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03fd9c6
dev-perl/Dist-CheckConflicts: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../Dist-CheckConflicts-0.20.0-r1.ebuild | 24 ----------------------
dev-perl/Dist-CheckConflicts/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild
deleted file mode 100644
index 1732cb299e4..00000000000
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="Declare version conflicts for your dist"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="dev-perl/Sub-Exporter
- >=dev-perl/List-MoreUtils-0.12"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.88
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Dist-CheckConflicts/Manifest b/dev-perl/Dist-CheckConflicts/Manifest
index a8aa4dc01b9..9a2d0a8c3cd 100644
--- a/dev-perl/Dist-CheckConflicts/Manifest
+++ b/dev-perl/Dist-CheckConflicts/Manifest
@@ -1,2 +1 @@
-DIST Dist-CheckConflicts-0.02.tar.gz 15461 BLAKE2B 145ef73a47dc3c00030185b232260e4559f322b5d654cf8fa0ad3fa3a65cb7c408ab783776ac26c8bc894a442cb491407fbf0deba6de530199dee20e45f00ae4 SHA512 e3a342141b13e3604f226d53706fa50b6dc9f96c39ad9c83b074289aff852cbbab97bdf7d389d426116f609589e3d0282b033e79230a5a4ed8782e2b0e58426d
DIST Dist-CheckConflicts-0.11.tar.gz 19964 BLAKE2B 372e5d92912711fe87f4a772ed7d6a6613f59451241cb9eb74d277a11953aa8810033fcc639eff71e32afd04dc5b3ae573f7ce28354c9bf8e469994834f3d125 SHA512 6c3f8546c1c7904bbc2a3c1135d145cbff95997c3032e9129afc98bdd98578dd9219af444f357dd8e9b1f08442a2fdd9d6f7fe8768f8ef165e71570f5ae246ad
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2018-10-15 19:03 Fabian Groffen
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen @ 2018-10-15 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 06637170d7c3a67ab863be5866114b523e33cf66
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 18:55:34 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 19:02:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06637170
dev-perl/Dist-CheckConflicts: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
index b8d935f6aef..1cf7a94febb 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2019-01-05 17:19 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2019-01-05 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 75e2f971ad26854d9d970dfefddab0580b4471ff
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 5 17:10:47 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 5 17:19:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e2f971
dev-perl/Dist-CheckConflicts: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
index 1cf7a94febb..b593ce64b45 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2019-07-28 17:02 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-07-28 17:02 UTC (permalink / raw
To: gentoo-commits
commit: d1b987f2313518b64924ab137c693696fa5ab0a7
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 16:30:27 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 17:01:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b987f2
dev-perl/Dist-CheckConflicts: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
index a3c0087bd22..9482e87ae78 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/
@ 2021-10-23 15:01 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-23 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 30174e5638deab1ad6006433186b36415003ae13
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 14:19:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 15:00:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30174e56
dev-perl/Dist-CheckConflicts: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...icts-0.110.0.ebuild => Dist-CheckConflicts-0.110.0-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
similarity index 90%
rename from dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
rename to dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
index e7bdbcf5bcd..22f1e976e76 100644
--- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
+++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DOY
DIST_VERSION=0.11
@@ -11,19 +11,18 @@ DESCRIPTION="Declare version conflicts for your dist"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
>=dev-perl/Module-Runtime-0.9.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
virtual/perl-IO
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.88
- )"
+ )
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-10-23 15:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10 10:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-CheckConflicts/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-08-16 5:05 Kent Fredric
2016-12-17 4:48 Aaron Bauman
2017-07-10 18:50 Fabian Groffen
2018-04-15 8:36 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2019-01-05 17:19 Mikle Kolyada
2019-07-28 17:02 Aaron Bauman
2021-10-23 15:01 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox