Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/kpartsplugin: ChangeLog kpartsplugin-20110823-r1.ebuild
Date: Tue, 03 Apr 2012 21:26:18
Message-Id: 20120403212609.36D052004C@flycatcher.gentoo.org
1 dilfridge 12/04/03 21:26:09
2
3 Modified: ChangeLog
4 Added: kpartsplugin-20110823-r1.ebuild
5 Log:
6 Blacklist xpi files, bug 408695
7
8 (Portage version: 2.1.10.54/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 www-plugins/kpartsplugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 24 Feb 2012 16:39:48 -0000 1.7
24 +++ ChangeLog 3 Apr 2012 21:26:09 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-plugins/kpartsplugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.7 2012/02/24 16:39:48 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.8 2012/04/03 21:26:09 dilfridge Exp $
30 +
31 +*kpartsplugin-20110823-r1 (03 Apr 2012)
32 +
33 + 03 Apr 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +kpartsplugin-20110823-r1.ebuild, +files/kpartsplugin-20110823-xpi.patch:
35 + Blacklist xpi files, bug 408695
36
37 24 Feb 2012; Johannes Huber <johu@g.o> -kpartsplugin-20101216.ebuild:
38 Remove old.
39
40
41
42 1.1 www-plugins/kpartsplugin/kpartsplugin-20110823-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20110823-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20110823-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kpartsplugin-20110823-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20110823-r1.ebuild,v 1.1 2012/04/03 21:26:09 dilfridge Exp $
52
53 EAPI=3
54 inherit kde4-base nsplugins
55
56 DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers"
57 HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
58 SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2"
59
60 LICENSE="GPL-3 BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63
64 IUSE=""
65
66 PATCHES=( "${FILESDIR}/${P}-xpi.patch" )
67
68 src_prepare() {
69 echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
70 kde4-base_src_prepare
71 }