Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Authen-DecHpwd/
Date: Wed, 31 Jul 2013 06:54:54
Message-Id: 1375253501.08cc6c1946ca902452de7dc828a987abceb1e60e.kent@gentoo
1 commit: 08cc6c1946ca902452de7dc828a987abceb1e60e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 31 06:51:41 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 31 06:51:41 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=08cc6c19
7
8 [trim] Old versions of Authen-DecHpwd
9
10 Package-Manager: portage-2.2.0_alpha186
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 .../Authen-DecHpwd/Authen-DecHpwd-2.4.0.ebuild | 27 -------------------
15 .../Authen-DecHpwd/Authen-DecHpwd-2.5.0.ebuild | 31 ----------------------
16 dev-perl/Authen-DecHpwd/ChangeLog | 5 +++-
17 3 files changed, 4 insertions(+), 59 deletions(-)
18
19 diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.4.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.4.0.ebuild
20 deleted file mode 100644
21 index e3606fe..0000000
22 --- a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.4.0.ebuild
23 +++ /dev/null
24 @@ -1,27 +0,0 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 -EAPI=2
29 -MODULE_AUTHOR=ZEFRAM
30 -MODULE_VERSION="2.004"
31 -inherit perl-module
32 -
33 -DESCRIPTION="DEC VMS password hashing"
34 -LICENSE="|| ( Artistic GPL-2 )"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -COMMON_DEPEND="
39 - dev-perl/Scalar-String
40 - >=dev-perl/Data-Integer-0.3.0
41 -"
42 -DEPEND="
43 - ${COMMON_DEPEND}
44 - test? (
45 - virtual/perl-Test-Simple
46 - )
47 -"
48 -RDEPEND="
49 - ${COMMON_DEPEND}
50 -"
51 -SRC_TEST="do"
52
53 diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.5.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.5.0.ebuild
54 deleted file mode 100644
55 index 9aa12fb..0000000
56 --- a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.5.0.ebuild
57 +++ /dev/null
58 @@ -1,31 +0,0 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -
63 -EAPI=3
64 -
65 -MODULE_AUTHOR=ZEFRAM
66 -MODULE_VERSION="2.005"
67 -inherit perl-module
68 -
69 -DESCRIPTION="DEC VMS password hashing"
70 -
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE="test"
74 -
75 -COMMON_DEPEND="
76 - dev-perl/Scalar-String
77 - >=dev-perl/Data-Integer-0.3.0
78 -"
79 -DEPEND="
80 - ${COMMON_DEPEND}
81 - virtual/perl-Module-Build
82 - test? (
83 - virtual/perl-Test-Simple
84 - )
85 -"
86 -RDEPEND="
87 - ${COMMON_DEPEND}
88 -"
89 -SRC_TEST="do"
90
91 diff --git a/dev-perl/Authen-DecHpwd/ChangeLog b/dev-perl/Authen-DecHpwd/ChangeLog
92 index da00172..28c0346 100644
93 --- a/dev-perl/Authen-DecHpwd/ChangeLog
94 +++ b/dev-perl/Authen-DecHpwd/ChangeLog
95 @@ -2,6 +2,10 @@
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 # $Header: $
98
99 + 31 Jul 2013; Kent Fredric <kentfredric@×××××.com>
100 + -Authen-DecHpwd-2.4.0.ebuild, -Authen-DecHpwd-2.5.0.ebuild:
101 + [trim] Old versions of Authen-DecHpwd
102 +
103 28 Apr 2013; Kent Fredric <kentfredric@×××××.com>
104 Authen-DecHpwd-2.4.0.ebuild, Authen-DecHpwd-2.5.0.ebuild,
105 Authen-DecHpwd-2.6.0.ebuild:
106 @@ -36,4 +40,3 @@
107 14 Aug 2009; Kent Fredric <kentfredric@×××××.com>
108 +Authen-DecHpwd-2.004.ebuild, +metadata.xml:
109 Added
110 -