diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-08 09:47:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-08 09:47:01 +0000 |
commit | a39534ecf509993ceb6a814a8cc6be080cbfb09c (patch) | |
tree | ea62f27db734129d19c811fa39000ce1a193b363 /sys-block/gparted/gparted-0.2.4.ebuild | |
parent | stable amd64 (diff) | |
download | historical-a39534ecf509993ceb6a814a8cc6be080cbfb09c.tar.gz historical-a39534ecf509993ceb6a814a8cc6be080cbfb09c.tar.bz2 historical-a39534ecf509993ceb6a814a8cc6be080cbfb09c.zip |
version bump
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'sys-block/gparted/gparted-0.2.4.ebuild')
-rw-r--r-- | sys-block/gparted/gparted-0.2.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-block/gparted/gparted-0.2.4.ebuild b/sys-block/gparted/gparted-0.2.4.ebuild new file mode 100644 index 000000000000..8e1c8c8fb5cd --- /dev/null +++ b/sys-block/gparted/gparted-0.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.2.4.ebuild,v 1.1 2006/04/08 09:47:01 blubb Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome Partition Editor" +HOMEPAGE="http://gparted.sourceforge.net/" + +SRC_URI="mirror://sourceforge/gparted/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs" + +RDEPEND=">=sys-apps/parted-1.6.25 + >=dev-cpp/gtkmm-2.6.0 + fat? ( sys-fs/dosfstools ) + ntfs? ( sys-fs/ntfsprogs ) + hfs? ( sys-fs/hfsutils ) + jfs? ( sys-fs/jfsutils ) + reiserfs? ( sys-fs/reiserfsprogs ) + reiser4? ( sys-fs/reiser4progs ) + xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12 + >=dev-util/intltool-0.29" |