summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
commit8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch)
tree1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/kdebase-data
parentInadvertently left out manifest change from previous commit - already in Chan... (diff)
downloadgentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
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.10.0.ebuild39
-rw-r--r--kde-base/kdebase-data/kdebase-data-4.9.5.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/kde-base/kdebase-data/ChangeLog b/kde-base/kdebase-data/ChangeLog
index 71a84e791b1c..ecd866fe7b13 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/ChangeLog,v 1.258 2013/04/01 13:06:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/ChangeLog,v 1.259 2013/04/01 16:03:16 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -kdebase-data-4.10.0.ebuild,
+ -kdebase-data-4.9.5.ebuild:
+ Remove old
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kdebase-data-4.10.1.ebuild:
Stable for ppc, wrt to bug #462890
diff --git a/kde-base/kdebase-data/kdebase-data-4.10.0.ebuild b/kde-base/kdebase-data/kdebase-data-4.10.0.ebuild
deleted file mode 100644
index 77616fcaea58..000000000000
--- a/kde-base/kdebase-data/kdebase-data-4.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 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.10.0.ebuild,v 1.2 2013/02/23 16:15:32 ago 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
-}
diff --git a/kde-base/kdebase-data/kdebase-data-4.9.5.ebuild b/kde-base/kdebase-data/kdebase-data-4.9.5.ebuild
deleted file mode 100644
index 7f4771a9ea78..000000000000
--- a/kde-base/kdebase-data/kdebase-data-4.9.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 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.9.5.ebuild,v 1.6 2013/02/23 16:15:32 ago Exp $
-
-EAPI=4
-
-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
-}