diff options
author | 2009-01-14 13:57:23 +0000 | |
---|---|---|
committer | 2009-01-14 13:57:23 +0000 | |
commit | f978fc55f6052aab0dcf2b25d19062263fbab871 (patch) | |
tree | 10ca693dbb49331e053c7a8c64ba58ba2e7bf771 /kde-base/dolphin | |
parent | x11-apps/editres: remove xprint support (see bug #254874) (diff) | |
download | historical-f978fc55f6052aab0dcf2b25d19062263fbab871.tar.gz historical-f978fc55f6052aab0dcf2b25d19062263fbab871.tar.bz2 historical-f978fc55f6052aab0dcf2b25d19062263fbab871.zip |
Drop KDE 4.1.2 and 4.1.3
Package-Manager: portage-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 -} |