From 50f750346191e8455ace36676719136bd9c3fe75 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Thu, 5 Nov 2009 23:53:12 +0000 Subject: Fixed typo, thanks to Stefan Salewski. Package-Manager: portage-2.1.7.1/cvs/Linux i686 --- sci-electronics/gerbv/ChangeLog | 8 +++- sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild | 57 ----------------------------- sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild | 57 +++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 58 deletions(-) delete mode 100644 sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild create mode 100644 sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild (limited to 'sci-electronics/gerbv') diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index da4fc649179f..5792b299cbe8 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/gerbv # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.29 2009/10/13 19:10:53 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.30 2009/11/05 23:53:12 calchan Exp $ + +*gerbv-2.3.0-r2 (05 Nov 2009) + + 05 Nov 2009; Denis Dupeyron -gerbv-2.3.0-r1.ebuild, + +gerbv-2.3.0-r2.ebuild: + Fixed typo, thanks to Stefan Salewski. *gerbv-2.3.0-r1 (13 Oct 2009) diff --git a/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild deleted file mode 100644 index fcc92a176809..000000000000 --- a/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild,v 1.1 2009/10/13 19:10:53 calchan 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 ~sparc ~x86" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=x11-libs/cairo-1.2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -src_configure() { - econf \ - $(use_enable unit-mm) \ - --disable-dependency-tracking \ - --disable-update-desktop-database -} - -src_install () { - make 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.3.0-r2.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild new file mode 100644 index 000000000000..200e223c62d7 --- /dev/null +++ b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.1 2009/11/05 23:53:12 calchan 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 ~sparc ~x86" + +RDEPEND=">=x11-libs/gtk+-2.4 + >=x11-libs/cairo-1.2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +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 +} -- cgit v1.2.3-65-gdbad