blob: e1237c24c15c8b11e2fe3b20595ae32d1779683e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.3.2.ebuild,v 1.2 2003/08/11 21:26:10 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"
IUSE=""
DEPEND=">=x11-libs/qt-3.1.0
>=sys-apps/parted-1.6.5
>=sys-apps/e2fsprogs-1.33
>=dev-libs/progsreiserfs-0.3.0.3
>=sys-apps/xfsprogs-2.3.9
>=sys-apps/jfsutils-1.1.2
>=sys-apps/ntfsprogs-1.7.1"
|