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.9.ebuild gparted-0.3.5.ebuild gparted-0.3.7-r1.ebuild
Date: Thu, 30 Oct 2008 21:39:58
Message-Id: E1Kveve-0005Ow-S2@stork.gentoo.org
1 eva 08/10/30 21:19:42
2
3 Modified: ChangeLog
4 Added: gparted-0.3.9.ebuild
5 Removed: gparted-0.3.5.ebuild gparted-0.3.7-r1.ebuild
6 Log:
7 Bump to 0.3.9, enhance copy/move partition, bug fixes and translation/documentation updates. Clean up old revisions.
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.56 sys-block/gparted/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 13 Sep 2008 10:32:00 -0000 1.55
24 +++ ChangeLog 30 Oct 2008 21:19:42 -0000 1.56
25 @@ -1,6 +1,14 @@
26 # ChangeLog for sys-block/gparted
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.55 2008/09/13 10:32:00 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.56 2008/10/30 21:19:42 eva Exp $
30 +
31 +*gparted-0.3.9 (30 Oct 2008)
32 +
33 + 30 Oct 2008; Gilles Dartiguelongue <eva@g.o>
34 + -files/gparted-0.3.7-hal-lock.patch, -gparted-0.3.5.ebuild,
35 + -gparted-0.3.7-r1.ebuild, +gparted-0.3.9.ebuild:
36 + Bump to 0.3.9, enhance copy/move partition, bug fixes and
37 + translation/documentation updates. Clean up old revisions.
38
39 13 Sep 2008; nixnut <nixnut@g.o> gparted-0.3.8.ebuild:
40 Stable on ppc wrt bug 236960
41
42
43
44 1.1 sys-block/gparted/gparted-0.3.9.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gparted-0.3.9.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild,v 1.1 2008/10/30 21:19:42 eva Exp $
54
55 inherit eutils gnome2
56
57 DESCRIPTION="Gnome Partition Editor"
58 HOMEPAGE="http://gparted.sourceforge.net/"
59
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE="fat gnome hfs jfs kde ntfs reiserfs reiser4 xfs xfce"
66
67 common_depends=">=sys-apps/parted-1.7.1
68 >=dev-cpp/gtkmm-2.8.0"
69
70 RDEPEND="${common_depends}
71 gnome? ( x11-libs/gksu )
72 xfce? ( x11-libs/gksu )
73 kde? ( || ( kde-base/kdesu kde-base/kdebase ) )
74 fat? ( sys-fs/dosfstools )
75 ntfs? ( sys-fs/ntfsprogs )
76 hfs? (
77 sys-fs/udev
78 sys-fs/hfsutils )
79 jfs? ( sys-fs/jfsutils )
80 reiserfs? ( sys-fs/reiserfsprogs )
81 reiser4? ( sys-fs/reiser4progs )
82 xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )"
83
84 DEPEND="${common_depends}
85 >=dev-util/pkgconfig-0.12
86 >=dev-util/intltool-0.35.5
87 app-text/scrollkeeper
88 app-text/gnome-doc-utils"
89
90 DOCS="AUTHORS NEWS ChangeLog README"
91
92 src_unpack() {
93 gnome2_src_unpack
94
95 # Revert upstream changes to use gksu inconditionally
96 sed "s:Exec=@gksuprog@ :Exec=:" \
97 -i gparted.desktop.in.in || die "sed 1 failed"
98 }
99
100 pkg_setup() {
101 G2CONF="${G2CONF} --disable-scrollkeeper GKSUPROG=/bin/true"
102 }
103
104 src_install() {
105 gnome2_src_install
106
107 if use kde; then
108 cp "${D}"/usr/share/applications/gparted.desktop \
109 "${D}"/usr/share/applications/gparted-kde.desktop
110
111 sed -i "s:Exec=:Exec=kdesu :" "${D}"/usr/share/applications/gparted-kde.desktop
112 echo "OnlyShowIn=KDE;" >> "${D}"/usr/share/applications/gparted-kde.desktop
113 fi
114
115 if use gnome || use xfce; then
116 sed -i "s:Exec=:Exec=gksu :" "${D}"/usr/share/applications/gparted.desktop
117 echo "OnlyShowIn=GNOME;XFCE;" >> "${D}"/usr/share/applications/gparted.desktop
118 else
119 echo "OnlyShowIn=X-NeverShowThis;" >> "${D}"/usr/share/applications/gparted.desktop
120 fi
121 }