diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-02-18 16:27:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-02-18 16:27:42 +0000 |
commit | 3cbd21cb1984c409bb501dbdf6d217653d192ca8 (patch) | |
tree | 1e0cc602ce4595c15d2aca51cfa2aaa627bb6aa8 /kde-base/kdebase-data/kdebase-data-4.12.5.ebuild | |
parent | clarify USE=filecaps intention #540430 (diff) | |
download | historical-3cbd21cb1984c409bb501dbdf6d217653d192ca8.tar.gz historical-3cbd21cb1984c409bb501dbdf6d217653d192ca8.tar.bz2 historical-3cbd21cb1984c409bb501dbdf6d217653d192ca8.zip |
Remove KDE SC 4.12
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'kde-base/kdebase-data/kdebase-data-4.12.5.ebuild')
-rw-r--r-- | kde-base/kdebase-data/kdebase-data-4.12.5.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-base/kdebase-data/kdebase-data-4.12.5.ebuild b/kde-base/kdebase-data/kdebase-data-4.12.5.ebuild deleted file mode 100644 index 509512e5888d..000000000000 --- a/kde-base/kdebase-data/kdebase-data-4.12.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/kdebase-data-4.12.5.ebuild,v 1.8 2015/01/29 19:50:30 johu Exp $ - -EAPI=5 - -KMNAME="kde-runtime" -KMNOMODULE="true" -inherit kde4-meta - -DESCRIPTION="Icons, localization data and various .desktop files from kdebase" -IUSE="+wallpapers" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -RDEPEND=" - wallpapers? ( $(add_kdebase_dep kde-wallpapers '' 4.11) ) - x11-themes/hicolor-icon-theme -" - -KMEXTRA=" - l10n/ - localization/ - pics/ -" -# Note that the eclass doesn't do this for us, because of KMNOMODULE="true". -KMEXTRACTONLY=" - config-runtime.h.cmake - kde4 -" - -src_configure() { - # Remove remnants of hicolor-icon-theme - sed -e "s:add_subdirectory[[:space:]]*([[:space:]]*hicolor[[:space:]]*):#donotwant:g" \ - -i pics/CMakeLists.txt \ - || die "failed to remove remnants of hicolor-icon-theme" - - kde4-meta_src_configure -} |