summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
commit69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch)
treead8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/kdebase-data
parentVersion bumps. Remove old (diff)
downloadgentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kdebase-data')
-rw-r--r--kde-base/kdebase-data/ChangeLog6
-rw-r--r--kde-base/kdebase-data/kdebase-data-4.13.3.ebuild39
-rw-r--r--kde-base/kdebase-data/kdebase-data-4.14.1.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/kde-base/kdebase-data/ChangeLog b/kde-base/kdebase-data/ChangeLog
index 4e1c2fd8a5ad..a1e5c53459ec 100644
--- a/kde-base/kdebase-data/ChangeLog
+++ b/kde-base/kdebase-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebase-data
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/ChangeLog,v 1.335 2014/10/25 20:40:45 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/ChangeLog,v 1.336 2014/11/14 19:33:04 mrueg Exp $
+
+ 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kdebase-data-4.13.3.ebuild,
+ -kdebase-data-4.14.1.ebuild:
+ Cleanup old.
25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kdebase-data-4.14.0.ebuild:
Cleanup KDE SC 4.14.0
diff --git a/kde-base/kdebase-data/kdebase-data-4.13.3.ebuild b/kde-base/kdebase-data/kdebase-data-4.13.3.ebuild
deleted file mode 100644
index e3edcd431423..000000000000
--- a/kde-base/kdebase-data/kdebase-data-4.13.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 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.13.3.ebuild,v 1.2 2014/08/05 18:17:13 mrueg 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) )
- $(add_kdebase_dep oxygen-icons)
- 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
-}
diff --git a/kde-base/kdebase-data/kdebase-data-4.14.1.ebuild b/kde-base/kdebase-data/kdebase-data-4.14.1.ebuild
deleted file mode 100644
index 9182550420a0..000000000000
--- a/kde-base/kdebase-data/kdebase-data-4.14.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 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.14.1.ebuild,v 1.1 2014/09/16 18:17:23 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) )
- $(add_kdebase_dep oxygen-icons)
- 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
-}