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: metadata.xml ChangeLog gparted-0.4.4.ebuild
Date: Sun, 19 Apr 2009 22:50:25
Message-Id: E1Lvfq9-0004ib-Ew@stork.gentoo.org
1 eva 09/04/19 22:50:21
2
3 Modified: metadata.xml ChangeLog
4 Added: gparted-0.4.4.ebuild
5 Log:
6 Bump to 0.4.4. Support for dmraid, recognize luks and btrfs.
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 sys-block/gparted/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/metadata.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/metadata.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/metadata.xml?r1=1.6&r2=1.7
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/metadata.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- metadata.xml 8 Aug 2008 20:08:44 -0000 1.6
23 +++ metadata.xml 19 Apr 2009 22:50:21 -0000 1.7
24 @@ -14,6 +14,8 @@
25 déplacer et copier différents systèmes de fichiers.
26 </longdescription>
27 <use>
28 + <flag name="dmraid">Support for dmraid devices, also known as ATA-RAID, or
29 + Fake RAID.</flag>
30 <flag name='fat'>Include FAT16/FAT32 support (<pkg>sys-fs/dosfstools</pkg>)
31 </flag>
32 <flag name='hfs'>Include HFS support (<pkg>sys-fs/hfsutils</pkg>)</flag>
33
34
35
36 1.62 sys-block/gparted/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.62&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.62&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.61&r2=1.62
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
45 retrieving revision 1.61
46 retrieving revision 1.62
47 diff -u -r1.61 -r1.62
48 --- ChangeLog 18 Mar 2009 14:59:44 -0000 1.61
49 +++ ChangeLog 19 Apr 2009 22:50:21 -0000 1.62
50 @@ -1,6 +1,12 @@
51 # ChangeLog for sys-block/gparted
52 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.61 2009/03/18 14:59:44 ranger Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.62 2009/04/19 22:50:21 eva Exp $
55 +
56 +*gparted-0.4.4 (19 Apr 2009)
57 +
58 + 19 Apr 2009; Gilles Dartiguelongue <eva@g.o> metadata.xml,
59 + +gparted-0.4.4.ebuild:
60 + Bump to 0.4.4. Support for dmraid, recognize luks and btrfs.
61
62 18 Mar 2009; Brent Baude <ranger@g.o> gparted-0.4.3.ebuild:
63 stable ppc, bug 262745
64
65
66
67 1.1 sys-block/gparted/gparted-0.4.4.ebuild
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.4.4.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.4.4.ebuild?rev=1.1&content-type=text/plain
71
72 Index: gparted-0.4.4.ebuild
73 ===================================================================
74 # Copyright 1999-2009 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.4.4.ebuild,v 1.1 2009/04/19 22:50:21 eva Exp $
77
78 inherit eutils gnome2
79
80 DESCRIPTION="Gnome Partition Editor"
81 HOMEPAGE="http://gparted.sourceforge.net/"
82
83 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
84
85 LICENSE="GPL-2"
86 SLOT="0"
87 KEYWORDS="~amd64 ~x86"
88 IUSE="dmraid fat gnome hfs jfs kde ntfs reiserfs reiser4 xfs xfce"
89
90 common_depends=">=sys-apps/parted-1.7.1
91 >=dev-cpp/gtkmm-2.8.0"
92
93 RDEPEND="${common_depends}
94 gnome? ( x11-libs/gksu )
95 xfce? ( x11-libs/gksu )
96 kde? ( || ( kde-base/kdesu kde-base/kdebase ) )
97
98 >=sys-fs/e2fsprogs-1.41.0
99 dmraid? ( || (
100 >=sys-fs/lvm2-2.02.45
101 sys-fs/device-mapper )
102 sys-fs/dmraid
103 sys-fs/multipath-tools )
104 fat? ( sys-fs/dosfstools )
105 ntfs? ( sys-fs/ntfsprogs )
106 hfs? (
107 sys-fs/udev
108 sys-fs/hfsutils )
109 jfs? ( sys-fs/jfsutils )
110 reiserfs? ( sys-fs/reiserfsprogs )
111 reiser4? ( sys-fs/reiser4progs )
112 xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )"
113
114 DEPEND="${common_depends}
115 >=dev-util/pkgconfig-0.12
116 >=dev-util/intltool-0.35.5
117 app-text/scrollkeeper
118 app-text/gnome-doc-utils"
119
120 DOCS="AUTHORS NEWS ChangeLog README"
121
122 src_unpack() {
123 gnome2_src_unpack
124
125 # Revert upstream changes to use gksu inconditionally
126 sed "s:Exec=@gksuprog@ :Exec=:" \
127 -i gparted.desktop.in.in || die "sed 1 failed"
128 }
129
130 pkg_setup() {
131 G2CONF="${G2CONF} --enable-doc --disable-scrollkeeper GKSUPROG=/bin/true"
132 }
133
134 src_install() {
135 gnome2_src_install
136
137 if use kde; then
138 cp "${D}"/usr/share/applications/gparted.desktop \
139 "${D}"/usr/share/applications/gparted-kde.desktop
140
141 sed -i "s:Exec=:Exec=kdesu :" "${D}"/usr/share/applications/gparted-kde.desktop
142 echo "OnlyShowIn=KDE;" >> "${D}"/usr/share/applications/gparted-kde.desktop
143 fi
144
145 if use gnome || use xfce; then
146 sed -i "s:Exec=:Exec=gksu :" "${D}"/usr/share/applications/gparted.desktop
147 echo "OnlyShowIn=GNOME;XFCE;" >> "${D}"/usr/share/applications/gparted.desktop
148 else
149 echo "OnlyShowIn=X-NeverShowThis;" >> "${D}"/usr/share/applications/gparted.desktop
150 fi
151 }