diff options
author | 2009-06-03 14:33:58 +0000 | |
---|---|---|
committer | 2009-06-03 14:33:58 +0000 | |
commit | 8e2b3ae3834df452b917456d25fca650f2136341 (patch) | |
tree | e66dc835a950400a62466f316e7d48f86b333ae8 /kde-base/dolphin | |
parent | Marking kdeartwork-wallpapers-3.5.10 ppc64 for bug 271889 (diff) | |
download | gentoo-2-8e2b3ae3834df452b917456d25fca650f2136341.tar.gz gentoo-2-8e2b3ae3834df452b917456d25fca650f2136341.tar.bz2 gentoo-2-8e2b3ae3834df452b917456d25fca650f2136341.zip |
Drop KDE 4.2.2
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.2.2-r1.ebuild | 34 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.2.2.ebuild | 35 |
3 files changed, 5 insertions, 70 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 66ec44665841..6a92dffa20ee 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.32 2009/05/31 14:29:03 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.33 2009/06/03 14:33:58 alexxy Exp $ + + 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -dolphin-4.2.2.ebuild, + -dolphin-4.2.2-r1.ebuild: + Drop KDE 4.2.2 *dolphin-4.2.3-r1 (31 May 2009) *dolphin-4.2.2-r1 (31 May 2009) diff --git a/kde-base/dolphin/dolphin-4.2.2-r1.ebuild b/kde-base/dolphin/dolphin-4.2.2-r1.ebuild deleted file mode 100644 index 54a786f74e98..000000000000 --- a/kde-base/dolphin/dolphin-4.2.2-r1.ebuild +++ /dev/null @@ -1,34 +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/dolphin/dolphin-4.2.2-r1.ebuild,v 1.1 2009/05/31 14:29:03 tampakrap Exp $ - -EAPI="2" - -KMNAME="kdebase-apps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug doc +semantic-desktop thumbnail" - -DEPEND=" - >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop=] - >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] -" -RDEPEND="${DEPEND} - >=kde-base/kfind-${PV}:${SLOT}[kdeprefix=] - semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) -" -PDEPEND=" - thumbnail? ( media-video/mplayerthumbs:1 ) -" - -KMLOADLIBS="libkonq" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano)" - - kde4-meta_src_configure -} diff --git a/kde-base/dolphin/dolphin-4.2.2.ebuild b/kde-base/dolphin/dolphin-4.2.2.ebuild deleted file mode 100644 index 5ca2f990f62e..000000000000 --- a/kde-base/dolphin/dolphin-4.2.2.ebuild +++ /dev/null @@ -1,35 +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/dolphin/dolphin-4.2.2.ebuild,v 1.2 2009/04/17 06:10:13 alexxy Exp $ - -EAPI="2" - -KMNAME="kdebase-apps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug doc +semantic-desktop thumbnail" - -DEPEND=" - >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop=] - >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] -" -RDEPEND="${DEPEND} - !kdeprefix? ( !kde-misc/dolphin ) - >=kde-base/kfind-${PV}:${SLOT}[kdeprefix=] - semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) -" -PDEPEND=" - thumbnail? ( media-video/mplayerthumbs:1 ) -" - -KMLOADLIBS="libkonq" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano)" - - kde4-meta_src_configure -} |