diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-11-12 13:22:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-11-12 13:22:43 +0000 |
commit | 0bb55d9d20adffe164e77019b364abb92896618c (patch) | |
tree | 875f705b205581ec9829bcd92c88bb47abbf1144 /sci-electronics/cirkuit | |
parent | Remove older versions (diff) | |
download | gentoo-2-0bb55d9d20adffe164e77019b364abb92896618c.tar.gz gentoo-2-0bb55d9d20adffe164e77019b364abb92896618c.tar.bz2 gentoo-2-0bb55d9d20adffe164e77019b364abb92896618c.zip |
Remove old.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'sci-electronics/cirkuit')
-rw-r--r-- | sci-electronics/cirkuit/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/cirkuit/cirkuit-0.3.2.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/sci-electronics/cirkuit/ChangeLog b/sci-electronics/cirkuit/ChangeLog index 0e1997a88746..9bca0a5c78e2 100644 --- a/sci-electronics/cirkuit/ChangeLog +++ b/sci-electronics/cirkuit/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2013/09/05 19:24:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.12 2013/11/12 13:22:43 kensington Exp $ + + 12 Nov 2013; Michael Palimaka <kensington@gentoo.org> -cirkuit-0.3.2.ebuild: + Remove old. 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> cirkuit-0.4.3.ebuild: Stable for x86, wrt bug #482514 diff --git a/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild b/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild deleted file mode 100644 index dfffe8166aa5..000000000000 --- a/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.3.2.ebuild,v 1.2 2013/03/17 12:28:46 dilfridge 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.gz" - -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 ) |