diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 13:56:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 13:56:26 +0000 |
commit | 18274a0f0f9d6319d929617a3b890a36a4ea7cb1 (patch) | |
tree | 4f48de5c2b0cb898884b9ee953fd63b9d25187e7 /kde-base/dolphin | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-18274a0f0f9d6319d929617a3b890a36a4ea7cb1.tar.gz gentoo-2-18274a0f0f9d6319d929617a3b890a36a4ea7cb1.tar.bz2 gentoo-2-18274a0f0f9d6319d929617a3b890a36a4ea7cb1.zip |
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.1.2.ebuild | 29 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.1.3.ebuild | 30 |
3 files changed, 5 insertions, 60 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 147aae5b9540..0d7170099b22 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.17 2009/01/13 21:07:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.18 2009/01/14 13:56:26 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -dolphin-4.1.2.ebuild, + -dolphin-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *dolphin-4.1.4 (13 Jan 2009) diff --git a/kde-base/dolphin/dolphin-4.1.2.ebuild b/kde-base/dolphin/dolphin-4.1.2.ebuild deleted file mode 100644 index 60fa681f70d8..000000000000 --- a/kde-base/dolphin/dolphin-4.1.2.ebuild +++ /dev/null @@ -1,29 +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.1.2.ebuild,v 1.1 2008/10/02 06:26:39 jmbsvicetto Exp $ - -EAPI="2" - -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} - kde-base/kdelibs:${SLOT}[semantic-desktop=] - semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} - >=dev-libs/soprano-2.0.7 )" -RDEPEND="${DEPEND}" - -KMEXTRA="apps/doc/${PN}" -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.1.3.ebuild b/kde-base/dolphin/dolphin-4.1.3.ebuild deleted file mode 100644 index eeee36d2f8b1..000000000000 --- a/kde-base/dolphin/dolphin-4.1.3.ebuild +++ /dev/null @@ -1,30 +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.1.3.ebuild,v 1.3 2008/12/06 19:12:56 patrick Exp $ - -EAPI="2" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook +semantic-desktop" - -DEPEND=">=kde-base/libkonq-${PV}:${SLOT} - kde-base/kdelibs:${SLOT}[semantic-desktop=] - kde-base/kdebase-data:${SLOT} - semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} - >=dev-libs/soprano-2.0.7 )" -RDEPEND="${DEPEND}" - -KMEXTRA="apps/doc/${PN}" -KMLOADLIBS="libkonq" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano)" - kde4-meta_src_configure -} |