summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-02-05 20:20:04 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-02-09 20:50:48 +1100
commitf3452131e65bde67221bd8998710d5169342f12a (patch)
treeadacf2d16526dfdb7e986de65a000755b42cc83e /kde-frameworks/kpackage/kpackage-5.16.0.ebuild
parentkde-plasma: Drop Plasma 5.5.3 (diff)
downloadgentoo-f3452131e65bde67221bd8998710d5169342f12a.tar.gz
gentoo-f3452131e65bde67221bd8998710d5169342f12a.tar.bz2
gentoo-f3452131e65bde67221bd8998710d5169342f12a.zip
kde-frameworks: Drop Frameworks 5.16.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-frameworks/kpackage/kpackage-5.16.0.ebuild')
-rw-r--r--kde-frameworks/kpackage/kpackage-5.16.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kpackage/kpackage-5.16.0.ebuild b/kde-frameworks/kpackage/kpackage-5.16.0.ebuild
deleted file mode 100644
index 1edd74791811..000000000000
--- a/kde-frameworks/kpackage/kpackage-5.16.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Framework to install and load packages of non binary content"
-LICENSE="LGPL-2+"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kdoctools)
-"