diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 00:00:46 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-19 00:00:46 +0000 |
commit | aefe009af480425841499067f24dcd37bbad31e2 (patch) | |
tree | 642b58f8f9273112f4704f60b4a700c2f67a890c /kde-base/kdetoys | |
parent | Remove monolithic KDE 4.0, bug 209586. (diff) | |
download | gentoo-2-aefe009af480425841499067f24dcd37bbad31e2.tar.gz gentoo-2-aefe009af480425841499067f24dcd37bbad31e2.tar.bz2 gentoo-2-aefe009af480425841499067f24dcd37bbad31e2.zip |
Remove monolithic KDE 4.0, bug 209586.
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdetoys')
-rw-r--r-- | kde-base/kdetoys/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdetoys/kdetoys-4.0.0.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/kde-base/kdetoys/ChangeLog b/kde-base/kdetoys/ChangeLog index 935eaaa149e3..79c43dc1a6c1 100644 --- a/kde-base/kdetoys/ChangeLog +++ b/kde-base/kdetoys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdetoys # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.193 2008/02/17 02:06:43 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.194 2008/02/19 00:00:46 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdetoys-4.0.0.ebuild: + Remove monolithic KDE 4.0, bug 209586. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdetoys-3.5.6.ebuild, -kdetoys-3.5.7.ebuild: diff --git a/kde-base/kdetoys/kdetoys-4.0.0.ebuild b/kde-base/kdetoys/kdetoys-4.0.0.ebuild deleted file mode 100644 index fd85a816b4e9..000000000000 --- a/kde-base/kdetoys/kdetoys-4.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-4.0.0.ebuild,v 1.1 2008/01/17 23:55:50 philantrop Exp $ - -EAPI="1" - -inherit kde4-base - -DESCRIPTION="KDE toys module" -HOMEPAGE="http://www.kde.org/" - -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" -LICENSE="GPL-2 LGPL-2" - -RESTRICT="test" - -COMMON_DEPEND=">=app-misc/strigi-0.5.7 - || ( >=kde-base/kdebase-${PV}:${SLOT} - ( >=kde-base/kscreensaver-${PV}:${SLOT} >=kde-base/plasma-${PV}:${SLOT} ) )" -DEPEND="${DEPEND} ${COMMON_DEPEND}" -RDEPEND="${RDEPEND} ${COMMON_DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - -DWITH_Plasma=ON" - - kde4-base_src_compile -} |