diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/solid | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/solid')
-rw-r--r-- | kde-base/solid/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/solid/solid-4.3.5-r1.ebuild | 43 | ||||
-rw-r--r-- | kde-base/solid/solid-4.3.5.ebuild | 41 | ||||
-rw-r--r-- | kde-base/solid/solid-4.4.4.ebuild | 44 |
4 files changed, 5 insertions, 129 deletions
diff --git a/kde-base/solid/ChangeLog b/kde-base/solid/ChangeLog index 666c6053882d..a4ee1c5d2dfd 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.83 2010/08/09 10:18:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.84 2010/08/09 11:30:57 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -solid-4.3.5.ebuild, + -solid-4.3.5-r1.ebuild, -solid-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> solid-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/solid/solid-4.3.5-r1.ebuild b/kde-base/solid/solid-4.3.5-r1.ebuild deleted file mode 100644 index 4836397f7b78..000000000000 --- a/kde-base/solid/solid-4.3.5-r1.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.5-r1.ebuild,v 1.2 2010/06/21 15:53:27 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdebase-workspace" -CPPUNIT_REQUIRED="test" -inherit kde4-meta - -DESCRIPTION="Solid: the KDE hardware library" -KEYWORDS="~alpha ~amd64 ~arm ~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}/${PN}-4.3.4-hal.patch" - "${FILESDIR}/${PN}-4.3.4-hal-2.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 -} diff --git a/kde-base/solid/solid-4.3.5.ebuild b/kde-base/solid/solid-4.3.5.ebuild deleted file mode 100644 index 77b1635ca789..000000000000 --- a/kde-base/solid/solid-4.3.5.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.3.5.ebuild,v 1.5 2010/06/21 15:53:27 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdebase-workspace" -CPPUNIT_REQUIRED="test" -inherit kde4-meta - -DESCRIPTION="Solid: the KDE hardware library" -KEYWORDS="~alpha amd64 ~arm ~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 -} diff --git a/kde-base/solid/solid-4.4.4.ebuild b/kde-base/solid/solid-4.4.4.ebuild deleted file mode 100644 index fb565f0b8d9a..000000000000 --- a/kde-base/solid/solid-4.4.4.ebuild +++ /dev/null @@ -1,44 +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.4.ebuild,v 1.5 2010/07/22 13:11:50 reavertm Exp $ - -EAPI="3" - -KMNAME="kdebase-workspace" -CPPUNIT_REQUIRED="test" -inherit kde4-meta - -DESCRIPTION="Solid: the KDE hardware library" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="bluetooth debug +hal 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} - $(add_kdebase_dep solid-runtime) - hal? ( sys-apps/hal ) -" - -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 -} |