* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tie-encryptedhash/
@ 2016-03-05 11:56 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-03-05 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 98de5abc345463250e18e6c4cf257e80321c5459
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 4 07:56:22 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 08:31:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98de5abc
dev-perl/tie-encryptedhash: Fix dep on Crypt-CBC
Package-Manager: portage-2.2.27
dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
index cf3fd1f..36aba10 100644
--- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
+++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-perl/Crypt-Blowfish
dev-perl/Crypt-DES
- dev-perl/crypt-cbc"
+ dev-perl/Crypt-CBC"
DEPEND="${RDEPEND}"
SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tie-encryptedhash/
@ 2016-04-26 20:03 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-04-26 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 2a84c3976e33403263564c0662f793b712e9bc89
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 09:32:55 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 20:02:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a84c397
dev-perl/tie-encryptedhash: Removed, gone to dev-perl/Tie-EncryptedHash
dev-perl/tie-encryptedhash/Manifest | 1 -
dev-perl/tie-encryptedhash/metadata.xml | 12 -----------
.../tie-encryptedhash-1.240.0-r1.ebuild | 23 ----------------------
3 files changed, 36 deletions(-)
diff --git a/dev-perl/tie-encryptedhash/Manifest b/dev-perl/tie-encryptedhash/Manifest
deleted file mode 100644
index a365209..0000000
--- a/dev-perl/tie-encryptedhash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Tie-EncryptedHash-1.24.tar.gz 10515 SHA256 aa9a083a231e4046170a5894644e3c59679c7dbd0aa2d1217dc85150df2c1e21 SHA512 1b86af7ed2854f8b5a9f03f22484ecb08021efd87993b3f5786a56764478e022d5e2f2cbb87d4a832743a05e1983174481b95d3545175106a44b9911fc8adef7 WHIRLPOOL cf22bba9053719ff45d50556269af41b019124f91a2907c69bd7f63bc9db5f05edfa15efb559d7248a4514c0a5389f3f941ec459523c1e0d4a716265ce6998c6
diff --git a/dev-perl/tie-encryptedhash/metadata.xml b/dev-perl/tie-encryptedhash/metadata.xml
deleted file mode 100644
index 623e7ce..0000000
--- a/dev-perl/tie-encryptedhash/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
- <upstream>
- <remote-id type="cpan">Tie-EncryptedHash</remote-id>
- <remote-id type="cpan-module">Tie::EncryptedHash</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
deleted file mode 100644
index 36aba10..0000000
--- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Tie-EncryptedHash
-MODULE_AUTHOR=VIPUL
-MODULE_VERSION=1.24
-inherit perl-module
-
-DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/Crypt-Blowfish
- dev-perl/Crypt-DES
- dev-perl/Crypt-CBC"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-EncryptedHash/
@ 2016-04-26 20:03 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-04-26 20:03 UTC (permalink / raw
To: gentoo-commits
commit: ee3238049160806f443c8edaddd37fa71a6616e6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 09:28:31 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 20:02:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee323804
dev-perl/Tie-EncryptedHash: Copy from dev-perl/tie-encryptedhash
Changing to track PN=Upstream
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Tie-EncryptedHash/Manifest | 1 +
.../Tie-EncryptedHash-1.240.0-r1.ebuild | 22 ++++++++++++++++++++++
dev-perl/Tie-EncryptedHash/metadata.xml | 12 ++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-perl/Tie-EncryptedHash/Manifest b/dev-perl/Tie-EncryptedHash/Manifest
new file mode 100644
index 0000000..a365209
--- /dev/null
+++ b/dev-perl/Tie-EncryptedHash/Manifest
@@ -0,0 +1 @@
+DIST Tie-EncryptedHash-1.24.tar.gz 10515 SHA256 aa9a083a231e4046170a5894644e3c59679c7dbd0aa2d1217dc85150df2c1e21 SHA512 1b86af7ed2854f8b5a9f03f22484ecb08021efd87993b3f5786a56764478e022d5e2f2cbb87d4a832743a05e1983174481b95d3545175106a44b9911fc8adef7 WHIRLPOOL cf22bba9053719ff45d50556269af41b019124f91a2907c69bd7f63bc9db5f05edfa15efb559d7248a4514c0a5389f3f941ec459523c1e0d4a716265ce6998c6
diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
new file mode 100644
index 0000000..24c597e
--- /dev/null
+++ b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=VIPUL
+MODULE_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields"
+
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/Crypt-Blowfish
+ dev-perl/Crypt-DES
+ dev-perl/Crypt-CBC"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do
diff --git a/dev-perl/Tie-EncryptedHash/metadata.xml b/dev-perl/Tie-EncryptedHash/metadata.xml
new file mode 100644
index 0000000..623e7ce
--- /dev/null
+++ b/dev-perl/Tie-EncryptedHash/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <upstream>
+ <remote-id type="cpan">Tie-EncryptedHash</remote-id>
+ <remote-id type="cpan-module">Tie::EncryptedHash</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-EncryptedHash/
@ 2021-09-28 18:32 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-09-28 18:32 UTC (permalink / raw
To: gentoo-commits
commit: c168cf1757e243c4056748505edadf5e06488aca
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 18:22:45 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 18:32:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c168cf17
dev-perl/Tie-EncryptedHash: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...1.240.0-r1.ebuild => Tie-EncryptedHash-1.240.0-r2.ebuild} | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
similarity index 81%
rename from dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
rename to dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
index 3d858a418ec..99c6795736e 100644
--- a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
+++ b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
@@ -1,21 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=VIPUL
-MODULE_VERSION=1.24
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.24
inherit perl-module
DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
RDEPEND="dev-perl/Crypt-Blowfish
dev-perl/Crypt-DES
dev-perl/Crypt-CBC"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
+BDEPEND="${RDEPEND}
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-09-28 18:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 11:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/tie-encryptedhash/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-04-26 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-EncryptedHash/ Andreas Hüttel
2016-04-26 20:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/tie-encryptedhash/ Andreas Hüttel
2021-09-28 18:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-EncryptedHash/ 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