Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/kpartsplugin/
Date: Sun, 20 Sep 2015 15:18:30
Message-Id: 1442762294.0f910303f12d18deeca429dfcb2ca3933feab5ed.kensington@gentoo
1 commit: 0f910303f12d18deeca429dfcb2ca3933feab5ed
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 15:14:53 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 15:18:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f910303
7
8 www-plugins/kpartsplugins: remove old.
9
10 Package-Manager: portage-2.2.20.1
11
12 .../kpartsplugin/kpartsplugin-20120723-r1.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild b/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild
16 deleted file mode 100644
17 index 7651db2..0000000
18 --- a/www-plugins/kpartsplugin/kpartsplugin-20120723-r1.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit kde4-base nsplugins
28 -
29 -DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers"
30 -HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
31 -SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-3 BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -
37 -IUSE="debug"
38 -
39 -src_prepare() {
40 - echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
41 - kde4-base_src_prepare
42 -}