summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-31 23:33:19 +0000
committerDror Levin <spatz@gentoo.org>2010-03-31 23:33:19 +0000
commit2ae6dfee2985f4f563daa230502b15910ac82e02 (patch)
treecf64d28c36397d1756fd9c5c9f7d2613f8ee14c9 /kde-base
parentRemove old KDE versions. (diff)
downloadgentoo-2-2ae6dfee2985f4f563daa230502b15910ac82e02.tar.gz
gentoo-2-2ae6dfee2985f4f563daa230502b15910ac82e02.tar.bz2
gentoo-2-2ae6dfee2985f4f563daa230502b15910ac82e02.zip
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/solid/ChangeLog6
-rw-r--r--kde-base/solid/solid-4.3.4-r2.ebuild42
-rw-r--r--kde-base/solid/solid-4.3.4-r3.ebuild43
-rw-r--r--kde-base/solid/solid-4.4.0.ebuild41
4 files changed, 5 insertions, 127 deletions
diff --git a/kde-base/solid/ChangeLog b/kde-base/solid/ChangeLog
index 64e89cbfe3c4..fc0902ccb7df 100644
--- a/kde-base/solid/ChangeLog
+++ b/kde-base/solid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/solid
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.66 2010/03/30 22:05:30 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.67 2010/03/31 23:33:19 spatz Exp $
+
+ 31 Mar 2010; Dror Levin <spatz@gentoo.org> -solid-4.3.4-r2.ebuild,
+ -solid-4.3.4-r3.ebuild, -solid-4.4.0.ebuild:
+ Remove old KDE versions.
*solid-4.4.2 (30 Mar 2010)
diff --git a/kde-base/solid/solid-4.3.4-r2.ebuild b/kde-base/solid/solid-4.3.4-r2.ebuild
deleted file mode 100644
index 6d76a489110f..000000000000
--- a/kde-base/solid/solid-4.3.4-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.4-r2.ebuild,v 1.4 2009/12/27 15:26:24 armin76 Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-CPPUNIT_REQUIRED="test"
-inherit kde4-meta
-
-DESCRIPTION="Solid: the KDE hardware library"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bluetooth debug networkmanager wicd"
-
-# solid/CMakeLists.txt has an add_subdirectory statement that depends on
-# networkmanager-0.7, referring to a non-existant directory, restricted to =0.6*
-# for now.
-DEPEND="
- bluetooth? ( net-wireless/bluez )
- networkmanager? ( >=net-misc/networkmanager-0.7 )
- wicd? ( net-misc/wicd )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="
- libs/solid/
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.1-darwin-compile-powermanager.patch
- "${FILESDIR}/${P}-hal.patch"
-)
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with bluetooth BlueZ)
- $(cmake-utils_use_with networkmanager NetworkManager)
- $(cmake-utils_use_build wicd)
- "
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/solid/solid-4.3.4-r3.ebuild b/kde-base/solid/solid-4.3.4-r3.ebuild
deleted file mode 100644
index 09e3be2db28b..000000000000
--- a/kde-base/solid/solid-4.3.4-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.4-r3.ebuild,v 1.3 2010/01/23 17:19:09 armin76 Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-CPPUNIT_REQUIRED="test"
-inherit kde4-meta
-
-DESCRIPTION="Solid: the KDE hardware library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="bluetooth debug networkmanager wicd"
-
-# solid/CMakeLists.txt has an add_subdirectory statement that depends on
-# networkmanager-0.7, referring to a non-existant directory, restricted to =0.6*
-# for now.
-DEPEND="
- bluetooth? ( net-wireless/bluez )
- networkmanager? ( >=net-misc/networkmanager-0.7 )
- wicd? ( net-misc/wicd )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="
- libs/solid/
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.1-darwin-compile-powermanager.patch
- "${FILESDIR}/${P}-hal.patch"
- "${FILESDIR}/${P}-hal-2.patch"
-)
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with bluetooth BlueZ)
- $(cmake-utils_use_with networkmanager NetworkManager)
- $(cmake-utils_use_build wicd)
- "
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/solid/solid-4.4.0.ebuild b/kde-base/solid/solid-4.4.0.ebuild
deleted file mode 100644
index 4c69ee43d7a2..000000000000
--- a/kde-base/solid/solid-4.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.4.0.ebuild,v 1.1 2010/02/09 00:22:22 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-CPPUNIT_REQUIRED="test"
-inherit kde4-meta
-
-DESCRIPTION="Solid: the KDE hardware library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="bluetooth debug networkmanager wicd"
-
-# solid/CMakeLists.txt has an add_subdirectory statement that depends on
-# networkmanager-0.7, referring to a non-existant directory, restricted to =0.6*
-# for now.
-DEPEND="
- bluetooth? ( net-wireless/bluez )
- networkmanager? ( >=net-misc/networkmanager-0.7 )
- wicd? ( net-misc/wicd )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="
- libs/solid/
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.1-darwin-compile-powermanager.patch
-)
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with bluetooth BlueZ)
- $(cmake-utils_use_with networkmanager NetworkManager)
- $(cmake-utils_use_build wicd)
- )
-
- kde4-meta_src_configure
-}