public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-07-02 13:10 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-07-02 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5b09ea03e77c4f12e23b930b97ae125097bbe1ba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 13:09:34 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 13:09:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b09ea03

dev-perl/Crypt-SMIME: -r bump for EAPI7 and CFLAGS love

- EAPI7
- Unconditionally patch bad tests
- Ensure CFLAGS passed through make/compiler

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild
new file mode 100644
index 00000000000..f7a56171e9d
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-PkgConfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+PERL_RM_FILES=(
+	t/boilerplate.t
+	t/manifest.t
+	t/dependencies.t
+	t/pod-coverage.t
+	t/pod.t
+)
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2024-06-09 21:18 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-06-09 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6f0c3af6d34d7829274db8a32a01a0eba086211b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 21:17:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 21:17:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0c3af6

dev-perl/Crypt-SMIME: Stabilize 0.300.0 amd64, #933967

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild
index 59c51d7fac84..837b7fcbde38 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2024-04-29  4:45 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-04-29  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b8f346d70b929d0e978a7653c054e26ff89f114f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 04:44:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 04:44:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f346d7

dev-perl/Crypt-SMIME: add 0.300.0

Bug: https://bugs.gentoo.org/930378
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild | 42 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild
new file mode 100644
index 000000000000..59c51d7fac84
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	>=dev-libs/openssl-0.9.9:=
+	virtual/perl-XSLoader
+"
+DEPEND=">=dev-libs/openssl-0.9.9:="
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-PkgConfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+
+PERL_RM_FILES=(
+	t/boilerplate.t
+	t/manifest.t
+	t/pod-coverage.t
+	t/pod.t
+)

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index f755c9c720d4..a3fb0709faa4 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1 +1,2 @@
 DIST Crypt-SMIME-0.28.tar.gz 28611 BLAKE2B ca5ada248e02287d25abd80f872d9fdc20f09cecb1622bedb5bd9c9d1e90664c77400c12c4276a4aca687b49dc82bf0fe8d95810b094f6fa3350ad8a2b225a0f SHA512 a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e
+DIST Crypt-SMIME-0.30.tar.gz 28475 BLAKE2B 880e8d8d5e48ef79b3edb61b02b1c5dd83c59fbafa36694a76f7e00ed81f7c26a728b3ef0da333d89c0c89e9a8182ded5dad862df0074a09561b288bc34bbe31 SHA512 6e8e3a16803f4381fb6513fb2f4f4fd866dbd11c92f40651dc44dbcb6b2b3d1be4caa9940109b3bb018b0188933477d7f567f403a0d1fe374c63c7b62d4adb82


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2022-12-18 18:50 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-12-18 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5b9eef027c1e9beb09baf182f6697946b92bd6f4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:49:11 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:49:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9eef02

dev-perl/Crypt-SMIME: Stabilize 0.280.0 amd64, #886841

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild
index e23501001d45..e42f832b82f7 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2022-11-15  8:46 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-11-15  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2a3153cb7b41e59e3249b5e68f60d721ace18560
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 08:25:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 08:25:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3153cb

dev-perl/Crypt-SMIME: add 0.280.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild | 42 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild
new file mode 100644
index 000000000000..e23501001d45
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.280.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.28
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	>=dev-libs/openssl-0.9.9:=
+	virtual/perl-XSLoader
+"
+DEPEND=">=dev-libs/openssl-0.9.9:="
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-PkgConfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+
+PERL_RM_FILES=(
+	t/boilerplate.t
+	t/manifest.t
+	t/pod-coverage.t
+	t/pod.t
+)

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 7969afbaa627..830610724aa5 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1 +1,2 @@
 DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf
+DIST Crypt-SMIME-0.28.tar.gz 28611 BLAKE2B ca5ada248e02287d25abd80f872d9fdc20f09cecb1622bedb5bd9c9d1e90664c77400c12c4276a4aca687b49dc82bf0fe8d95810b094f6fa3350ad8a2b225a0f SHA512 a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2022-10-31 16:38 Agostino Sarubbo
  0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2022-10-31 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     948303369a3fefd274cc7ab9811fb5b30779a58e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:37:30 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 16:37:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94830336

