You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/partitionmanager/partitionmanager-1.0.3_p201...

27 lines
668 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/partitionmanager/partitionmanager-1.0.3_p20120804.ebuild,v 1.3 2012/09/07 16:06:23 johu Exp $
EAPI=4
KMNAME="extragear/sysadmin"
inherit kde4-base
DESCRIPTION="KDE utility for management of partitions and file systems."
HOMEPAGE="http://partitionman.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="0"
IUSE="debug"
RDEPEND="
dev-libs/libatasmart
>=sys-block/parted-3
sys-apps/util-linux
"
DEPEND="${RDEPEND}
sys-devel/gettext
"