* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BER/
@ 2020-06-28 17:18 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-06-28 17:18 UTC (permalink / raw
To: gentoo-commits
commit: bdfae6c695fec87cdd49ba3b9a0779e03c004f04
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 17:17:32 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 17:17:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfae6c6
dev-perl/Convert-BER: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild b/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild
new file mode 100644
index 00000000000..855f6b3db2c
--- /dev/null
+++ b/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GBARR
+DIST_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="Class for encoding/decoding BER messages"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BER/
@ 2021-05-04 20:43 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-04 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 937b741936c89144f4aded222de80cef305c99a6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 14:26:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 4 20:43:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937b7419
dev-perl/Convert-BER: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Convert-BER/Convert-BER-1.320.0-r1.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-perl/Convert-BER/Convert-BER-1.320.0-r1.ebuild b/dev-perl/Convert-BER/Convert-BER-1.320.0-r1.ebuild
deleted file mode 100644
index 192ed141cbe..00000000000
--- a/dev-perl/Convert-BER/Convert-BER-1.320.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GBARR
-MODULE_VERSION=1.32
-inherit perl-module
-
-DESCRIPTION="Class for encoding/decoding BER messages"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BER/
@ 2021-05-04 20:43 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-04 20:43 UTC (permalink / raw
To: gentoo-commits
commit: f43cdf9a80dc06e0c4f7c793fa4725e3547d6d00
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 14:26:00 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 4 20:43:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43cdf9a
dev-perl/Convert-BER: 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/Convert-BER/Convert-BER-1.320.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild b/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild
index 855f6b3db2c..868c95e25f3 100644
--- a/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild
+++ b/dev-perl/Convert-BER/Convert-BER-1.320.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,4 +10,4 @@ inherit perl-module
DESCRIPTION="Class for encoding/decoding BER messages"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ppc x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-04 20:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-04 20:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BER/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-05-04 20:43 Andreas K. Hüttel
2020-06-28 17:18 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox