* [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
@ 2008-10-30 21:19 99% Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 1+ results
From: Gilles Dartiguelongue (eva) @ 2008-10-30 21:19 UTC (permalink / raw
To: gentoo-commits
eva 08/10/30 21:19:42
Modified: ChangeLog
Added: gparted-0.3.9.ebuild
Removed: gparted-0.3.5.ebuild gparted-0.3.7-r1.ebuild
Log:
Bump to 0.3.9, enhance copy/move partition, bug fixes and translation/documentation updates. Clean up old revisions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Revision Changes Path
1.56 sys-block/gparted/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 13 Sep 2008 10:32:00 -0000 1.55
+++ ChangeLog 30 Oct 2008 21:19:42 -0000 1.56
@@ -1,6 +1,14 @@
# ChangeLog for sys-block/gparted
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.55 2008/09/13 10:32:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/ChangeLog,v 1.56 2008/10/30 21:19:42 eva Exp $
+
+*gparted-0.3.9 (30 Oct 2008)
+
+ 30 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/gparted-0.3.7-hal-lock.patch, -gparted-0.3.5.ebuild,
+ -gparted-0.3.7-r1.ebuild, +gparted-0.3.9.ebuild:
+ Bump to 0.3.9, enhance copy/move partition, bug fixes and
+ translation/documentation updates. Clean up old revisions.
13 Sep 2008; nixnut <nixnut@gentoo.org> gparted-0.3.8.ebuild:
Stable on ppc wrt bug 236960
1.1 sys-block/gparted/gparted-0.3.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild?rev=1.1&content-type=text/plain
Index: gparted-0.3.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.3.9.ebuild,v 1.1 2008/10/30 21:19:42 eva Exp $
inherit eutils gnome2
DESCRIPTION="Gnome Partition Editor"
HOMEPAGE="http://gparted.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="fat gnome hfs jfs kde ntfs reiserfs reiser4 xfs xfce"
common_depends=">=sys-apps/parted-1.7.1
>=dev-cpp/gtkmm-2.8.0"
RDEPEND="${common_depends}
gnome? ( x11-libs/gksu )
xfce? ( x11-libs/gksu )
kde? ( || ( kde-base/kdesu kde-base/kdebase ) )
fat? ( sys-fs/dosfstools )
ntfs? ( sys-fs/ntfsprogs )
hfs? (
sys-fs/udev
sys-fs/hfsutils )
jfs? ( sys-fs/jfsutils )
reiserfs? ( sys-fs/reiserfsprogs )
reiser4? ( sys-fs/reiser4progs )
xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )"
DEPEND="${common_depends}
>=dev-util/pkgconfig-0.12
>=dev-util/intltool-0.35.5
app-text/scrollkeeper
app-text/gnome-doc-utils"
DOCS="AUTHORS NEWS ChangeLog README"
src_unpack() {
gnome2_src_unpack
# Revert upstream changes to use gksu inconditionally
sed "s:Exec=@gksuprog@ :Exec=:" \
-i gparted.desktop.in.in || die "sed 1 failed"
}
pkg_setup() {
G2CONF="${G2CONF} --disable-scrollkeeper GKSUPROG=/bin/true"
}
src_install() {
gnome2_src_install
if use kde; then
cp "${D}"/usr/share/applications/gparted.desktop \
"${D}"/usr/share/applications/gparted-kde.desktop
sed -i "s:Exec=:Exec=kdesu :" "${D}"/usr/share/applications/gparted-kde.desktop
echo "OnlyShowIn=KDE;" >> "${D}"/usr/share/applications/gparted-kde.desktop
fi
if use gnome || use xfce; then
sed -i "s:Exec=:Exec=gksu :" "${D}"/usr/share/applications/gparted.desktop
echo "OnlyShowIn=GNOME;XFCE;" >> "${D}"/usr/share/applications/gparted.desktop
else
echo "OnlyShowIn=X-NeverShowThis;" >> "${D}"/usr/share/applications/gparted.desktop
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-30 21:19 99% [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 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox