Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/tie-encryptedhash/
Date: Tue, 26 Apr 2016 20:03:52
Message-Id: 1461700974.2a84c3976e33403263564c0662f793b712e9bc89.dilfridge@gentoo
1 commit: 2a84c3976e33403263564c0662f793b712e9bc89
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 25 09:32:55 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 20:02:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a84c397
7
8 dev-perl/tie-encryptedhash: Removed, gone to dev-perl/Tie-EncryptedHash
9
10 dev-perl/tie-encryptedhash/Manifest | 1 -
11 dev-perl/tie-encryptedhash/metadata.xml | 12 -----------
12 .../tie-encryptedhash-1.240.0-r1.ebuild | 23 ----------------------
13 3 files changed, 36 deletions(-)
14
15 diff --git a/dev-perl/tie-encryptedhash/Manifest b/dev-perl/tie-encryptedhash/Manifest
16 deleted file mode 100644
17 index a365209..0000000
18 --- a/dev-perl/tie-encryptedhash/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST Tie-EncryptedHash-1.24.tar.gz 10515 SHA256 aa9a083a231e4046170a5894644e3c59679c7dbd0aa2d1217dc85150df2c1e21 SHA512 1b86af7ed2854f8b5a9f03f22484ecb08021efd87993b3f5786a56764478e022d5e2f2cbb87d4a832743a05e1983174481b95d3545175106a44b9911fc8adef7 WHIRLPOOL cf22bba9053719ff45d50556269af41b019124f91a2907c69bd7f63bc9db5f05edfa15efb559d7248a4514c0a5389f3f941ec459523c1e0d4a716265ce6998c6
22
23 diff --git a/dev-perl/tie-encryptedhash/metadata.xml b/dev-perl/tie-encryptedhash/metadata.xml
24 deleted file mode 100644
25 index 623e7ce..0000000
26 --- a/dev-perl/tie-encryptedhash/metadata.xml
27 +++ /dev/null
28 @@ -1,12 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <maintainer type="project">
33 - <email>perl@g.o</email>
34 - <name>Gentoo Perl Project</name>
35 - </maintainer>
36 - <upstream>
37 - <remote-id type="cpan">Tie-EncryptedHash</remote-id>
38 - <remote-id type="cpan-module">Tie::EncryptedHash</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 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
43 deleted file mode 100644
44 index 36aba10..0000000
45 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.240.0-r1.ebuild
46 +++ /dev/null
47 @@ -1,23 +0,0 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51 -
52 -EAPI=5
53 -
54 -MY_PN=Tie-EncryptedHash
55 -MODULE_AUTHOR=VIPUL
56 -MODULE_VERSION=1.24
57 -inherit perl-module
58 -
59 -DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields"
60 -
61 -SLOT="0"
62 -KEYWORDS="alpha amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
63 -IUSE=""
64 -
65 -RDEPEND="dev-perl/Crypt-Blowfish
66 - dev-perl/Crypt-DES
67 - dev-perl/Crypt-CBC"
68 -DEPEND="${RDEPEND}"
69 -
70 -SRC_TEST=do