Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Digest-MD5: ChangeLog Digest-MD5-2.38.ebuild
Date: Fri, 21 Nov 2008 08:19:20
Message-Id: E1L3REQ-00013u-Fp@stork.gentoo.org
1 tove 08/11/21 08:19:14
2
3 Modified: ChangeLog
4 Added: Digest-MD5-2.38.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.27-tuxonice i686)
8
9 Revision Changes Path
10 1.17 perl-core/Digest-MD5/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Digest-MD5/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Digest-MD5/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Digest-MD5/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 15 Apr 2007 21:03:19 -0000 1.16
23 +++ ChangeLog 21 Nov 2008 08:19:14 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for perl-core/Digest-MD5
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.16 2007/04/15 21:03:19 corsair Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.17 2008/11/21 08:19:14 tove Exp $
30 +
31 +*Digest-MD5-2.38 (21 Nov 2008)
32 +
33 + 21 Nov 2008; Torsten Veller <tove@g.o> +Digest-MD5-2.38.ebuild:
34 + Version bump
35
36 15 Apr 2007; Markus Rothe <corsair@g.o> Digest-MD5-2.36.ebuild:
37 Stable on ppc64
38
39
40
41 1.1 perl-core/Digest-MD5/Digest-MD5-2.38.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Digest-MD5-2.38.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild,v 1.1 2008/11/21 08:19:14 tove Exp $
51
52 MODULE_AUTHOR=GAAS
53 inherit perl-module
54
55 DESCRIPTION="MD5 message digest algorithm"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-lang/perl
63 virtual/perl-digest-base"
64
65 mydoc="rfc*.txt"