diff options
-rw-r--r-- | sci-electronics/cirkuit/ChangeLog | 11 | ||||
-rw-r--r-- | sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild | 38 |
2 files changed, 47 insertions, 2 deletions
diff --git a/sci-electronics/cirkuit/ChangeLog b/sci-electronics/cirkuit/ChangeLog index 9bca0a5c78e2..859fe8bc9748 100644 --- a/sci-electronics/cirkuit/ChangeLog +++ b/sci-electronics/cirkuit/ChangeLog @@ -1,6 +1,13 @@ # 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.12 2013/11/12 13:22:43 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.13 2014/01/21 06:40:53 kensington Exp $ + +*cirkuit-0.4.3-r1 (21 Jan 2014) + + 21 Jan 2014; Michael Palimaka <kensington@gentoo.org> + +cirkuit-0.4.3-r1.ebuild: + Revision bump to avoid file collision with >=kde-base/katepart-4.12.0 wrt bug + #496694. 12 Nov 2013; Michael Palimaka <kensington@gentoo.org> -cirkuit-0.3.2.ebuild: Remove old. diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild new file mode 100644 index 000000000000..baf6ea1ebbf1 --- /dev/null +++ b/sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/01/21 06:40:53 kensington Exp $ + +EAPI=5 + +KDE_MINIMAL="4.12.0" +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 ) + +src_install() { + kde4-base_src_install + + # bug 496694 - this file is part of >=kde-base/katepart-4.12.0 + rm "${D}"/usr/share/apps/katepart/syntax/gnuplot.xml || die +} |