dev-perl/Crypt-SMIME: Stabilize 0.270.0-r1 amd64, #877713

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
index fef879d0121e..74c6c0927a80 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2021-06-22 18:19 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-06-22 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6b64f55356ba9e36ed811fd5ef3ad42c120e7cb7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 20:48:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:18:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b64f553

dev-perl/Crypt-SMIME: use binding := for dev-libs/openssl

Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.

Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{Crypt-SMIME-0.270.0.ebuild => Crypt-SMIME-0.270.0-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
similarity index 96%
rename from dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
rename to dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
index 977479f0e93..fef879d0121 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="test minimal"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	>=dev-libs/openssl-0.9.9:0
+	>=dev-libs/openssl-0.9.9:0=
 	virtual/perl-XSLoader
 "
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2021-05-03 10:25 Mikle Kolyada
  0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2021-05-03 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ca8ec5d1ae9ea8f5247fa696854189c22239d201
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 10:23:54 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May  3 10:23:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8ec5d1

dev-perl/Crypt-SMIME: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
index c03116a03ba..977479f0e93 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.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,12 +11,11 @@ DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
+IUSE="test minimal"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
-	libressl? ( dev-libs/libressl )
+	>=dev-libs/openssl-0.9.9:0
 	virtual/perl-XSLoader
 "
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-10-19  3:58 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-10-19  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     da1e71d2290a74b3be4b66af872e7eea0aae3f96
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 03:47:49 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 03:57:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1e71d2

dev-perl/Crypt-SMIME: Cleanup old 0.260.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild | 49 -------------------------
 dev-perl/Crypt-SMIME/Manifest                   |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
deleted file mode 100644
index 8f92eb8b68c..00000000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MIKAGE
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
-	libressl? ( dev-libs/libressl )
-	virtual/perl-XSLoader
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/ExtUtils-PkgConfig
-	dev-perl/ExtUtils-CChecker
-	>=virtual/perl-ExtUtils-Constant-0.230.0
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-		!minimal? (
-			>=dev-perl/Test-Taint-1.60.0
-			>=dev-perl/Taint-Util-0.80.0
-		)
-	)
-"
-PERL_RM_FILES=(
-	t/boilerplate.t
-	t/manifest.t
-	t/dependencies.t
-	t/pod-coverage.t
-	t/pod.t
-)
-
-src_compile() {
-	mymake=(
-		"OPTIMIZE=${CFLAGS}"
-	)
-	perl-module_src_compile
-}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 65440d4731a..7969afbaa62 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1 @@
-DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f SHA512 6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae
 DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-09-17 12:25 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-09-17 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3326207c752bf87b8fec43a7508862f76ce7a6e5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 12:24:25 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 12:24:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3326207c

dev-perl/Crypt-SMIME: Cleanup old 0.250.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild | 49 ----------------------
 dev-perl/Crypt-SMIME/Manifest                      |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild
deleted file mode 100644
index f7a56171e9d..00000000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MIKAGE
-DIST_VERSION=0.25
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
-	libressl? ( dev-libs/libressl )
-	virtual/perl-XSLoader
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/ExtUtils-PkgConfig
-	dev-perl/ExtUtils-CChecker
-	>=virtual/perl-ExtUtils-Constant-0.230.0
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-		!minimal? (
-			>=dev-perl/Test-Taint-1.60.0
-			>=dev-perl/Taint-Util-0.80.0
-		)
-	)
-"
-PERL_RM_FILES=(
-	t/boilerplate.t
-	t/manifest.t
-	t/dependencies.t
-	t/pod-coverage.t
-	t/pod.t
-)
-
-src_compile() {
-	mymake=(
-		"OPTIMIZE=${CFLAGS}"
-	)
-	perl-module_src_compile
-}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 1acfc5a3a7d..65440d4731a 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,3 +1,2 @@
-DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f
 DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f SHA512 6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae
 DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-09-16  8:53 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-09-16  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     369fea0772221e06a36341490c193f67a923180d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 08:52:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 08:53:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369fea07

