summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-06-01 22:13:31 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-06-01 22:13:31 +0000
commit4aa686b22ab5a815c690228336512c8014310974 (patch)
tree061d6505036246f7927189a789e7b6c42bad9493 /www-plugins
parentStable for x86, wrt bug #418911 (diff)
downloadgentoo-2-4aa686b22ab5a815c690228336512c8014310974.tar.gz
gentoo-2-4aa686b22ab5a815c690228336512c8014310974.tar.bz2
gentoo-2-4aa686b22ab5a815c690228336512c8014310974.zip
Version bump
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/kpartsplugin/ChangeLog8
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/www-plugins/kpartsplugin/ChangeLog b/www-plugins/kpartsplugin/ChangeLog
index b3263cc184ea..3d13bf4bc06f 100644
--- a/www-plugins/kpartsplugin/ChangeLog
+++ b/www-plugins/kpartsplugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-plugins/kpartsplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.8 2012/04/03 21:26:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.9 2012/06/01 22:13:31 dilfridge Exp $
+
+*kpartsplugin-20120529 (01 Jun 2012)
+
+ 01 Jun 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kpartsplugin-20120529.ebuild:
+ Version bump
*kpartsplugin-20110823-r1 (03 Apr 2012)
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild
new file mode 100644
index 000000000000..19236dc929ef
--- /dev/null
+++ b/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild,v 1.1 2012/06/01 22:13:31 dilfridge Exp $
+
+EAPI=3
+inherit kde4-base nsplugins
+
+DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers"
+HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
+SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+src_prepare() {
+ echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
+ kde4-base_src_prepare
+}