diff options
author | 2017-02-20 17:57:19 +0100 | |
---|---|---|
committer | 2017-02-20 18:01:53 +0100 | |
commit | d8a3989d0f8b9013bc47e1de0e6aad16b432b314 (patch) | |
tree | 1014a892e66e3ecab2c89417893b42fce6a2d353 /kde-misc/kepas/kepas-0.9.3.ebuild | |
parent | kde-misc/kdmthemegenerator: Remove last-rited pkg (diff) | |
download | gentoo-d8a3989d0f8b9013bc47e1de0e6aad16b432b314.tar.gz gentoo-d8a3989d0f8b9013bc47e1de0e6aad16b432b314.tar.bz2 gentoo-d8a3989d0f8b9013bc47e1de0e6aad16b432b314.zip |
kde-misc/kepas: Remove last-rited pkg
Diffstat (limited to 'kde-misc/kepas/kepas-0.9.3.ebuild')
-rw-r--r-- | kde-misc/kepas/kepas-0.9.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-misc/kepas/kepas-0.9.3.ebuild b/kde-misc/kepas/kepas-0.9.3.ebuild deleted file mode 100644 index a214895d331f..000000000000 --- a/kde-misc/kepas/kepas-0.9.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="A zeroconf Plasma 4 filetransfer tool" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug oscar zeroconf" - -RDEPEND=" - kde-plasma/plasma-workspace:4 - oscar? ( $(add_kdeapps_dep kopete oscar) ) - zeroconf? ( $(add_kdeapps_dep zeroconf-ioslave) ) -" - -PATCHES=( "${FILESDIR}/${P}-as-needed.patch" ) |