Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/tie-encryptedhash: ChangeLog tie-encryptedhash-1.24.ebuild
Date: Sat, 23 Aug 2008 21:15:16
Message-Id: E1KX0S1-00081t-Im@stork.gentoo.org
1 tove 08/08/23 21:15:13
2
3 Modified: ChangeLog
4 Added: tie-encryptedhash-1.24.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.15 dev-perl/tie-encryptedhash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 19 Jan 2007 17:02:37 -0000 1.14
23 +++ ChangeLog 23 Aug 2008 21:15:13 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/tie-encryptedhash
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.14 2007/01/19 17:02:37 mcummings Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/ChangeLog,v 1.15 2008/08/23 21:15:13 tove Exp $
30 +
31 +*tie-encryptedhash-1.24 (23 Aug 2008)
32 +
33 + 23 Aug 2008; Torsten Veller <tove@g.o>
34 + +tie-encryptedhash-1.24.ebuild:
35 + Version bump
36
37 19 Jan 2007; Michael Cummings <mcummings@g.o>
38 tie-encryptedhash-1.21.ebuild:
39
40
41
42 1.1 dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tie-encryptedhash-1.24.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.24.ebuild,v 1.1 2008/08/23 21:15:13 tove Exp $
52
53 inherit perl-module
54
55 MY_P=Tie-EncryptedHash-${PV}
56 S=${WORKDIR}/${MY_P}
57 DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields."
58 HOMEPAGE="http://search.cpan.org/dist/Tie-EncryptedHash/"
59 SRC_URI="mirror://cpan/authors/id/V/VI/VIPUL/${MY_P}.tar.gz"
60
61 LICENSE="|| ( Artistic GPL-2 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="dev-perl/Crypt-Blowfish
67 dev-perl/Crypt-DES
68 dev-perl/crypt-cbc
69 dev-lang/perl"
70
71 SRC_TEST=do