summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-06-19 13:32:55 +0000
committerChris Reffett <creffett@gentoo.org>2014-06-19 13:32:55 +0000
commit89f6b3db7c7a26a31c050f463e1fe0f381d5828c (patch)
tree320e4f46ff1422b90781a8dd0731a43fa7d52991 /kde-base/dolphin
parentFix multilib dependencies to use safe versions, bug #513718. (diff)
downloadgentoo-2-89f6b3db7c7a26a31c050f463e1fe0f381d5828c.tar.gz
gentoo-2-89f6b3db7c7a26a31c050f463e1fe0f381d5828c.tar.bz2
gentoo-2-89f6b3db7c7a26a31c050f463e1fe0f381d5828c.zip
Remove KDE SC 4.13.1
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 28DB029C)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/ChangeLog5
-rw-r--r--kde-base/dolphin/dolphin-4.13.1.ebuild56
2 files changed, 4 insertions, 57 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
index d7c4aafe01e3..9ea35025d4ba 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.250 2014/06/19 13:00:58 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.251 2014/06/19 13:32:01 creffett Exp $
+
+ 19 Jun 2014; Chris Reffett <creffett@gentoo.org> -dolphin-4.13.1.ebuild:
+ Remove KDE SC 4.13.1
19 Jun 2014; Chris Reffett <creffett@gentoo.org> -dolphin-4.13.0.ebuild:
Remove KDE SC 4.13.0
diff --git a/kde-base/dolphin/dolphin-4.13.1.ebuild b/kde-base/dolphin/dolphin-4.13.1.ebuild
deleted file mode 100644
index b56fefefd8c2..000000000000
--- a/kde-base/dolphin/dolphin-4.13.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.13.1.ebuild,v 1.1 2014/05/13 17:42:59 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 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug semantic-desktop thumbnail"
-
-DEPEND="
- $(add_kdebase_dep kactivities)
- $(add_kdebase_dep libkonq)
- x11-libs/libXrender
- semantic-desktop? (
- $(add_kdebase_dep baloo)
- $(add_kdebase_dep baloo-widgets)
- $(add_kdebase_dep kfilemetadata)
- )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kfind)
- 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 Baloo)
- $(cmake-utils_use_with semantic-desktop BalooWidgets)
- $(cmake-utils_use_with semantic-desktop KFileMetaData)
- )
-
- 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
-}