summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-09 14:58:55 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-09 14:58:55 +0000
commit85d5b4b1482bb2c2e484679f97d9a5dfc3e1e818 (patch)
treea8794bc2a424f83c961b5e393432476852a8a873 /kde-base/dolphin
parentRemoved old versions. (diff)
downloadgentoo-2-85d5b4b1482bb2c2e484679f97d9a5dfc3e1e818.tar.gz
gentoo-2-85d5b4b1482bb2c2e484679f97d9a5dfc3e1e818.tar.bz2
gentoo-2-85d5b4b1482bb2c2e484679f97d9a5dfc3e1e818.zip
Removed old versions.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/ChangeLog6
-rw-r--r--kde-base/dolphin/dolphin-4.0.2.ebuild39
-rw-r--r--kde-base/dolphin/dolphin-4.0.3.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
index ebae16e93c86..19b5bab22e81 100644
--- a/kde-base/dolphin/ChangeLog
+++ b/kde-base/dolphin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/dolphin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.10 2008/06/05 21:01:56 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.11 2008/06/09 14:58:55 keytoaster Exp $
+
+ 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -dolphin-4.0.2.ebuild, -dolphin-4.0.3.ebuild:
+ Removed old versions.
*dolphin-4.0.5 (05 Jun 2008)
diff --git a/kde-base/dolphin/dolphin-4.0.2.ebuild b/kde-base/dolphin/dolphin-4.0.2.ebuild
deleted file mode 100644
index 878c8f8a8b0b..000000000000
--- a/kde-base/dolphin/dolphin-4.0.2.ebuild
+++ /dev/null
@@ -1,39 +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/dolphin/dolphin-4.0.2.ebuild,v 1.1 2008/03/10 23:20:00 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdebase
-KMMODULE=apps/${PN}
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook +semantic-desktop"
-
-DEPEND="
- >=kde-base/libkonq-${PV}:${SLOT}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="apps/doc/${PN}"
-
-# Without this patch, things don't link properly,
-# unless we recompile lib/konq here too.
-PATCHES="${FILESDIR}/${P}-linkage.patch
-${FILESDIR}/${P}-make-semantic-desktop-optional.patch"
-
-pkg_setup() {
- if use semantic-desktop; then
- KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop"
- fi
- kde4-meta_pkg_setup
-}
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)"
- kde4-meta_src_compile
-}
diff --git a/kde-base/dolphin/dolphin-4.0.3.ebuild b/kde-base/dolphin/dolphin-4.0.3.ebuild
deleted file mode 100644
index cf802e68107b..000000000000
--- a/kde-base/dolphin/dolphin-4.0.3.ebuild
+++ /dev/null
@@ -1,39 +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/dolphin/dolphin-4.0.3.ebuild,v 1.1 2008/04/03 20:36:51 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdebase
-KMMODULE=apps/${PN}
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook +semantic-desktop"
-
-DEPEND="
- >=kde-base/libkonq-${PV}:${SLOT}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="apps/doc/${PN}"
-
-# Without this patch, things don't link properly,
-# unless we recompile lib/konq here too.
-PATCHES="${FILESDIR}/${PN}-4.0.2-linkage.patch
-${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch"
-
-pkg_setup() {
- if use semantic-desktop; then
- KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop"
- fi
- kde4-meta_pkg_setup
-}
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)"
- kde4-meta_src_compile
-}