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/smokekde
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/smokekde')
-rw-r--r--kde-base/smokekde/ChangeLog6
-rw-r--r--kde-base/smokekde/smokekde-4.10.0.ebuild36
-rw-r--r--kde-base/smokekde/smokekde-4.9.5.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/kde-base/smokekde/ChangeLog b/kde-base/smokekde/ChangeLog
index 6d94df9eadf5..1e3ae7f5661a 100644
--- a/kde-base/smokekde/ChangeLog
+++ b/kde-base/smokekde/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/smokekde
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokekde/ChangeLog,v 1.61 2013/04/01 13:06:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokekde/ChangeLog,v 1.62 2013/04/01 16:04:10 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -smokekde-4.10.0.ebuild,
+ -smokekde-4.9.5.ebuild:
+ Remove old
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokekde-4.10.1.ebuild:
Stable for ppc, wrt to bug #462890
diff --git a/kde-base/smokekde/smokekde-4.10.0.ebuild b/kde-base/smokekde/smokekde-4.10.0.ebuild
deleted file mode 100644
index 4895ad7be91b..000000000000
--- a/kde-base/smokekde/smokekde-4.10.0.ebuild
+++ /dev/null
@@ -1,36 +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/smokekde/smokekde-4.10.0.ebuild,v 1.2 2013/02/23 17:21:21 ago Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug kate okular semantic-desktop"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- $(add_kdebase_dep smokeqt)
- attica? ( dev-libs/libattica )
- kate? ( $(add_kdebase_dep kate) )
- okular? ( $(add_kdebase_dep okular) )
- semantic-desktop? ( $(add_kdebase_dep kdepimlibs) )
-"
-RDEPEND="${DEPEND}"
-
-add_blocker smoke
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with attica LibAttica)
- $(cmake-utils_use_disable kate)
- $(cmake-utils_use_with okular)
- $(cmake-utils_use_with semantic-desktop Akonadi)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- )
- kde4-base_src_configure
-}
diff --git a/kde-base/smokekde/smokekde-4.9.5.ebuild b/kde-base/smokekde/smokekde-4.9.5.ebuild
deleted file mode 100644
index ebdf9a0cb958..000000000000
--- a/kde-base/smokekde/smokekde-4.9.5.ebuild
+++ /dev/null
@@ -1,36 +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/smokekde/smokekde-4.9.5.ebuild,v 1.5 2013/02/23 17:21:21 ago Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug kate okular semantic-desktop"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- $(add_kdebase_dep smokeqt)
- attica? ( dev-libs/libattica )
- kate? ( $(add_kdebase_dep kate) )
- okular? ( $(add_kdebase_dep okular) )
- semantic-desktop? ( $(add_kdebase_dep kdepimlibs) )
-"
-RDEPEND="${DEPEND}"
-
-add_blocker smoke
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with attica LibAttica)
- $(cmake-utils_use_disable kate)
- $(cmake-utils_use_with okular)
- $(cmake-utils_use_with semantic-desktop Akonadi)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- )
- kde4-base_src_configure
-}