summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
commit298a064cbac18a7a40afb3a47dfa230fd976bcea (patch)
tree72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/dolphin
parentBump to 0.10.0, new slot, ebuild from the GNOME overlay (diff)
downloadgentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz
gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2
gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/ChangeLog5
-rw-r--r--kde-base/dolphin/dolphin-4.4.5.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
index 711b6590b1a9..e7357172a991 100644
--- a/kde-base/dolphin/ChangeLog
+++ b/kde-base/dolphin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/dolphin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.96 2011/06/01 17:37:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.97 2011/06/02 21:57:46 dilfridge Exp $
+
+ 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -dolphin-4.4.5.ebuild:
+ Drop KDE-4.4
01 Jun 2011; Brent Baude <ranger@gentoo.org> dolphin-4.6.2.ebuild:
Marking dolphin-4.6.2 ppc stable for bug 354033
diff --git a/kde-base/dolphin/dolphin-4.4.5.ebuild b/kde-base/dolphin/dolphin-4.4.5.ebuild
deleted file mode 100644
index a7c91b8cea0c..000000000000
--- a/kde-base/dolphin/dolphin-4.4.5.ebuild
+++ /dev/null
@@ -1,47 +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/dolphin/dolphin-4.4.5.ebuild,v 1.5 2010/08/09 17:34:55 scarabeus Exp $
-
-EAPI="3"
-
-KMNAME="kdebase-apps"
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook semantic-desktop subversion thumbnail"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- $(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.2 )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kfind)
- subversion? (
- dev-vcs/subversion
- $(add_kdebase_dep kompare)
- )
-"
-PDEPEND="
- thumbnail? ( $(add_kdebase_dep mplayerthumbs) )
-"
-
-KMLOADLIBS="libkonq"
-
-src_prepare() {
- kde4-meta_src_prepare
-
- if ! use subversion; then
- sed -e '/install(.*fileviewsvnplugin.*)/s/^/#DONOTINSTALL /g' \
- -i dolphin/src/CMakeLists.txt || die 'failed to disable subversion plugin'
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-meta_src_configure
-}