diff options
author | 2015-03-16 18:36:40 +0000 | |
---|---|---|
committer | 2015-03-16 18:36:40 +0000 | |
commit | 7137a9e4bfaab537908431528abb581498225eed (patch) | |
tree | 9dd73254462b0806487732ac91f55dc83f754c8e /sci-electronics | |
parent | Bug #540762, reported by Toralf Förster: Renamed enum variable to make it co... (diff) | |
download | gentoo-2-7137a9e4bfaab537908431528abb581498225eed.tar.gz gentoo-2-7137a9e4bfaab537908431528abb581498225eed.tar.bz2 gentoo-2-7137a9e4bfaab537908431528abb581498225eed.zip |
drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gerbv/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.4.0.ebuild | 59 | ||||
-rw-r--r-- | sci-electronics/gerbv/gerbv-2.5.0.ebuild | 54 |
3 files changed, 6 insertions, 115 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index 4797d03c5928..996d9f381505 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/gerbv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.48 2013/01/04 12:56:09 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.49 2015/03/16 18:36:40 tomjbe Exp $ + + 16 Mar 2015; Thomas Beierlein <tomjbe@gentoo.org> -gerbv-2.4.0.ebuild, + -gerbv-2.5.0.ebuild: + drop old 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gerbv-2.6.0.ebuild: Stable for ppc, wrt bug #449734 diff --git a/sci-electronics/gerbv/gerbv-2.4.0.ebuild b/sci-electronics/gerbv/gerbv-2.4.0.ebuild deleted file mode 100644 index 5cf9feb15392..000000000000 --- a/sci-electronics/gerbv/gerbv-2.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.4.0.ebuild,v 1.7 2012/05/04 07:10:19 jdhore Exp $ - -EAPI="2" - -inherit fdo-mime - -DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://gerbv.sourceforge.net/" - -IUSE="unit-mm doc examples" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -RESTRICT="test" - -RDEPEND=" - x11-libs/gtk+:2 - >=x11-libs/cairo-1.2" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable unit-mm) \ - --disable-dependency-tracking \ - --disable-update-desktop-database -} - -src_install () { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO BUGS - - rm doc/Doxyfile.nopreprocessing - if use doc; then - find doc -name "Makefile*" -exec rm -f '{}' \; - find doc -name "*.txt" -exec ecompress '{}' \; - insinto /usr/share/doc/${PF} - doins -r doc/* - fi - - if use examples; then - find example -name "Makefile*" -exec rm -f '{}' \; - find example -name "*.txt" -exec ecompress '{}' \; - insinto /usr/share/doc/${PF}/examples - doins -r example/* - fi -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/sci-electronics/gerbv/gerbv-2.5.0.ebuild b/sci-electronics/gerbv/gerbv-2.5.0.ebuild deleted file mode 100644 index 98db30d53c62..000000000000 --- a/sci-electronics/gerbv/gerbv-2.5.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.5.0.ebuild,v 1.3 2012/05/04 07:10:19 jdhore Exp $ - -EAPI="4" - -inherit fdo-mime - -DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://gerbv.sourceforge.net/" - -IUSE="unit-mm doc examples" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -RESTRICT="test" - -RDEPEND=" - x11-libs/gtk+:2 - >=x11-libs/cairo-1.2" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable unit-mm) \ - --disable-update-desktop-database -} - -src_install () { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS BUGS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO - - rm doc/Doxyfile.nopreprocessing - if use doc; then - find doc -name "Makefile*" -exec rm -f '{}' \; - dodoc -r doc/* - fi - - if use examples; then - find example -name "Makefile*" -exec rm -f '{}' \; - dodoc -r example/* - fi -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} |