Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/gparted: gparted-0.3.3.ebuild ChangeLog
Date: Thu, 20 Sep 2007 14:23:56
Message-Id: E1IYMov-0001Nn-8f@stork.gentoo.org
1 dang 07/09/20 14:15:57
2
3 Modified: gparted-0.3.3.ebuild ChangeLog
4 Log:
5 fs utils are runtime-deps only; bug #178873
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 sys-block/gparted/gparted-0.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild?r1=1.5&r2=1.6
14
15 Index: gparted-0.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gparted-0.3.3.ebuild 9 May 2007 22:01:34 -0000 1.5
22 +++ gparted-0.3.3.ebuild 20 Sep 2007 14:15:56 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild,v 1.5 2007/05/09 22:01:34 gustavoz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.3.ebuild,v 1.6 2007/09/20 14:15:56 dang Exp $
28
29 inherit gnome2
30
31 @@ -14,8 +14,10 @@
32 KEYWORDS="amd64 ppc ~sparc x86"
33 IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs"
34
35 -RDEPEND=">=sys-apps/parted-1.7.1
36 - >=dev-cpp/gtkmm-2.8.0
37 +common_depends=">=sys-apps/parted-1.7.1
38 + >=dev-cpp/gtkmm-2.8.0"
39 +
40 +RDEPEND="${common_depends}
41 fat? ( sys-fs/dosfstools )
42 ntfs? ( sys-fs/ntfsprogs )
43 hfs? ( sys-fs/hfsutils )
44 @@ -24,6 +26,7 @@
45 reiser4? ( sys-fs/reiser4progs )
46 xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )"
47
48 -DEPEND="${RDEPEND}
49 +DEPEND="${common_depends}
50 >=dev-util/pkgconfig-0.12
51 >=dev-util/intltool-0.29"
52 +
53
54
55
56 1.41 sys-block/gparted/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.41&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.41&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.40&r2=1.41
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
65 retrieving revision 1.40
66 retrieving revision 1.41
67 diff -u -r1.40 -r1.41
68 --- ChangeLog 9 May 2007 22:01:34 -0000 1.40
69 +++ ChangeLog 20 Sep 2007 14:15:56 -0000 1.41
70 @@ -1,6 +1,9 @@
71 # ChangeLog for sys-block/gparted
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.40 2007/05/09 22:01:34 gustavoz Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.41 2007/09/20 14:15:56 dang Exp $
75 +
76 + 20 Sep 2007; Daniel Gryniewicz <dang@g.o> gparted-0.3.3.ebuild:
77 + fs utils are runtime-deps only; bug #178873
78
79 09 May 2007; Gustavo Zacarias <gustavoz@g.o> gparted-0.3.3.ebuild:
80 Keyworded ~sparc
81
82
83
84 --
85 gentoo-commits@g.o mailing list