diff options
Diffstat (limited to 'sys-block/gparted/gparted-0.3.6.ebuild')
-rw-r--r-- | sys-block/gparted/gparted-0.3.6.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-block/gparted/gparted-0.3.6.ebuild b/sys-block/gparted/gparted-0.3.6.ebuild new file mode 100644 index 000000000000..f7e2f795271f --- /dev/null +++ b/sys-block/gparted/gparted-0.3.6.ebuild @@ -0,0 +1,31 @@ +# 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.6.ebuild,v 1.1 2008/03/30 22:26:42 eva Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Gnome Partition Editor" +HOMEPAGE="http://gparted.sourceforge.net/" + +SRC_URI="mirror://sourceforge/gparted/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="fat hfs jfs ntfs reiserfs reiser4 xfs" + +common_depends=">=sys-apps/parted-1.7.1 + >=dev-cpp/gtkmm-2.8.0" + +RDEPEND="${common_depends} + 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="${common_depends} + >=dev-util/pkgconfig-0.12 + >=dev-util/intltool-0.29" |