blob: 7ddda1b3cad3ced99c22af1fec6b10f87f61eb25 (
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.5 2003/09/16 03:12:46 seemant 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-fs/e2fsprogs-1.33
>=dev-libs/progsreiserfs-0.3.0.3
>=sys-fs/xfsprogs-2.3.9
>=sys-fs/jfsutils-1.1.2
>=sys-fs/ntfsprogs-1.7.1"
|