diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-26 23:38:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-26 23:38:15 +0000 |
commit | 90c815aeb10dff8554e29e4b4040b57db8bec0a6 (patch) | |
tree | 9fa07cbb0a82abfeb75b75eeb8c9e6c6f1329c43 /kde-base/dolphin | |
parent | Add kde-base/kompare as pure rdepend with subversion USE flag. (diff) | |
download | gentoo-2-90c815aeb10dff8554e29e4b4040b57db8bec0a6.tar.gz gentoo-2-90c815aeb10dff8554e29e4b4040b57db8bec0a6.tar.bz2 gentoo-2-90c815aeb10dff8554e29e4b4040b57db8bec0a6.zip |
Revert pointless revision bump for runtime depend modification.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.4.0-r1.ebuild | 46 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.4.0.ebuild | 6 |
3 files changed, 9 insertions, 49 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 810085024fd1..c087dcf593de 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.65 2010/02/26 23:30:21 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.66 2010/02/26 23:38:15 ssuominen Exp $ + + 26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> dolphin-4.4.0.ebuild, + -dolphin-4.4.0-r1.ebuild: + Revert pointless revision bump for runtime depend modification. *dolphin-4.4.0-r1 (27 Feb 2010) diff --git a/kde-base/dolphin/dolphin-4.4.0-r1.ebuild b/kde-base/dolphin/dolphin-4.4.0-r1.ebuild deleted file mode 100644 index 5c640bedf964..000000000000 --- a/kde-base/dolphin/dolphin-4.4.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.4.0-r1.ebuild,v 1.1 2010/02/26 23:30:21 mrpouet Exp $ - -EAPI="2" - -KMNAME="kdebase-apps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook semantic-desktop subversion thumbnail" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop?') - $(add_kdebase_dep libkonq) - semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.2 ) -" -RDEPEND="${DEPEND} - subversion? ( - dev-util/subversion - $(add_kdebase_dep kompare) ) - $(add_kdebase_dep kfind) -" -PDEPEND=" - thumbnail? ( $(add_kdebase_dep mplayerthumbs) ) -" - -KMLOADLIBS="libkonq" - -src_prepare() { - kde4-meta_src_prepare - - if ! use subversion; then - sed -e '/install(.*fileviewsvnplugin.*)/s/^/#DONOTINSTALL /g' \ - -i dolphin/src/CMakeLists.txt || die 'failed to disable subversion plugin' - fi -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with semantic-desktop Nepomuk) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/dolphin/dolphin-4.4.0.ebuild b/kde-base/dolphin/dolphin-4.4.0.ebuild index c1052877f970..519117e165bd 100644 --- a/kde-base/dolphin/dolphin-4.4.0.ebuild +++ b/kde-base/dolphin/dolphin-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.4.0.ebuild,v 1.1 2010/02/09 00:16:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.4.0.ebuild,v 1.2 2010/02/26 23:38:15 ssuominen Exp $ EAPI="2" @@ -17,7 +17,9 @@ DEPEND=" semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.2 ) " RDEPEND="${DEPEND} - subversion? ( dev-util/subversion ) + subversion? ( + dev-util/subversion + $(add_kdebase_dep kompare) ) $(add_kdebase_dep kfind) " PDEPEND=" |