summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-08-02 20:54:14 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-08-02 20:54:14 +0000
commitfe54e5c618705b3288c3717a35d1cbddda433e14 (patch)
treebde4c6580f2d12d5b3bffe228e06bd9072b765c8 /www-plugins/kpartsplugin/kpartsplugin-20120723.ebuild
parentRemove bashism. (diff)
downloadgentoo-2-fe54e5c618705b3288c3717a35d1cbddda433e14.tar.gz
gentoo-2-fe54e5c618705b3288c3717a35d1cbddda433e14.tar.bz2
gentoo-2-fe54e5c618705b3288c3717a35d1cbddda433e14.zip
Version bump; remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/kpartsplugin/kpartsplugin-20120723.ebuild')
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20120723.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20120723.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20120723.ebuild
new file mode 100644
index 000000000000..2227478d78e6
--- /dev/null
+++ b/www-plugins/kpartsplugin/kpartsplugin-20120723.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-20120723.ebuild,v 1.1 2012/08/02 20:54:14 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
+}