Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gnome2-vfs-perl: gnome2-vfs-perl-1.061.ebuild ChangeLog gnome2-vfs-perl-1.060.ebuild gnome2-vfs-perl-1.041.ebuild
Date: Sun, 20 Apr 2008 15:40:30
Message-Id: E1JnbeU-0005kV-Ji@stork.gentoo.org
1 drac 08/04/20 15:40:26
2
3 Modified: gnome2-vfs-perl-1.061.ebuild ChangeLog
4 Removed: gnome2-vfs-perl-1.060.ebuild
5 gnome2-vfs-perl-1.041.ebuild
6 Log:
7 Move pkgconfig from RDEPEND to DEPEND.
8 (Portage version: 2.1.5_rc4)
9
10 Revision Changes Path
11 1.9 dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild?r1=1.8&r2=1.9
16
17 Index: gnome2-vfs-perl-1.061.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- gnome2-vfs-perl-1.061.ebuild 19 Mar 2008 02:33:28 -0000 1.8
24 +++ gnome2-vfs-perl-1.061.ebuild 20 Apr 2008 15:40:26 -0000 1.9
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild,v 1.8 2008/03/19 02:33:28 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.061.ebuild,v 1.9 2008/04/20 15:40:26 drac Exp $
30
31 inherit perl-module
32
33 MY_P=Gnome2-VFS-${PV}
34 -S=${WORKDIR}/${MY_P}
35 +
36 DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries."
37 HOMEPAGE="http://search.cpan.org/~tsch/"
38 SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz"
39 @@ -15,10 +15,13 @@
40 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
41 IUSE=""
42
43 -DEPEND=">=dev-perl/extutils-depends-0.2
44 +RDEPEND=">=dev-perl/extutils-depends-0.2
45 >=dev-perl/extutils-pkgconfig-1.03
46 >=gnome-base/gnome-vfs-2
47 >=dev-perl/glib-perl-1.120
48 >=dev-perl/gtk2-perl-1.02
49 - dev-util/pkgconfig
50 dev-lang/perl"
51 +DEPEND="${RDEPEND}
52 + dev-util/pkgconfig"
53 +
54 +S=${WORKDIR}/${MY_P}
55
56
57
58 1.39 dev-perl/gnome2-vfs-perl/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.39&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.39&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?r1=1.38&r2=1.39
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v
67 retrieving revision 1.38
68 retrieving revision 1.39
69 diff -u -r1.38 -r1.39
70 --- ChangeLog 19 Mar 2008 02:33:28 -0000 1.38
71 +++ ChangeLog 20 Apr 2008 15:40:26 -0000 1.39
72 @@ -1,6 +1,11 @@
73 # ChangeLog for dev-perl/gnome2-vfs-perl
74 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.38 2008/03/19 02:33:28 jer Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.39 2008/04/20 15:40:26 drac Exp $
77 +
78 + 20 Apr 2008; Samuli Suominen <drac@g.o>
79 + -gnome2-vfs-perl-1.041.ebuild, -gnome2-vfs-perl-1.060.ebuild,
80 + gnome2-vfs-perl-1.061.ebuild:
81 + Move pkgconfig from RDEPEND to DEPEND.
82
83 19 Mar 2008; Jeroen Roovers <jer@g.o> gnome2-vfs-perl-1.061.ebuild:
84 Stable for HPPA too.
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list