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.1.1.ebuild

30 lines
723 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_HANDBOOK="optional"
KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB es et fi fr gl it lt nb
nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv
tr uk zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="KDE utility for management of partitions and file systems"
HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND="
dev-libs/libatasmart
sys-apps/util-linux
>=sys-block/parted-3
"
DEPEND="${RDEPEND}
sys-devel/gettext
"