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: ChangeLog Archive-Rar-1.9.3.ebuild Archive-Rar-1.9.ebuild Archive-Rar-1.9.2.ebuild
Date: Tue, 30 Sep 2008 08:00:44
Message-Id: E1Kka9x-0007p3-2b@stork.gentoo.org
1 tove 08/09/30 08:00:41
2
3 Modified: ChangeLog Archive-Rar-1.9.3.ebuild
4 Removed: Archive-Rar-1.9.ebuild Archive-Rar-1.9.2.ebuild
5 Log:
6 Cleanup
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.24 dev-perl/Archive-Rar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 17 Dec 2007 17:20:30 -0000 1.23
23 +++ ChangeLog 30 Sep 2008 08:00:40 -0000 1.24
24 @@ -1,6 +1,10 @@
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.23 2007/12/17 17:20:30 drac Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.24 2008/09/30 08:00:40 tove Exp $
30 +
31 + 30 Sep 2008; Torsten Veller <tove@g.o> -Archive-Rar-1.9.ebuild,
32 + -Archive-Rar-1.9.2.ebuild, Archive-Rar-1.9.3.ebuild:
33 + Cleanup
34
35 17 Dec 2007; Samuli Suominen <drac@g.o> Archive-Rar-1.9.3.ebuild:
36 amd64 stable
37
38
39
40 1.4 dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild?r1=1.3&r2=1.4
45
46 Index: Archive-Rar-1.9.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- Archive-Rar-1.9.3.ebuild 17 Dec 2007 17:20:30 -0000 1.3
53 +++ Archive-Rar-1.9.3.ebuild 30 Sep 2008 08:00:40 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 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.3.ebuild,v 1.3 2007/12/17 17:20:30 drac Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild,v 1.4 2008/09/30 08:00:40 tove Exp $
60
61 inherit perl-module versionator
62
63 @@ -8,15 +8,16 @@
64 S=${WORKDIR}/${MY_P}
65
66 DESCRIPTION="Archive::Rar - Interface with the rar command"
67 -HOMEPAGE="http://search.cpan.org/~smueller/"
68 SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${MY_P}.tar.gz"
69
70 LICENSE="Artistic"
71 SLOT="0"
72 KEYWORDS="amd64 x86"
73 IUSE="test"
74 -DEPEND="dev-lang/perl
75 - app-arch/rar
76 - test? ( dev-perl/Test-Pod )"
77 +
78 +RDEPEND="dev-lang/perl
79 + app-arch/rar"
80 +DEPEND="${RDEPEND}
81 + test? ( dev-perl/Test-Pod )"
82
83 SRC_TEST="do"