* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2020-07-02 15:48 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-07-02 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 8a732783e5e896150637119a26f14fd3896c13a0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 15:42:39 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 15:47:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a732783
dev-perl/Crypt-X509: Bump to version 0.530.0
- EAPI7
- Parallel tests
Upstream:
- Changed shortnames for OIDs State (ST) and Locality (L)
- Added new shortnames
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild | 24 ++++++++++++++++++++++++
dev-perl/Crypt-X509/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
new file mode 100644
index 00000000000..913a3df0cca
--- /dev/null
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MRSCOTTY
+DIST_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="Parse a X.509 certificate"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Convert-ASN1-0.190.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.96 )
+"
diff --git a/dev-perl/Crypt-X509/Manifest b/dev-perl/Crypt-X509/Manifest
index fd83ddae03d..31574ceab03 100644
--- a/dev-perl/Crypt-X509/Manifest
+++ b/dev-perl/Crypt-X509/Manifest
@@ -1 +1,2 @@
DIST Crypt-X509-0.51.tar.gz 21416 BLAKE2B 2e3bc5d48b650fe8f6e59c3dd4be462e4b8878f4e339efc2cdd79fc241e2061b187663ee602e9a13aa86680a5a827cf25277e23db6c3ae22d765e63ff40cbac7 SHA512 3004bffe23de076a534e2aa75b8892fc8aa3cfebf1d03e177c58be4ba245f958748c68a302f8e97d2dd9fc1728c26fd08fe7b5e238acfacef6b99900bd7aa3a1
+DIST Crypt-X509-0.53.tar.gz 22811 BLAKE2B fb086881291b2b5857f4dec2c3c0f78fc827acabe7a2535980622e9e7944488edf5b2db4a51642ebd145619f5ae97a6bb18054e8abbf06278844741a198f3b40 SHA512 316c6147ddcc2ee1e11f951a8c62a14ce723fc2ca6402f141cd1972828f94a3d5ceab29d57b2bca75925261410ca4cc37ee83ca8e158fa66da2ab0ebd29ced0c
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2021-05-12 20:10 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 20:10 UTC (permalink / raw
To: gentoo-commits
commit: bf625619852900e4d2a524b67b7ca5c9374120a0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:03:37 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:09:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf625619
dev-perl/Crypt-X509: Version bump 0.54
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.540.0.ebuild | 24 ++++++++++++++++++++++++
dev-perl/Crypt-X509/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.540.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.540.0.ebuild
new file mode 100644
index 00000000000..e03de15da95
--- /dev/null
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.540.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MRSCOTTY
+DIST_VERSION=0.54
+inherit perl-module
+
+DESCRIPTION="Parse a X.509 certificate"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Convert-ASN1-0.190.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.960.0 )
+"
diff --git a/dev-perl/Crypt-X509/Manifest b/dev-perl/Crypt-X509/Manifest
index 0f3f95d3376..83740d9df7b 100644
--- a/dev-perl/Crypt-X509/Manifest
+++ b/dev-perl/Crypt-X509/Manifest
@@ -1 +1,2 @@
DIST Crypt-X509-0.53.tar.gz 22811 BLAKE2B fb086881291b2b5857f4dec2c3c0f78fc827acabe7a2535980622e9e7944488edf5b2db4a51642ebd145619f5ae97a6bb18054e8abbf06278844741a198f3b40 SHA512 316c6147ddcc2ee1e11f951a8c62a14ce723fc2ca6402f141cd1972828f94a3d5ceab29d57b2bca75925261410ca4cc37ee83ca8e158fa66da2ab0ebd29ced0c
+DIST Crypt-X509-0.54.tar.gz 23235 BLAKE2B f2d5c9317833228ffd63ebb0f63a2bbb2e8255ff02c554d6cd201749aaf2e7965f26c86b76445b3d7ac228cc7e3a5afc7ea0d20952837e34304f0dc89a718996 SHA512 df5b155322432e0a9cae2a9ef2408a2692891f1ccb8ca438d38a4671a16df367c860ed549eb307342a5e74b88ea75a4e78386f86092ee87f5b897c11987ee771
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2021-05-12 20:10 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 20:10 UTC (permalink / raw
To: gentoo-commits
commit: d120f29d46645aeba6d1b997878f90b0421b4408
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:01:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:09:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d120f29d
dev-perl/Crypt-X509: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
index 913a3df0cca..3d6fcfcbfe1 100644
--- a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.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
@@ -11,7 +11,7 @@ DESCRIPTION="Parse a X.509 certificate"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -20,5 +20,5 @@ RDEPEND="
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.96 )
+ test? ( >=virtual/perl-Test-Simple-0.960.0 )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2021-05-12 20:10 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 20:10 UTC (permalink / raw
To: gentoo-commits
commit: bfa5674d5beb876cc27c1cefa815188e06f24cca
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:01:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:09:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa5674d
dev-perl/Crypt-X509: 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/Crypt-X509/Crypt-X509-0.510.0.ebuild | 24 ------------------------
dev-perl/Crypt-X509/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild
deleted file mode 100644
index 75a4d3f3998..00000000000
--- a/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=AJUNG
-MODULE_VERSION=0.51
-inherit perl-module
-
-DESCRIPTION="Parse a X.509 certificate"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Convert-ASN1-0.19
- test? ( >=virtual/perl-Test-Simple-0.96 )
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Crypt-X509/Manifest b/dev-perl/Crypt-X509/Manifest
index 31574ceab03..0f3f95d3376 100644
--- a/dev-perl/Crypt-X509/Manifest
+++ b/dev-perl/Crypt-X509/Manifest
@@ -1,2 +1 @@
-DIST Crypt-X509-0.51.tar.gz 21416 BLAKE2B 2e3bc5d48b650fe8f6e59c3dd4be462e4b8878f4e339efc2cdd79fc241e2061b187663ee602e9a13aa86680a5a827cf25277e23db6c3ae22d765e63ff40cbac7 SHA512 3004bffe23de076a534e2aa75b8892fc8aa3cfebf1d03e177c58be4ba245f958748c68a302f8e97d2dd9fc1728c26fd08fe7b5e238acfacef6b99900bd7aa3a1
DIST Crypt-X509-0.53.tar.gz 22811 BLAKE2B fb086881291b2b5857f4dec2c3c0f78fc827acabe7a2535980622e9e7944488edf5b2db4a51642ebd145619f5ae97a6bb18054e8abbf06278844741a198f3b40 SHA512 316c6147ddcc2ee1e11f951a8c62a14ce723fc2ca6402f141cd1972828f94a3d5ceab29d57b2bca75925261410ca4cc37ee83ca8e158fa66da2ab0ebd29ced0c
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2021-10-16 17:17 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 1b497f79e3e643ec9f04da57c825d3cda14878d5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:09:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:17:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b497f79
dev-perl/Crypt-X509: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild | 24 ------------------------
dev-perl/Crypt-X509/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
deleted file mode 100644
index 3d6fcfcbfe1..00000000000
--- a/dev-perl/Crypt-X509/Crypt-X509-0.530.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MRSCOTTY
-DIST_VERSION=0.53
-inherit perl-module
-
-DESCRIPTION="Parse a X.509 certificate"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Convert-ASN1-0.190.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.960.0 )
-"
diff --git a/dev-perl/Crypt-X509/Manifest b/dev-perl/Crypt-X509/Manifest
index 83740d9df7b..c233bdc679f 100644
--- a/dev-perl/Crypt-X509/Manifest
+++ b/dev-perl/Crypt-X509/Manifest
@@ -1,2 +1 @@
-DIST Crypt-X509-0.53.tar.gz 22811 BLAKE2B fb086881291b2b5857f4dec2c3c0f78fc827acabe7a2535980622e9e7944488edf5b2db4a51642ebd145619f5ae97a6bb18054e8abbf06278844741a198f3b40 SHA512 316c6147ddcc2ee1e11f951a8c62a14ce723fc2ca6402f141cd1972828f94a3d5ceab29d57b2bca75925261410ca4cc37ee83ca8e158fa66da2ab0ebd29ced0c
DIST Crypt-X509-0.54.tar.gz 23235 BLAKE2B f2d5c9317833228ffd63ebb0f63a2bbb2e8255ff02c554d6cd201749aaf2e7965f26c86b76445b3d7ac228cc7e3a5afc7ea0d20952837e34304f0dc89a718996 SHA512 df5b155322432e0a9cae2a9ef2408a2692891f1ccb8ca438d38a4671a16df367c860ed549eb307342a5e74b88ea75a4e78386f86092ee87f5b897c11987ee771
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/
@ 2023-07-24 4:16 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-07-24 4:16 UTC (permalink / raw
To: gentoo-commits
commit: 147fee134f1ed5e2ab4539cad6c74a274d41afe4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:15:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:15:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147fee13
dev-perl/Crypt-X509: Stabilize 0.550.0 amd64, #910862
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
index 9c8887784c3c..bb6cccd44cae 100644
--- a/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Parse a X.509 certificate"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
RDEPEND="
>=dev-perl/Convert-ASN1-0.190.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-07-24 4:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-12 20:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-X509/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 4:16 Sam James
2021-10-16 17:17 Andreas K. Hüttel
2021-05-12 20:10 Andreas K. Hüttel
2021-05-12 20:10 Andreas K. Hüttel
2020-07-02 15:48 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox