Gentoo Archives: gentoo-commits

From: "Gysbert Wassenaar (nixnut)" <nixnut@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/digest-base: ChangeLog digest-base-1.16.ebuild
Date: Tue, 05 Jan 2010 19:28:46
Message-Id: E1NSF54-0002mY-7K@stork.gentoo.org
1 nixnut 10/01/05 19:28:38
2
3 Modified: ChangeLog digest-base-1.16.ebuild
4 Log:
5 ppc stable #288026
6 (Portage version: 2.1.6.13/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.44 perl-core/digest-base/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 16 Dec 2009 21:46:44 -0000 1.43
22 +++ ChangeLog 5 Jan 2010 19:28:37 -0000 1.44
23 @@ -1,6 +1,9 @@
24 # ChangeLog for perl-core/digest-base
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.43 2009/12/16 21:46:44 abcd Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.44 2010/01/05 19:28:37 nixnut Exp $
29 +
30 + 05 Jan 2010; nixnut <nixnut@g.o> digest-base-1.16.ebuild:
31 + ppc stable #288026
32
33 16 Dec 2009; Jonathan Callen <abcd@g.o> digest-base-1.15.ebuild,
34 digest-base-1.16.ebuild:
35
36
37
38 1.9 perl-core/digest-base/digest-base-1.16.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild?r1=1.8&r2=1.9
43
44 Index: digest-base-1.16.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- digest-base-1.16.ebuild 16 Dec 2009 21:46:44 -0000 1.8
51 +++ digest-base-1.16.ebuild 5 Jan 2010 19:28:37 -0000 1.9
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild,v 1.8 2009/12/16 21:46:44 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild,v 1.9 2010/01/05 19:28:37 nixnut Exp $
58
59 EAPI=2
60
61 @@ -13,7 +13,7 @@
62 DESCRIPTION="Modules that calculate message digests"
63
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RDEPEND="virtual/perl-MIME-Base64"