summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2010-11-04 23:50:38 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2010-11-04 23:50:38 +0000
commitb274c7c9ad157eb69bea5685928c0a0fd05bf8d2 (patch)
tree58d6b1be3c7ab3a9e2ca164ff82c00f8a5b869a0 /www-plugins
parentVersion bump. Update all patches against master and stop shipping them in a s... (diff)
downloadgentoo-2-b274c7c9ad157eb69bea5685928c0a0fd05bf8d2.tar.gz
gentoo-2-b274c7c9ad157eb69bea5685928c0a0fd05bf8d2.tar.bz2
gentoo-2-b274c7c9ad157eb69bea5685928c0a0fd05bf8d2.zip
New application, fixes bug 323565
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/kpartsplugin/ChangeLog11
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20100723.ebuild23
-rw-r--r--www-plugins/kpartsplugin/metadata.xml6
3 files changed, 40 insertions, 0 deletions
diff --git a/www-plugins/kpartsplugin/ChangeLog b/www-plugins/kpartsplugin/ChangeLog
new file mode 100644
index 000000000000..2c830130379d
--- /dev/null
+++ b/www-plugins/kpartsplugin/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for www-plugins/kpartsplugin
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.1 2010/11/04 23:50:38 dilfridge Exp $
+
+*kpartsplugin-20100723 (04 Nov 2010)
+
+ 04 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kpartsplugin-20100723.ebuild, +metadata.xml:
+ New application, fixes bug 323565; thanks to Francesco Riosa for the
+ original ebuild
+
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20100723.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20100723.ebuild
new file mode 100644
index 000000000000..a0ba14532b67
--- /dev/null
+++ b/www-plugins/kpartsplugin/kpartsplugin-20100723.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20100723.ebuild,v 1.1 2010/11/04 23:50:38 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
+}
diff --git a/www-plugins/kpartsplugin/metadata.xml b/www-plugins/kpartsplugin/metadata.xml
new file mode 100644
index 000000000000..78a6d6197b06
--- /dev/null
+++ b/www-plugins/kpartsplugin/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+<maintainer><email>dilfridge@gentoo.org</email></maintainer>
+</pkgmetadata>