From 18ccf3f6cee93736c95725ea3d585903f7340acf Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 24 Jul 2014 18:13:40 +1000 Subject: [sys-block/partitionmanager] Master is now KF5-based. Package-Manager: portage-2.2.10 --- .../partitionmanager-4.9999.ebuild | 33 ++++++++++++++++++++++ .../partitionmanager/partitionmanager-9999.ebuild | 32 --------------------- 2 files changed, 33 insertions(+), 32 deletions(-) create mode 100644 sys-block/partitionmanager/partitionmanager-4.9999.ebuild delete mode 100644 sys-block/partitionmanager/partitionmanager-9999.ebuild (limited to 'sys-block') diff --git a/sys-block/partitionmanager/partitionmanager-4.9999.ebuild b/sys-block/partitionmanager/partitionmanager-4.9999.ebuild new file mode 100644 index 00000000000..0639e63d956 --- /dev/null +++ b/sys-block/partitionmanager/partitionmanager-4.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="1.1" +inherit kde4-base + +DESCRIPTION="KDE utility for management of partitions and file systems" +HOMEPAGE="http://partitionman.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="0" +IUSE="debug" + +RDEPEND=" + dev-libs/libatasmart + >=sys-block/parted-3 + sys-apps/util-linux +" +DEPEND="${RDEPEND} + sys-devel/gettext +" + +src_configure() { + local mycmakeargs=( + -DENABLE_UDISKS2=ON + ) + + kde4-base_src_configure +} diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild deleted file mode 100644 index 4c8f10bce6a..00000000000 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE utility for management of partitions and file systems" -HOMEPAGE="http://partitionman.sourceforge.net/" - -LICENSE="GPL-2" -KEYWORDS="" -SLOT="0" -IUSE="debug" - -RDEPEND=" - dev-libs/libatasmart - >=sys-block/parted-3 - sys-apps/util-linux -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_configure() { - local mycmakeargs=( - -DENABLE_UDISKS2=ON - ) - - kde4-base_src_configure -} -- cgit v1.2.3