diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-01-20 15:00:20 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-01-20 15:00:20 +0000 |
commit | a409b0c9cc6aecdfaa4cba908b29063b8d006620 (patch) | |
tree | 5eef4e8dac5baf8eb42cf956eefdfe7798506acc /kde-base/dolphin | |
parent | version bump (diff) | |
download | gentoo-2-a409b0c9cc6aecdfaa4cba908b29063b8d006620.tar.gz gentoo-2-a409b0c9cc6aecdfaa4cba908b29063b8d006620.tar.bz2 gentoo-2-a409b0c9cc6aecdfaa4cba908b29063b8d006620.zip |
Remove KDE SC 4.12.0
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.12.0.ebuild | 60 |
2 files changed, 4 insertions, 61 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 646566e4f004..1379f03f3dba 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.223 2014/01/20 10:57:31 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.224 2014/01/20 15:00:03 kensington Exp $ + + 20 Jan 2014; Michael Palimaka <kensington@gentoo.org> -dolphin-4.12.0.ebuild: + Remove KDE SC 4.12.0 20 Jan 2014; Michael Palimaka <kensington@gentoo.org> -files/dolphin-4.11.3-regression.patch: diff --git a/kde-base/dolphin/dolphin-4.12.0.ebuild b/kde-base/dolphin/dolphin-4.12.0.ebuild deleted file mode 100644 index 7e049545b32a..000000000000 --- a/kde-base/dolphin/dolphin-4.12.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.12.0.ebuild,v 1.1 2013/12/18 19:58:23 johu Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kde-baseapps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" -KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug semantic-desktop thumbnail" - -DEPEND=" - $(add_kdebase_dep kactivities) - $(add_kdebase_dep kdelibs 'semantic-desktop?') - $(add_kdebase_dep libkonq) - x11-libs/libXrender - semantic-desktop? ( - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - ) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kfind) -" -PDEPEND=" - thumbnail? ( - $(add_kdebase_dep thumbnailers) - || ( - $(add_kdebase_dep ffmpegthumbs) - $(add_kdebase_dep mplayerthumbs) - ) - ) -" - -RESTRICT="test" -# bug 393129 - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with semantic-desktop NepomukCore) - $(cmake-utils_use_with semantic-desktop NepomukWidgets) - $(cmake-utils_use_with semantic-desktop Soprano) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - if ! has_version media-gfx/icoutils ; then - elog "For .exe file preview support, install media-gfx/icoutils." - fi -} |