summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-12-18 22:55:13 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-12-18 22:55:13 +0000
commitff211fae9331cf844fae3c8372e573b776d0bb12 (patch)
tree8ab7150c9ecebdda99bfb9899129c23e9d63a63d /www-plugins
parentarm stable, bug #394409 (diff)
downloadgentoo-2-ff211fae9331cf844fae3c8372e573b776d0bb12.tar.gz
gentoo-2-ff211fae9331cf844fae3c8372e573b776d0bb12.tar.bz2
gentoo-2-ff211fae9331cf844fae3c8372e573b776d0bb12.zip
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/kpartsplugin/ChangeLog8
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/www-plugins/kpartsplugin/ChangeLog b/www-plugins/kpartsplugin/ChangeLog
index 6d110024b223..70aaf560d172 100644
--- a/www-plugins/kpartsplugin/ChangeLog
+++ b/www-plugins/kpartsplugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-plugins/kpartsplugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.3 2011/02/13 20:21:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.4 2011/12/18 22:55:13 dilfridge Exp $
+
+*kpartsplugin-20110823 (18 Dec 2011)
+
+ 18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kpartsplugin-20110823.ebuild:
+ Version bump
13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org>
-kpartsplugin-20100723.ebuild, kpartsplugin-20101216.ebuild:
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild
new file mode 100644
index 000000000000..0c03764b2c1f
--- /dev/null
+++ b/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20110823.ebuild,v 1.1 2011/12/18 22:55:13 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
+}