summaryrefslogtreecommitdiff
path: root/kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:41:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:41:38 +0200
commitdd0bf03cd660afdd1ac760a41cf9246dcd0321a4 (patch)
tree60620e17a63cf39e127f9beeecd3aa80574676da /kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild
parent97375920feafcf9ba95fedc3c42345e240c8d111 (diff)
downloadkde-dd0bf03cd660afdd1ac760a41cf9246dcd0321a4.tar.gz
kde-dd0bf03cd660afdd1ac760a41cf9246dcd0321a4.tar.bz2
kde-dd0bf03cd660afdd1ac760a41cf9246dcd0321a4.zip
kde-apps: Drop KDE Applications 18.08.2
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild')
-rw-r--r--kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild
deleted file mode 100644
index 695a6b13ea5..00000000000
--- a/kde-apps/kde-dev-scripts/kde-dev-scripts-18.08.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="KDE Development Scripts"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# kdelibs4support - required for kdex.dtd
-# kdoctools - to use ECM instead of kdelibs4
-DEPEND="
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdoctools)
-"
-RDEPEND="
- !kde-apps/kde4-l10n
- app-arch/advancecomp
- media-gfx/optipng
- dev-perl/XML-DOM
-"
-
-src_prepare() {
- # bug 275069
- sed -ie 's:colorsvn::' CMakeLists.txt || die
-
- kde5_src_prepare
-}