# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="nice partition tool for Linux" HOMEPAGE="http://gparted.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=gnome-base/gnome-2.6.0 >=sys-apps/parted-1.6.6 >=sys-fs/e2fsprogs-1.33 >=sys-fs/xfsprogs-2.3.9 >=sys-fs/jfsutils-1.1.2 >=sys-fs/ntfsprogs-1.7.1 >=dev-cpp/gtkmm-2.4.1" src_install() { make DESTDIR=${D} install || die }