dev-perl/Crypt-SMIME: Bump to version 0.270.0

Upstream:
- Remove t/dependencies.t ( change invisible to gentoo because we
  already striped this test )

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild | 48 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 49 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
new file mode 100644
index 00000000000..c03116a03ba
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-PkgConfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+PERL_RM_FILES=(
+	t/boilerplate.t
+	t/manifest.t
+	t/pod-coverage.t
+	t/pod.t
+)
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 98fc49c6a99..1acfc5a3a7d 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f
 DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f SHA512 6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae
+DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1 SHA512 10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-08-07 15:47 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-08-07 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     77cbf441b196346f50d1d3553415bf1bf677cb4f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 15:46:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 15:47:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cbf441

dev-perl/Crypt-SMIME: Bump to version 0.260.0

Upstream:
- sign(), signonly(), encrypt(), check(), and decrypt() no longer
  truncate input on a NUL character.

Security Note:
- This may have security implications as it implies there may be scope
  for attacks where two sets of input would give the same output, due to
  content after the NUL not being part of the sign'ed content. I may be
  misunderstanding the problem, so please check the cited bug for
  details

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=133084
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild | 49 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 50 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
new file mode 100644
index 00000000000..8f92eb8b68c
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.26
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-PkgConfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+PERL_RM_FILES=(
+	t/boilerplate.t
+	t/manifest.t
+	t/dependencies.t
+	t/pod-coverage.t
+	t/pod.t
+)
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 92653336bd4..98fc49c6a99 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1 +1,2 @@
 DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f
+DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f SHA512 6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2020-08-06 16:56 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-08-06 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     fc01c2654f38b75ca70e5ac6820c729003b999c2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 16:47:07 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 16:47:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc01c265

dev-perl/Crypt-SMIME: Cleanup old 0.190.0,0.250.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild | 41 -------------------------
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild | 41 -------------------------
 dev-perl/Crypt-SMIME/Manifest                   |  1 -
 3 files changed, 83 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
