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.ebuild ChangeLog
Date: Wed, 29 May 2013 09:35:07
Message-Id: 20130529093500.BD1922171D@flycatcher.gentoo.org
1 kensington 13/05/29 09:35:00
2
3 Modified: ChangeLog
4 Added: cirkuit-0.4.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.9 sci-electronics/cirkuit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 17 Mar 2013 12:28:46 -0000 1.8
24 +++ ChangeLog 29 May 2013 09:35:00 -0000 1.9
25 @@ -1,6 +1,11 @@
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.8 2013/03/17 12:28:46 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.9 2013/05/29 09:35:00 kensington Exp $
30 +
31 +*cirkuit-0.4.3 (29 May 2013)
32 +
33 + 29 May 2013; Michael Palimaka <kensington@g.o> +cirkuit-0.4.3.ebuild:
34 + Version bump.
35
36 17 Mar 2013; Andreas K. Huettel <dilfridge@g.o> cirkuit-0.3.2.ebuild:
37 EAPI=5 and poppler subslot dependency
38 @@ -34,4 +39,3 @@
39
40 12 Nov 2009; Samuli Suominen <ssuominen@g.o> +cirkuit-0.2.1.ebuild:
41 Initial commit wrt #275366, thanks to Jiri Tyr for reporting.
42 -
43
44
45
46 1.1 sci-electronics/cirkuit/cirkuit-0.4.3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild?rev=1.1&content-type=text/plain
50
51 Index: cirkuit-0.4.3.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild,v 1.1 2013/05/29 09:35:00 kensington Exp $
56
57 EAPI=5
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 )