Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/gparted: ChangeLog gparted-0.3.7.ebuild
Date: Sun, 04 May 2008 11:43:17
Message-Id: E1Jsccc-0001YH-Ja@stork.gentoo.org
1 eva 08/05/04 11:43:14
2
3 Modified: ChangeLog
4 Added: gparted-0.3.7.ebuild
5 Log:
6 bump to 0.3.7. Bug fixes (crash for partition > 1To, implement hal-lock) and translation updates.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.48 sys-block/gparted/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 19 Apr 2008 22:49:28 -0000 1.47
23 +++ ChangeLog 4 May 2008 11:43:14 -0000 1.48
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-block/gparted
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.47 2008/04/19 22:49:28 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.48 2008/05/04 11:43:14 eva Exp $
29 +
30 +*gparted-0.3.7 (04 May 2008)
31 +
32 + 04 May 2008; Gilles Dartiguelongue <eva@g.o> +gparted-0.3.7.ebuild:
33 + bump to 0.3.7. Bug fixes (crash for partition > 1To, implement hal-lock)
34 + and translation updates.
35
36 19 Apr 2008; Gilles Dartiguelongue <eva@g.o>
37 -files/gparted-0.2.5-llabs.patch, -files/gparted-0.3.1-llabs.patch,
38
39
40
41 1.1 sys-block/gparted/gparted-0.3.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gparted-0.3.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.7.ebuild,v 1.1 2008/05/04 11:43:14 eva Exp $
51
52 inherit eutils gnome2
53
54 DESCRIPTION="Gnome Partition Editor"
55 HOMEPAGE="http://gparted.sourceforge.net/"
56
57 SRC_URI="mirror://sourceforge/gparted/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs"
63
64 common_depends=">=sys-apps/parted-1.7.1
65 >=dev-cpp/gtkmm-2.8.0"
66
67 RDEPEND="${common_depends}
68 x11-libs/gksu
69 fat? ( sys-fs/dosfstools )
70 ntfs? ( sys-fs/ntfsprogs )
71 hfs? ( sys-fs/hfsutils )
72 jfs? ( sys-fs/jfsutils )
73 reiserfs? ( sys-fs/reiserfsprogs )
74 reiser4? ( sys-fs/reiser4progs )
75 xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )"
76
77 DEPEND="${common_depends}
78 >=dev-util/pkgconfig-0.12
79 >=dev-util/intltool-0.35.5"
80
81 src_unpack() {
82 gnome2_src_unpack
83
84 sed -i "s:Exec=:Exec=gksu :" gparted.desktop.in.in
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list