diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2010-07-30 17:44:54 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2010-07-30 17:44:54 +0200 |
| commit | bcb94da3e4f623412ba25fea6719b848a25d654b (patch) | |
| tree | 466fe08e7de4ff3567fc9bc5fb4b2d7d0ba3248d /kde-base/solid/solid-4.4.9999.ebuild | |
| parent | bb419729e3413800ae5e7e62f957e89610055f73 (diff) | |
| download | kde-bcb94da3e4f623412ba25fea6719b848a25d654b.tar.gz kde-bcb94da3e4f623412ba25fea6719b848a25d654b.tar.bz2 kde-bcb94da3e4f623412ba25fea6719b848a25d654b.zip | |
[kde-base] Remove 4.4.9999. One more series less to worry about :]
Diffstat (limited to 'kde-base/solid/solid-4.4.9999.ebuild')
| -rw-r--r-- | kde-base/solid/solid-4.4.9999.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/kde-base/solid/solid-4.4.9999.ebuild b/kde-base/solid/solid-4.4.9999.ebuild deleted file mode 100644 index 26d759efe05..00000000000 --- a/kde-base/solid/solid-4.4.9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -KMNAME="kdebase-workspace" -CPPUNIT_REQUIRED="test" -inherit kde4-meta - -DESCRIPTION="Solid: the KDE hardware library" -KEYWORDS="" -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 -} |
