summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-08 15:44:00 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-08 15:44:00 +0000
commit5cd999448be40e81451a307734d564d28057d5df (patch)
treedeccc97df0ab4951066432854c76db7e02d47bc9 /kde-base/dolphin-plugins
parentMarking dovecot-2.0.19 ppc64 for bug 413531 (diff)
downloadgentoo-2-5cd999448be40e81451a307734d564d28057d5df.tar.gz
gentoo-2-5cd999448be40e81451a307734d564d28057d5df.tar.bz2
gentoo-2-5cd999448be40e81451a307734d564d28057d5df.zip
Remove KDE SC 4.8.2
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/dolphin-plugins')
-rw-r--r--kde-base/dolphin-plugins/ChangeLog5
-rw-r--r--kde-base/dolphin-plugins/dolphin-plugins-4.8.2.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/kde-base/dolphin-plugins/ChangeLog b/kde-base/dolphin-plugins/ChangeLog
index 621625e9c635..8ea19a90d96e 100644
--- a/kde-base/dolphin-plugins/ChangeLog
+++ b/kde-base/dolphin-plugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/dolphin-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.48 2012/05/03 20:07:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.49 2012/05/08 15:43:36 johu Exp $
+
+ 08 May 2012; Johannes Huber <johu@gentoo.org> -dolphin-plugins-4.8.2.ebuild:
+ Remove KDE SC 4.8.2
*dolphin-plugins-4.8.3 (03 May 2012)
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.8.2.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.8.2.ebuild
deleted file mode 100644
index 0d52ab90e596..000000000000
--- a/kde-base/dolphin-plugins/dolphin-plugins-4.8.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.8.2.ebuild,v 1.1 2012/04/04 23:59:19 johu Exp $
-
-EAPI=4
-
-KMNAME="kdesdk"
-inherit kde4-meta
-
-DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug bazaar git mercurial subversion"
-
-DEPEND="
- $(add_kdebase_dep libkonq)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kompare)
- bazaar? ( dev-vcs/bzr )
- git? ( dev-vcs/git )
- mercurial? ( dev-vcs/mercurial )
- subversion? ( dev-vcs/subversion )
-"
-
-KMLOADLIBS="libkonq"
-
-#
-# See bug 351147 for why this is necessary
-#
-src_prepare() {
- echo 'macro_optional_add_subdirectory ( dolphin-plugins )' >> CMakeLists.txt || die
- echo > dolphin-plugins/CMakeLists.txt || die
- use bazaar && echo 'add_subdirectory ( bazaar )' >> dolphin-plugins/CMakeLists.txt
- use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
- use mercurial && echo 'add_subdirectory ( hg )' >> dolphin-plugins/CMakeLists.txt
- use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt
-
- kde4-meta_src_prepare
-}
-
-src_install() {
- { use bazaar || use git || use mercurial || use subversion; } && kde4-meta_src_install
-}
-
-pkg_postinst() {
- if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then
- einfo
- einfo "You have disabled all plugin use flags. If you want to have vcs"
- einfo "integration in dolphin, enable those of your needs."
- einfo
- fi
-}