diff options
Diffstat (limited to 'sys-apps/qtparted/qtparted-0.4.0.ebuild')
-rw-r--r-- | sys-apps/qtparted/qtparted-0.4.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/qtparted/qtparted-0.4.0.ebuild b/sys-apps/qtparted/qtparted-0.4.0.ebuild new file mode 100644 index 000000000000..0f7c42f5bb0e --- /dev/null +++ b/sys-apps/qtparted/qtparted-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.0.ebuild,v 1.1 2003/10/14 13:17:24 caleb Exp $ + +inherit kde +need-qt 3.1 + +DESCRIPTION="QtParted is a nice Qt partition tool for Linux" +HOMEPAGE="http://qtparted.sourceforge.net" +SRC_URI="mirror://sourceforge/qtparted/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="=x11-libs/qt-3.1* + >=sys-apps/parted-1.6.6 + >=sys-fs/e2fsprogs-1.33 + >=sys-fs/progsreiserfs-0.3.0.4 + >=sys-fs/xfsprogs-2.3.9 + >=sys-fs/jfsutils-1.1.2 + >=sys-fs/ntfsprogs-1.7.1" |