* [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSBuilder/
@ 2020-08-20 8:05 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-20 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 7757f5f9b8e073d4de8b737f9719719406362bbe
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 07:59:32 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 08:02:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7757f5f9
dev-perl/ExtUtils-XSBuilder: -r bump for EAPI7
- EAPI7
- Remove empty/unused variable assignments
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../ExtUtils-XSBuilder-0.280.0-r2.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
new file mode 100644
index 00000000000..4a0fd181470
--- /dev/null
+++ b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GRICHTER
+DIST_VERSION=0.28
+inherit perl-module
+
+DESCRIPTION="Modules to parse C header files and create XS glue code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ dev-perl/Parse-RecDescent
+ dev-perl/Tie-IxHash"
+BDEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSBuilder/
@ 2021-05-28 21:30 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 442d107191e1022d9987ef2eb1ab0bd88445dae0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 21:26:19 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:30:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442d1071
dev-perl/ExtUtils-XSBuilder: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
index 4a0fd181470..adaede4606e 100644
--- a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
+++ b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,9 +10,10 @@ inherit perl-module
DESCRIPTION="Modules to parse C header files and create XS glue code"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
RDEPEND="
dev-perl/Parse-RecDescent
- dev-perl/Tie-IxHash"
+ dev-perl/Tie-IxHash
+"
BDEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSBuilder/
@ 2021-05-28 21:30 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 2a49149eaa6f50d73501ba2562422e03e2e729f3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 21:26:39 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:30:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a49149e
dev-perl/ExtUtils-XSBuilder: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../ExtUtils-XSBuilder-0.280.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r1.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r1.ebuild
deleted file mode 100644
index 0b3973b4b52..00000000000
--- a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRICHTER
-MODULE_VERSION=0.28
-inherit perl-module
-
-DESCRIPTION="Modules to parse C header files and create XS glue code"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Parse-RecDescent
- dev-perl/Tie-IxHash"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-28 21:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-XSBuilder/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-05-28 21:30 Andreas K. Hüttel
2020-08-20 8:05 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox