summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-10 19:03:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-10 19:03:38 +0000
commitd693641ba7d8a7c50b02317ea050d6dce4ab51e9 (patch)
tree90122a3cfa18511390a80898c4149206437a0f34 /kde-base/dolphin
parentx86 stable, bug 294958 (diff)
downloadgentoo-2-d693641ba7d8a7c50b02317ea050d6dce4ab51e9.tar.gz
gentoo-2-d693641ba7d8a7c50b02317ea050d6dce4ab51e9.tar.bz2
gentoo-2-d693641ba7d8a7c50b02317ea050d6dce4ab51e9.zip
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/ChangeLog6
-rw-r--r--kde-base/dolphin/dolphin-4.3.1-r1.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
index 1c90135e2d21..be2a2a533904 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.54 2009/12/10 13:58:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.55 2009/12/10 19:03:38 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -dolphin-4.3.1-r1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> dolphin-4.3.3.ebuild:
x86 stable, bug 292455
diff --git a/kde-base/dolphin/dolphin-4.3.1-r1.ebuild b/kde-base/dolphin/dolphin-4.3.1-r1.ebuild
deleted file mode 100644
index 20460396bb90..000000000000
--- a/kde-base/dolphin/dolphin-4.3.1-r1.ebuild
+++ /dev/null
@@ -1,39 +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.3.1-r1.ebuild,v 1.3 2009/10/18 16:45:28 maekke 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 +handbook +semantic-desktop thumbnail"
-
-DEPEND="
- >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
- >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=]
-"
-RDEPEND="${DEPEND}
- >=kde-base/keditfiletype-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/kfind-${PV}:${SLOT}[kdeprefix=]
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] )
-"
-PDEPEND="
- thumbnail? ( >=kde-base/mplayerthumbs-${PV}:${SLOT}[kdeprefix=] )
-"
-
-KMLOADLIBS="libkonq"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.3.1-fix-sftp-crash.patch"
-)
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)"
-
- kde4-meta_src_configure
-}