summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-09-21 01:14:53 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-09-21 01:18:14 +1000
commit0f910303f12d18deeca429dfcb2ca3933feab5ed (patch)
tree8476c825398092a5cd9e66e51d509fb159144784 /www-plugins/kpartsplugin
parentdev-util/rbtools: remove old. (diff)
downloadgentoo-0f910303f12d18deeca429dfcb2ca3933feab5ed.tar.gz
gentoo-0f910303f12d18deeca429dfcb2ca3933feab5ed.tar.bz2
gentoo-0f910303f12d18deeca429dfcb2ca3933feab5ed.zip
www-plugins/kpartsplugins: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-plugins/kpartsplugin')
-rw-r--r--www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild
deleted file mode 100644
index 7651db27a2dc..000000000000
--- a/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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="debug"
-
-src_prepare() {
- echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
- kde4-base_src_prepare
-}