diff options
-rw-r--r-- | kde-base/dolphin-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/dolphin-plugins/dolphin-plugins-4.5.1.ebuild | 26 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/dolphin-plugins/ChangeLog b/kde-base/dolphin-plugins/ChangeLog new file mode 100644 index 000000000000..8c909418d945 --- /dev/null +++ b/kde-base/dolphin-plugins/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-base/dolphin-plugins +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.1 2010/09/05 22:50:01 tampakrap Exp $ + +*dolphin-plugins-4.5.1 (05 Sep 2010) + + 05 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +dolphin-plugins-4.5.1.ebuild: + Version bump + diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.5.1.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.5.1.ebuild new file mode 100644 index 000000000000..6e5abb1a21b6 --- /dev/null +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 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.5.1.ebuild,v 1.1 2010/09/05 22:50:01 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="Extra Dolphin plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + dev-vcs/git + dev-vcs/subversion + $(add_kdebase_dep kompare) +" + +# SCM plugins moved from dolphin somewhere before 4.4.75 +add_blocker dolphin '<4.4.75' + +KMLOADLIBS="libkonq" |