Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/nsplugins/
Date: Tue, 02 Aug 2016 21:22:22
Message-Id: 1470172912.a49f17cb092db42f52b0224bec7246a4a8aa415f.johu@gentoo
1 commit: a49f17cb092db42f52b0224bec7246a4a8aa415f
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 2 18:38:30 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 21:21:52 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a49f17cb
7
8 kde-apps/nsplugins: Installed as part of konqueror
9
10 Package-Manager: portage-2.2.28
11
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13
14 kde-apps/nsplugins/nsplugins-9999.ebuild | 30 ------------------------------
15 1 file changed, 30 deletions(-)
16
17 diff --git a/kde-apps/nsplugins/nsplugins-9999.ebuild b/kde-apps/nsplugins/nsplugins-9999.ebuild
18 deleted file mode 100644
19 index 5379e08..0000000
20 --- a/kde-apps/nsplugins/nsplugins-9999.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=6
28 -
29 -KMNAME="kde-baseapps"
30 -inherit kde4-meta pax-utils
31 -
32 -DESCRIPTION="Netscape plugins support for Konqueror"
33 -KEYWORDS=""
34 -IUSE="debug"
35 -
36 -DEPEND="
37 - x11-libs/libXt
38 -"
39 -RDEPEND="${DEPEND}
40 - $(add_kdeapps_dep konqueror)
41 -"
42 -
43 -KMEXTRACTONLY="
44 - konqueror/settings/
45 -"
46 -
47 -src_install() {
48 - kde4-base_src_install
49 -
50 - # bug 419513
51 - pax-mark m "${ED}"usr/bin/nspluginviewer
52 -}