diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-01-21 06:40:53 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-01-21 06:40:53 +0000 |
commit | 286892808e7690b9edd4ed64d2c98913fad27655 (patch) | |
tree | ccb1f5805d0069e04c9ebb1d600a5d7ddbe67ab7 /sci-electronics/cirkuit | |
parent | Remove old (diff) | |
download | gentoo-2-286892808e7690b9edd4ed64d2c98913fad27655.tar.gz gentoo-2-286892808e7690b9edd4ed64d2c98913fad27655.tar.bz2 gentoo-2-286892808e7690b9edd4ed64d2c98913fad27655.zip |
Revision bump to avoid file collision with >=kde-base/katepart-4.12.0 wrt bug #496694.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sci-electronics/cirkuit')
-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 +} |