Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/cirkuit: cirkuit-0.4.3-r1.ebuild ChangeLog
Date: Tue, 21 Jan 2014 06:40:57
Message-Id: 20140121064053.8D3A22004C@flycatcher.gentoo.org
1 kensington 14/01/21 06:40:53
2
3 Modified: ChangeLog
4 Added: cirkuit-0.4.3-r1.ebuild
5 Log:
6 Revision bump to avoid file collision with >=kde-base/katepart-4.12.0 wrt bug #496694.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
9
10 Revision Changes Path
11 1.13 sci-electronics/cirkuit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 12 Nov 2013 13:22:43 -0000 1.12
24 +++ ChangeLog 21 Jan 2014 06:40:53 -0000 1.13
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-electronics/cirkuit
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.12 2013/11/12 13:22:43 kensington Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.13 2014/01/21 06:40:53 kensington Exp $
31 +
32 +*cirkuit-0.4.3-r1 (21 Jan 2014)
33 +
34 + 21 Jan 2014; Michael Palimaka <kensington@g.o>
35 + +cirkuit-0.4.3-r1.ebuild:
36 + Revision bump to avoid file collision with >=kde-base/katepart-4.12.0 wrt bug
37 + #496694.
38
39 12 Nov 2013; Michael Palimaka <kensington@g.o> -cirkuit-0.3.2.ebuild:
40 Remove old.
41
42
43
44 1.1 sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: cirkuit-0.4.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild,v 1.1 2014/01/21 06:40:53 kensington Exp $
54
55 EAPI=5
56
57 KDE_MINIMAL="4.12.0"
58 inherit kde4-base
59
60 DESCRIPTION="An application to generate publication-ready figures"
61 HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
62 SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug"
68
69 DEPEND="
70 >=app-text/poppler-0.12.3-r3[qt4]
71 "
72 RDEPEND="${DEPEND}
73 virtual/latex-base
74 media-libs/netpbm
75 dev-texlive/texlive-pstricks
76 app-text/ghostscript-gpl
77 app-text/ps2eps
78 media-gfx/pdf2svg
79 "
80
81 DOCS=( Changelog README )
82
83 src_install() {
84 kde4-base_src_install
85
86 # bug 496694 - this file is part of >=kde-base/katepart-4.12.0
87 rm "${D}"/usr/share/apps/katepart/syntax/gnuplot.xml || die
88 }