summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-05-29 09:35:00 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-05-29 09:35:00 +0000
commit51e455b59017fd3503d036cf5eb053e6b6e48b47 (patch)
treef859c0dd50e74bcd43a615c527edff0cb0be5d1f /sci-electronics
parentapp-office/scribus: Update live ebuilds (diff)
downloadgentoo-2-51e455b59017fd3503d036cf5eb053e6b6e48b47.tar.gz
gentoo-2-51e455b59017fd3503d036cf5eb053e6b6e48b47.tar.bz2
gentoo-2-51e455b59017fd3503d036cf5eb053e6b6e48b47.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/cirkuit/ChangeLog8
-rw-r--r--sci-electronics/cirkuit/cirkuit-0.4.3.ebuild29
2 files changed, 35 insertions, 2 deletions
diff --git a/sci-electronics/cirkuit/ChangeLog b/sci-electronics/cirkuit/ChangeLog
index 62b0c203b58a..48c718768ba5 100644
--- a/sci-electronics/cirkuit/ChangeLog
+++ b/sci-electronics/cirkuit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/cirkuit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.8 2013/03/17 12:28:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.9 2013/05/29 09:35:00 kensington Exp $
+
+*cirkuit-0.4.3 (29 May 2013)
+
+ 29 May 2013; Michael Palimaka <kensington@gentoo.org> +cirkuit-0.4.3.ebuild:
+ Version bump.
17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> cirkuit-0.3.2.ebuild:
EAPI=5 and poppler subslot dependency
@@ -34,4 +39,3 @@
12 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> +cirkuit-0.2.1.ebuild:
Initial commit wrt #275366, thanks to Jiri Tyr for reporting.
-
diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild
new file mode 100644
index 000000000000..b4ea28a59fa2
--- /dev/null
+++ b/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild,v 1.1 2013/05/29 09:35:00 kensington Exp $
+
+EAPI=5
+inherit kde4-base
+
+DESCRIPTION="An application to generate publication-ready figures"
+HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
+SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ >=app-text/poppler-0.12.3-r3[qt4]
+"
+RDEPEND="${DEPEND}
+ virtual/latex-base
+ media-libs/netpbm
+ dev-texlive/texlive-pstricks
+ app-text/ghostscript-gpl
+ app-text/ps2eps
+ media-gfx/pdf2svg
+"
+
+DOCS=( Changelog README )