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/Crypt-CAST5_PP: ChangeLog Crypt-CAST5_PP-1.04.ebuild
Date: Fri, 29 Jan 2010 07:53:16
Message-Id: E1NalfE-00079x-T8@stork.gentoo.org
1 tove 10/01/29 07:53:12
2
3 Modified: ChangeLog Crypt-CAST5_PP-1.04.ebuild
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 dev-perl/Crypt-CAST5_PP/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 9 Jan 2010 18:25:26 -0000 1.17
22 +++ ChangeLog 29 Jan 2010 07:53:12 -0000 1.18
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Crypt-CAST5_PP
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.17 2010/01/09 18:25:26 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.18 2010/01/29 07:53:12 tove Exp $
28 +
29 + 29 Jan 2010; Torsten Veller <tove@g.o> Crypt-CAST5_PP-1.04.ebuild:
30 + Fix LICENSE: same terms as perl (#301969). Maintenance
31
32 09 Jan 2010; Fabian Groffen <grobian@g.o>
33 Crypt-CAST5_PP-1.04.ebuild:
34
35
36
37 1.9 dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild?r1=1.8&r2=1.9
42
43 Index: Crypt-CAST5_PP-1.04.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- Crypt-CAST5_PP-1.04.ebuild 9 Jan 2010 18:25:26 -0000 1.8
50 +++ Crypt-CAST5_PP-1.04.ebuild 29 Jan 2010 07:53:12 -0000 1.9
51 @@ -1,17 +1,16 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.8 2010/01/09 18:25:26 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.9 2010/01/29 07:53:12 tove Exp $
56
57 +EAPI=2
58 +
59 +MODULE_AUTHOR=BOBMATH
60 inherit perl-module
61
62 DESCRIPTION="CAST5 block cipher in pure Perl"
63 -HOMEPAGE="http://search.cpan.org/~bobmath/${P}/"
64 -SRC_URI="mirror://cpan/authors/id/B/BO/BOBMATH/${P}.tar.gz"
65
66 -LICENSE="Artistic"
67 SLOT="0"
68 KEYWORDS="amd64 hppa ia64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
69 IUSE=""
70
71 SRC_TEST="do"
72 -DEPEND="dev-lang/perl"