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: kpartsplugin-20120529.ebuild ChangeLog
Date: Fri, 01 Jun 2012 22:13:42
Message-Id: 20120601221331.9D78D2004B@flycatcher.gentoo.org
1 dilfridge 12/06/01 22:13:31
2
3 Modified: ChangeLog
4 Added: kpartsplugin-20120529.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 www-plugins/kpartsplugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 3 Apr 2012 21:26:09 -0000 1.8
24 +++ ChangeLog 1 Jun 2012 22:13:31 -0000 1.9
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.8 2012/04/03 21:26:09 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.9 2012/06/01 22:13:31 dilfridge Exp $
30 +
31 +*kpartsplugin-20120529 (01 Jun 2012)
32 +
33 + 01 Jun 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +kpartsplugin-20120529.ebuild:
35 + Version bump
36
37 *kpartsplugin-20110823-r1 (03 Apr 2012)
38
39
40
41
42 1.1 www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120529.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kpartsplugin-20120529.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-20120529.ebuild,v 1.1 2012/06/01 22:13:31 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 src_prepare() {
67 echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" >> CMakeLists.txt || die
68 kde4-base_src_prepare
69 }