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/Archive-Rar: Archive-Rar-2.0.2.ebuild ChangeLog
Date: Thu, 28 Jan 2010 18:40:23
Message-Id: E1NaZHn-0008MV-GT@stork.gentoo.org
1 tove 10/01/28 18:40:11
2
3 Modified: Archive-Rar-2.0.2.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild?r1=1.3&r2=1.4
14
15 Index: Archive-Rar-2.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- Archive-Rar-2.0.2.ebuild 23 Nov 2009 15:36:58 -0000 1.3
22 +++ Archive-Rar-2.0.2.ebuild 28 Jan 2010 18:40:10 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild,v 1.3 2009/11/23 15:36:58 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.0.2.ebuild,v 1.4 2010/01/28 18:40:10 tove Exp $
29
30 inherit versionator
31 MODULE_AUTHOR=SMUELLER
32 @@ -11,7 +11,6 @@
33
34 DESCRIPTION="Archive::Rar - Interface with the rar command"
35
36 -LICENSE="Artistic"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE="test"
40
41
42
43 1.29 dev-perl/Archive-Rar/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.29&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.29&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?r1=1.28&r2=1.29
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v
52 retrieving revision 1.28
53 retrieving revision 1.29
54 diff -u -r1.28 -r1.29
55 --- ChangeLog 23 Nov 2009 15:36:58 -0000 1.28
56 +++ ChangeLog 28 Jan 2010 18:40:10 -0000 1.29
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-perl/Archive-Rar
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.28 2009/11/23 15:36:58 tove Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.29 2010/01/28 18:40:10 tove Exp $
63 +
64 + 28 Jan 2010; Torsten Veller <tove@g.o> Archive-Rar-2.0.2.ebuild:
65 + Fix LICENSE: same terms as perl (#301969)
66
67 23 Nov 2009; Torsten Veller <tove@g.o> Archive-Rar-2.0.2.ebuild:
68 Depend on dev-perl/IPC-Run (#294200)