diff options
Diffstat (limited to 'sys-block/gparted/gparted-0.2.1.ebuild')
-rw-r--r-- | sys-block/gparted/gparted-0.2.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-block/gparted/gparted-0.2.1.ebuild b/sys-block/gparted/gparted-0.2.1.ebuild deleted file mode 100644 index 61c95f999a64..000000000000 --- a/sys-block/gparted/gparted-0.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.1.ebuild,v 1.1 2006/02/17 13:10:29 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" |