Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Archive-Rar: ChangeLog Archive-Rar-1.9.ebuild Archive-Rar-1.9.3.ebuild
Date: Mon, 19 Nov 2007 18:59:20
Message-Id: E1IuBpz-00011b-GM@stork.gentoo.org
1 ian 07/11/19 18:59:15
2
3 Modified: ChangeLog Archive-Rar-1.9.ebuild
4 Added: Archive-Rar-1.9.3.ebuild
5 Log:
6 Fixed bug #197907; added missing test-dep
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.21 dev-perl/Archive-Rar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 5 Jul 2007 14:55:08 -0000 1.20
23 +++ ChangeLog 19 Nov 2007 18:59:14 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Archive-Rar
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.20 2007/07/05 14:55:08 mcummings Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.21 2007/11/19 18:59:14 ian Exp $
29 +
30 +*Archive-Rar-1.9.3 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Christian Hartmann <ian@g.o> Archive-Rar-1.9.ebuild,
33 + +Archive-Rar-1.9.3.ebuild:
34 + Fixed bug #197907; added missing test-dep
35
36 05 Jul 2007; Michael Cummings <mcummings@g.o>
37 Archive-Rar-1.9.ebuild:
38
39
40
41 1.21 dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild?rev=1.21&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild?rev=1.21&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild?r1=1.20&r2=1.21
46
47 Index: Archive-Rar-1.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild,v
50 retrieving revision 1.20
51 retrieving revision 1.21
52 diff -u -r1.20 -r1.21
53 --- Archive-Rar-1.9.ebuild 5 Jul 2007 14:55:08 -0000 1.20
54 +++ Archive-Rar-1.9.ebuild 19 Nov 2007 18:59:14 -0000 1.21
55 @@ -1,11 +1,11 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild,v 1.20 2007/07/05 14:55:08 mcummings Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild,v 1.21 2007/11/19 18:59:14 ian Exp $
60
61 inherit perl-module
62
63 DESCRIPTION="Archive::Rar - Interface with the rar command"
64 -HOMEPAGE="http://www.cpan.org/modules/by-module/Acrhive/"
65 +HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/"
66 SRC_URI="mirror://cpan/authors/id/J/JM/JMBO/${P}.tar.gz"
67
68 LICENSE="Artistic"
69
70
71
72 1.1 dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild?rev=1.1&content-type=text/plain
76
77 Index: Archive-Rar-1.9.3.ebuild
78 ===================================================================
79 # Copyright 1999-2007 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild,v 1.1 2007/11/19 18:59:14 ian Exp $
82
83 inherit perl-module versionator
84
85 MY_P="${PN}-$(delete_version_separator 2)"
86 S=${WORKDIR}/${MY_P}
87
88 DESCRIPTION="Archive::Rar - Interface with the rar command"
89 HOMEPAGE="http://search.cpan.org/~smueller/"
90 SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${MY_P}.tar.gz"
91
92 LICENSE="Artistic"
93 SLOT="0"
94 KEYWORDS="~amd64 ~x86"
95 IUSE="test"
96 DEPEND="dev-lang/perl
97 app-arch/rar
98 test? ( dev-perl/Test-Pod )"
99
100 SRC_TEST="do"
101
102
103
104 --
105 gentoo-commits@g.o mailing list