summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit65f23fa591b40aa410097713165d986c18541bfa (patch)
tree511c72b50399d2ce73e166154c218274d721b259 /kde-base/dolphin
parentold (diff)
downloadgentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, 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.5.ebuild34
-rw-r--r--kde-base/dolphin/dolphin-4.4.4.ebuild47
3 files changed, 5 insertions, 82 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
index dd38d935a115..e5d8836b2ca4 100644
--- a/kde-base/dolphin/ChangeLog
+++ b/kde-base/dolphin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/dolphin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.81 2010/08/09 06:15:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.82 2010/08/09 11:30:49 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -dolphin-4.3.5.ebuild, -dolphin-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> dolphin-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/dolphin/dolphin-4.3.5.ebuild b/kde-base/dolphin/dolphin-4.3.5.ebuild
deleted file mode 100644
index f28a875648c4..000000000000
--- a/kde-base/dolphin/dolphin-4.3.5.ebuild
+++ /dev/null
@@ -1,34 +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.3.5.ebuild,v 1.4 2010/06/21 15:53:37 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-apps"
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook semantic-desktop thumbnail"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- $(add_kdebase_dep libkonq)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kfind)
-"
-PDEPEND="
- thumbnail? ( $(add_kdebase_dep mplayerthumbs) )
-"
-
-KMLOADLIBS="libkonq"
-
-src_configure() {
- 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.4.4.ebuild b/kde-base/dolphin/dolphin-4.4.4.ebuild
deleted file mode 100644
index 8d9c4cde6136..000000000000
--- a/kde-base/dolphin/dolphin-4.4.4.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.4.ebuild,v 1.5 2010/06/27 09:26:13 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdebase-apps"
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc 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
-}