public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-CipherSaber/
@ 2017-01-02  9:11 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2017-01-02  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1d413ba3724e18f099f627ae28c8e26ee95e5f69
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 09:10:54 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 09:11:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d413ba3

dev-perl/Crypt-CipherSaber: New package, bug 382627

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../Crypt-CipherSaber-1.10.0.ebuild                | 26 ++++++++++++++++++++++
 dev-perl/Crypt-CipherSaber/Manifest                |  1 +
 dev-perl/Crypt-CipherSaber/metadata.xml            |  8 +++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0.ebuild
new file mode 100644
index 00000000..700e205
--- /dev/null
+++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Perl module implementing CipherSaber encryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Scalar-List-Utils-1.4.2
+"
+DEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		>=virtual/perl-Test-Simple-0.600.0
+		>=dev-perl/Test-Warn-0.300.0
+	)
+"

diff --git a/dev-perl/Crypt-CipherSaber/Manifest b/dev-perl/Crypt-CipherSaber/Manifest
new file mode 100644
index 00000000..378636e
--- /dev/null
+++ b/dev-perl/Crypt-CipherSaber/Manifest
@@ -0,0 +1 @@
+DIST Crypt-CipherSaber-1.01.tar.gz 11527 SHA256 9fbdb479ba76fcb991eaf627f80e64dab093720054f643530ad036f927274bf9 SHA512 c523b3db0b011b560a3f1f45793cdcdfb2bda0ed196bed02f058d39a5f9505826113eb6f0f6baedcb3a0bcc5dc1218fb311361c74701b321ecf8df4080722201 WHIRLPOOL 52d01af410d00870a46b14d97c4dedd12510900b05848a335e30fae1e97b1189d8f1eea6927e226a6d599149288976880a2dbeae3ee1c4427a55d137d0ef147a

diff --git a/dev-perl/Crypt-CipherSaber/metadata.xml b/dev-perl/Crypt-CipherSaber/metadata.xml
new file mode 100644
index 00000000..2b9a936
--- /dev/null
+++ b/dev-perl/Crypt-CipherSaber/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-CipherSaber/
@ 2017-10-18 22:46 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-18 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a556be2173fb070b24938da6c9f63ec5b840f8f1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 22:40:55 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 22:40:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a556be21

dev-perl/Crypt-CipherSaber: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Crypt-CipherSaber/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/Crypt-CipherSaber/metadata.xml b/dev-perl/Crypt-CipherSaber/metadata.xml
index 2b9a936fc0a..39268819710 100644
--- a/dev-perl/Crypt-CipherSaber/metadata.xml
+++ b/dev-perl/Crypt-CipherSaber/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Crypt-CipherSaber</remote-id>
+    <remote-id type="cpan-module">Crypt::CipherSaber</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-CipherSaber/
@ 2021-10-15 18:56 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-15 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4fb890503607c296b2e2691f28b51d90ee02b5eb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 18:53:54 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 18:55:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb89050

dev-perl/Crypt-CipherSaber: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...Saber-1.10.0-r1.ebuild => Crypt-CipherSaber-1.10.0-r2.ebuild} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
similarity index 80%
rename from dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild
rename to dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
index fe61b23df93..958f8de0be7 100644
--- a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild
+++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CHROMATIC
 DIST_VERSION=1.01
@@ -11,19 +11,18 @@ DESCRIPTION="Perl module implementing CipherSaber encryption"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=virtual/perl-Scalar-List-Utils-1.4.2
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
 	test? (
 		>=virtual/perl-Test-Simple-0.600.0
 		>=dev-perl/Test-Warn-0.300.0
 	)
 "
+
 PATCHES=(
 	"${FILESDIR}/${P}-newline-iv.patch"
 )


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

end of thread, other threads:[~2021-10-15 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-02  9:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-CipherSaber/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-10-18 22:46 Kent Fredric
2021-10-15 18:56 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