summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-09 01:57:01 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-09 01:57:01 +0000
commit5811f9761e495252b9863b5bf118a02afa484e10 (patch)
treefd2026c638c26261ed05c6458048a83e4f5c89bf /www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild
parentFix bug #349792 (diff)
downloadgentoo-2-5811f9761e495252b9863b5bf118a02afa484e10.tar.gz
gentoo-2-5811f9761e495252b9863b5bf118a02afa484e10.tar.bz2
gentoo-2-5811f9761e495252b9863b5bf118a02afa484e10.zip
Version bump
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild')
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild
new file mode 100644
index 000000000000..6911b0b5a84c
--- /dev/null
+++ b/www-plugins/kpartsplugin/kpartsplugin-20101216.ebuild
@@ -0,0 +1,23 @@
+# 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-20101216.ebuild,v 1.1 2011/01/09 01:57:00 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=""
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
+ kde4-base_src_prepare
+}