deleted file mode 100644
index 2a2df7ca342..00000000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MIKAGE
-DIST_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
-	libressl? ( dev-libs/libressl )
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/ExtUtils-PkgConfig
-	dev-perl/ExtUtils-CChecker
-	>=virtual/perl-ExtUtils-Constant-0.230.0
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-		!minimal? (
-			>=dev-perl/Test-Taint-1.60.0
-			>=dev-perl/Taint-Util-0.80.0
-		)
-	)
-"
-
-src_test() {
-	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
-		t/pod-coverage.t t/pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild
deleted file mode 100644
index 318ec34edfe..00000000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MIKAGE
-DIST_VERSION=0.25
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
-	libressl? ( dev-libs/libressl )
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/ExtUtils-PkgConfig
-	dev-perl/ExtUtils-CChecker
-	>=virtual/perl-ExtUtils-Constant-0.230.0
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-		!minimal? (
-			>=dev-perl/Test-Taint-1.60.0
-			>=dev-perl/Taint-Util-0.80.0
-		)
-	)
-"
-
-src_test() {
-	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
-		t/pod-coverage.t t/pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 597a2404bb3..92653336bd4 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1 @@
-DIST Crypt-SMIME-0.19.tar.gz 26057 BLAKE2B 0d0e2bbec80ab722a492769b4a96c3fcd7dba0056e3f7287acd16394b09143e56c417551ef819c92fae9f0f0890cb6338f6ef8ce8263d0b3e06da3d51f7dc32b SHA512 fcf7cbbf00127ddc618acd8959763d92eb14ec4e7ade76ffa1020ce60ae1d575d320e4aa89a4d43cf2422170b6bc924ebcf20a42135361e97fb72e8b9abf2c5b
 DIST Crypt-SMIME-0.25.tar.gz 28029 BLAKE2B d1f2e3d016b3e0e997de0df5082082e3332201c409c6a7b429ba99d2feb19a15ea79a3f22c6c3f9b2d057a1a9d5ae6d06b78d2e92d3e898987114eb5450955f6 SHA512 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2016-12-10 18:01 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     399307299961f32c408213655d1b73633c9eaafe
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:06:21 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39930729

dev-perl/Crypt-SMIME: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: portage-2.3.3

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 2 +-
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild | 2 +-
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild    | 2 +-
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
index 9ddd71c..e95d08d 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-PkgConfig
 	dev-perl/ExtUtils-CChecker
 	test? (
 		dev-perl/Test-Exception

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
index 59fb829..23b65b5 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-PkgConfig
 	dev-perl/ExtUtils-CChecker
 	>=virtual/perl-ExtUtils-Constant-0.230.0
 	test? (

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
index a0e3fd4..adb582a 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-PkgConfig
 	dev-perl/ExtUtils-CChecker
 	>=virtual/perl-ExtUtils-Constant-0.230.0
 	test? (

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
index 4955a5f..266f792 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-PkgConfig
 	dev-perl/ExtUtils-CChecker
 	>=virtual/perl-ExtUtils-Constant-0.230.0
 	test? (


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2016-12-05 19:35 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2016-12-05 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2a374f8a7f58621926b5c2f6ba9d7892df85ac22
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 15:52:21 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:35:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a374f8a

dev-perl/Crypt-SMIME: Bump to version 0.190.0

Upstream:
- use RFC-5652 CMS instead of PKCS#7 for compat/interop reasons.
- use AES-128-CBC instead of DES-EDE3-CBC for encryption
- Fix compat with OpenSSL >= 1.1

Package-Manager: portage-2.3.2

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild | 41 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
new file mode 100644
index 00000000..4955a5f
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.9:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+
+src_test() {
+	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+		t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 743dfb4..d6835d1 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,3 +1,4 @@
 DIST Crypt-SMIME-0.15.tar.gz 23647 SHA256 0baa9af1209f62c6a409afa4b0ede163b44fe0dc4f5f5627800d46e0b4631e82 SHA512 9ceb98fdf4d40784fe5fef56a45b748ad78f112d216ef67e2fe5aec47f5d4f18bcbf2aebfde344cb3a516d967da89d839198cbd1157d7e75a5f9c475f567f61f WHIRLPOOL a76b5495663c2fd43b487a91c4e45b05f4e027467f9f91c5136099101bfef0d3d2da8b1fb89c55fe6a67e3002c1edc7e5cef682d3a7df81f43b91cdbc299b00c
 DIST Crypt-SMIME-0.16.tar.gz 25106 SHA256 f4d0f431e18c0750bc0495eccca5f685773df5d37a0f25dbacbfdba16446dbfa SHA512 ae2d3ba015dbdabca00186e74710a3112437d656ebbff078189e445285a713ba83419cd9b80921f9345a67bf8f78cc772f973b587824609f9294d37a3ffce4b8 WHIRLPOOL 477e045e520a3498c0891feb6067053197c58cc4108d5a5ff63a34cd14f1a2e6af8b911402806d649bb681d74161e3aa23d591eda052b8bcf1e765b098afd7f1
 DIST Crypt-SMIME-0.17.tar.gz 25601 SHA256 53eb12e219e18c40baf9ed58b26e0bc838bf67779f440f90e7b258e701cfe891 SHA512 3e194e5f0a7a75b086ca5e3a61706f2c355624b57a12174f8e047f8beaaa3296008c9067db675c32317a4be26a13d729f90ba93866aa820b29a20927361f39da WHIRLPOOL 4641ea7dfd84214c16cb0d934e8547cfb066caeed04187ea425b780571b88f7d4aecf5fa3e0dfb6bc2d157197b07d131368d0ed248bf00203c533541753e41d9
+DIST Crypt-SMIME-0.19.tar.gz 26057 SHA256 eb768c21c7d13298275289eea19b89871c007e96834252ea85ef005d4f0d21ae SHA512 fcf7cbbf00127ddc618acd8959763d92eb14ec4e7ade76ffa1020ce60ae1d575d320e4aa89a4d43cf2422170b6bc924ebcf20a42135361e97fb72e8b9abf2c5b WHIRLPOOL 3d5b3fc1cd84216b1db50af1a9e6b9b8275b456ee39dbcbe4fd863a6b63d132de9354576ff720e796965aa38aa58d7285ba527c1cb434f0c15116aea8a22b57f


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2016-09-05  5:47 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2016-09-05  5:47 UTC (permalink / raw
  To: gentoo-commits

commit:     275eefa784bcb008681f4532f0d6e07314eaf078
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 05:46:32 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 05:46:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275eefa7

dev-perl/Crypt-SMIME: Bump to 0.170.0

- Add missing test dependencies + mininal handling

Upstream:
- New function: setPrivateKeyPkcs12()

Package-Manager: portage-2.3.0

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild | 41 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
new file mode 100644
index 00000000..a0e3fd4
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-CChecker
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		!minimal? (
+			>=dev-perl/Test-Taint-1.60.0
+			>=dev-perl/Taint-Util-0.80.0
+		)
+	)
+"
+
+src_test() {
+	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+		t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 7b00738..743dfb4 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-SMIME-0.15.tar.gz 23647 SHA256 0baa9af1209f62c6a409afa4b0ede163b44fe0dc4f5f5627800d46e0b4631e82 SHA512 9ceb98fdf4d40784fe5fef56a45b748ad78f112d216ef67e2fe5aec47f5d4f18bcbf2aebfde344cb3a516d967da89d839198cbd1157d7e75a5f9c475f567f61f WHIRLPOOL a76b5495663c2fd43b487a91c4e45b05f4e027467f9f91c5136099101bfef0d3d2da8b1fb89c55fe6a67e3002c1edc7e5cef682d3a7df81f43b91cdbc299b00c
 DIST Crypt-SMIME-0.16.tar.gz 25106 SHA256 f4d0f431e18c0750bc0495eccca5f685773df5d37a0f25dbacbfdba16446dbfa SHA512 ae2d3ba015dbdabca00186e74710a3112437d656ebbff078189e445285a713ba83419cd9b80921f9345a67bf8f78cc772f973b587824609f9294d37a3ffce4b8 WHIRLPOOL 477e045e520a3498c0891feb6067053197c58cc4108d5a5ff63a34cd14f1a2e6af8b911402806d649bb681d74161e3aa23d591eda052b8bcf1e765b098afd7f1
+DIST Crypt-SMIME-0.17.tar.gz 25601 SHA256 53eb12e219e18c40baf9ed58b26e0bc838bf67779f440f90e7b258e701cfe891 SHA512 3e194e5f0a7a75b086ca5e3a61706f2c355624b57a12174f8e047f8beaaa3296008c9067db675c32317a4be26a13d729f90ba93866aa820b29a20927361f39da WHIRLPOOL 4641ea7dfd84214c16cb0d934e8547cfb066caeed04187ea425b780571b88f7d4aecf5fa3e0dfb6bc2d157197b07d131368d0ed248bf00203c533541753e41d9


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2016-09-05  5:47 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2016-09-05  5:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1a24e2182efd598d1ba636ee3777009985f73b68
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 04:53:45 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 05:46:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a24e218

dev-perl/Crypt-SMIME: Remove Author Tests

Not useful on gentoo, and are free dependencies.

Package-Manager: portage-2.3.0

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 10 ++++++----
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild | 11 +++++++----
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
index 22f8f24..9ddd71c 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,10 +27,12 @@ DEPEND="${RDEPEND}
 		dev-perl/Test-Exception
 		virtual/perl-Test-Simple
 		>=dev-perl/Test-Taint-1.60.0
-		dev-perl/Test-Dependencies
-		>=dev-perl/Test-Pod-1.140.0
-		>=dev-perl/Test-Pod-Coverage-1.40.0
 	)
 "
+src_test() {
+	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+		t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}
 
 SRC_TEST=do

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
index 7c5fc68..59fb829 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,8 +28,11 @@ DEPEND="${RDEPEND}
 		dev-perl/Test-Exception
 		virtual/perl-Test-Simple
 		>=dev-perl/Test-Taint-1.60.0
-		dev-perl/Test-Dependencies
-		>=dev-perl/Test-Pod-1.140.0
-		>=dev-perl/Test-Pod-Coverage-1.40.0
 	)
 "
+
+src_test() {
+	perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+		t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2016-01-09 21:20 Andreas Hüttel
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Hüttel @ 2016-01-09 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     90bd6fdc6acc3f943792a8d5a32b46880bc6493a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 21:18:47 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 21:20:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bd6fdc

ExtUtils-Constant is in core...

Package-Manager: portage-2.2.26

 .../{Crypt-SMIME-0.160.0.ebuild => Crypt-SMIME-0.160.0-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
similarity index 94%
rename from dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild
rename to dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
index 78c11b8..7c5fc68 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	dev-perl/extutils-pkgconfig
 	dev-perl/ExtUtils-CChecker
-	>=dev-perl/ExtUtils-Constant-0.230.0
+	>=virtual/perl-ExtUtils-Constant-0.230.0
 	test? (
 		dev-perl/Test-Exception
 		virtual/perl-Test-Simple


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2015-12-31 10:46 Andreas Hüttel
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Hüttel @ 2015-12-31 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6cd6006aa25cc7d29aa84b327a2dcd9978740721
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 10:11:47 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 10:46:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd6006a

dev-perl/Crypt-SMIME: Version bump

Package-Manager: portage-2.2.26

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Crypt-SMIME/Manifest                   |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild
new file mode 100644
index 0000000..78c11b8
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-CChecker
+	>=dev-perl/ExtUtils-Constant-0.230.0
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		>=dev-perl/Test-Taint-1.60.0
+		dev-perl/Test-Dependencies
+		>=dev-perl/Test-Pod-1.140.0
+		>=dev-perl/Test-Pod-Coverage-1.40.0
+	)
+"

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 54a5fe9..7b00738 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1 +1,2 @@
 DIST Crypt-SMIME-0.15.tar.gz 23647 SHA256 0baa9af1209f62c6a409afa4b0ede163b44fe0dc4f5f5627800d46e0b4631e82 SHA512 9ceb98fdf4d40784fe5fef56a45b748ad78f112d216ef67e2fe5aec47f5d4f18bcbf2aebfde344cb3a516d967da89d839198cbd1157d7e75a5f9c475f567f61f WHIRLPOOL a76b5495663c2fd43b487a91c4e45b05f4e027467f9f91c5136099101bfef0d3d2da8b1fb89c55fe6a67e3002c1edc7e5cef682d3a7df81f43b91cdbc299b00c
+DIST Crypt-SMIME-0.16.tar.gz 25106 SHA256 f4d0f431e18c0750bc0495eccca5f685773df5d37a0f25dbacbfdba16446dbfa SHA512 ae2d3ba015dbdabca00186e74710a3112437d656ebbff078189e445285a713ba83419cd9b80921f9345a67bf8f78cc772f973b587824609f9294d37a3ffce4b8 WHIRLPOOL 477e045e520a3498c0891feb6067053197c58cc4108d5a5ff63a34cd14f1a2e6af8b911402806d649bb681d74161e3aa23d591eda052b8bcf1e765b098afd7f1


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2015-12-31 10:46 Andreas Hüttel
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Hüttel @ 2015-12-31 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e66f18032cd47d9904eb57b977b0c0de5a9abb96
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 09:57:58 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 10:46:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66f1803

dev-perl/Crypt-SMIME: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0-r1.ebuild | 23 --------------
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0.ebuild    | 35 ----------------------
 dev-perl/Crypt-SMIME/Manifest                      |  1 -
 3 files changed, 59 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0-r1.ebuild
deleted file mode 100644
index cdd33d0..0000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MIKAGE
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="S/MIME sign, verify, encrypt and decrypt"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-#	test? (
-#		dev-perl/Test-Exception
-#	)"
-
-#SRC_TEST=do

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0.ebuild
deleted file mode 100644
index bba5139..0000000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MIKAGE
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	dev-libs/openssl:0
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/extutils-pkgconfig
-	dev-perl/ExtUtils-CChecker
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-		>=dev-perl/Test-Taint-1.60.0
-		dev-perl/Test-Dependencies
-		>=dev-perl/Test-Pod-1.140.0
-		>=dev-perl/Test-Pod-Coverage-1.40.0
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 0fc2d61..54a5fe9 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1 @@
-DIST Crypt-SMIME-0.10.tar.gz 15485 SHA256 2a981c01369bdc2e7f169a74dfb802528dddceb5e3472290ffaf57de49e2320f SHA512 10d55494f8796c3003c368aabcb5c3093500129bb0b8e6b6fcf2f5057209023d4e73fdb98ab94ecbf5769a78c12574765bd48d5ddaf8f7133709aa5eda3c0b62 WHIRLPOOL 11b281c6e0dfd9763c95f90d9039f77afc9d420e7d137f89a402607de3ab16e02740a90d96c4dfbc704bed0cb7fbe6c7dafbf9a837d019865da74c8b8ed40bc6
 DIST Crypt-SMIME-0.15.tar.gz 23647 SHA256 0baa9af1209f62c6a409afa4b0ede163b44fe0dc4f5f5627800d46e0b4631e82 SHA512 9ceb98fdf4d40784fe5fef56a45b748ad78f112d216ef67e2fe5aec47f5d4f18bcbf2aebfde344cb3a516d967da89d839198cbd1157d7e75a5f9c475f567f61f WHIRLPOOL a76b5495663c2fd43b487a91c4e45b05f4e027467f9f91c5136099101bfef0d3d2da8b1fb89c55fe6a67e3002c1edc7e5cef682d3a7df81f43b91cdbc299b00c


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/
@ 2015-09-20 16:39 Julian Ospald
  0 siblings, 0 replies; 21+ messages in thread
From: Julian Ospald @ 2015-09-20 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     59c8b0862e761d7625fbf5a02fa0cd8c0f58c3c9
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 14:43:08 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 16:37:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8b086

dev-perl/Crypt-SMIME: add libressl support

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
new file mode 100644
index 0000000..22f8f24
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MIKAGE
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-CChecker
+	test? (
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+		>=dev-perl/Test-Taint-1.60.0
+		dev-perl/Test-Dependencies
+		>=dev-perl/Test-Pod-1.140.0
+		>=dev-perl/Test-Pod-Coverage-1.40.0
+	)
+"
+
+SRC_TEST=do


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-06-09 21:18 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 13:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 21:18 Sam James
2024-04-29  4:45 Sam James
2022-12-18 18:50 Arthur Zamarin
2022-11-15  8:46 Sam James
2022-10-31 16:38 Agostino Sarubbo
2021-06-22 18:19 Sam James
2021-05-03 10:25 Mikle Kolyada
2020-10-19  3:58 Kent Fredric
2020-09-17 12:25 Kent Fredric
2020-09-16  8:53 Kent Fredric
2020-08-07 15:47 Kent Fredric
2020-08-06 16:56 Kent Fredric
2016-12-10 18:01 Kent Fredric
2016-12-05 19:35 Kent Fredric
2016-09-05  5:47 Kent Fredric
2016-09-05  5:47 Kent Fredric
2016-01-09 21:20 Andreas Hüttel
2015-12-31 10:46 Andreas Hüttel
2015-12-31 10:46 Andreas Hüttel
2015-09-20 16:39 Julian Ospald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox