diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-07-18 15:33:40 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-07-18 15:33:40 +0000 |
commit | 630f7faf0f768e479151abdfe0eb240c2ba7013f (patch) | |
tree | 1890065007c26684a839b36c3aeb8900a5844c7a /sci-electronics | |
parent | Fix whitespace repoman didn't catch because it's inside a line, not end or st... (diff) | |
download | gentoo-2-630f7faf0f768e479151abdfe0eb240c2ba7013f.tar.gz gentoo-2-630f7faf0f768e479151abdfe0eb240c2ba7013f.tar.bz2 gentoo-2-630f7faf0f768e479151abdfe0eb240c2ba7013f.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/cirkuit/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/cirkuit/cirkuit-0.4.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/sci-electronics/cirkuit/ChangeLog b/sci-electronics/cirkuit/ChangeLog index 2b5eb08a8683..2208c21bad71 100644 --- a/sci-electronics/cirkuit/ChangeLog +++ b/sci-electronics/cirkuit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/cirkuit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.15 2014/07/18 14:34:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.16 2014/07/18 15:33:40 kensington Exp $ + + 18 Jul 2014; Michael Palimaka <kensington@gentoo.org> -cirkuit-0.4.3.ebuild: + Remove old. 18 Jul 2014; Chema Alonso <nimiux@gentoo.org> cirkuit-0.4.3-r1.ebuild: Stable for amd64 wrt bug #511056 diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild deleted file mode 100644 index 93a9b14af1a6..000000000000 --- a/sci-electronics/cirkuit/cirkuit-0.4.3.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.4.3.ebuild,v 1.3 2013/09/05 19:24:17 ago 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 ) |