From 98138c92242db6180514507efae4115e15dff33b Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Mon, 5 Oct 2009 21:35:03 +0000 Subject: Version bump, thanks to Stefan Salewski (bug #279469). Removed old ebuilds. (Portage version: 2.1.6.13/cvs/Linux i686) --- sci-electronics/gerbv/ChangeLog | 11 +++++- sci-electronics/gerbv/gerbv-1.0.2.ebuild | 42 -------------------- sci-electronics/gerbv/gerbv-1.0.3.ebuild | 49 ------------------------ sci-electronics/gerbv/gerbv-2.0.1.ebuild | 66 -------------------------------- sci-electronics/gerbv/gerbv-2.3.0.ebuild | 58 ++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 159 deletions(-) delete mode 100644 sci-electronics/gerbv/gerbv-1.0.2.ebuild delete mode 100644 sci-electronics/gerbv/gerbv-1.0.3.ebuild delete mode 100644 sci-electronics/gerbv/gerbv-2.0.1.ebuild create mode 100644 sci-electronics/gerbv/gerbv-2.3.0.ebuild (limited to 'sci-electronics/gerbv') diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog index fdee37ef7611..66123240049d 100644 --- a/sci-electronics/gerbv/ChangeLog +++ b/sci-electronics/gerbv/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-electronics/gerbv -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.26 2008/11/30 22:45:08 calchan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.27 2009/10/05 21:35:03 calchan Exp $ + +*gerbv-2.3.0 (05 Oct 2009) + + 05 Oct 2009; Denis Dupeyron -gerbv-1.0.2.ebuild, + -gerbv-1.0.3.ebuild, -gerbv-2.0.1.ebuild, +gerbv-2.3.0.ebuild: + Version bump, thanks to Stefan Salewski (bug #279469). Removed old + ebuilds. *gerbv-2.1.0 (30 Nov 2008) diff --git a/sci-electronics/gerbv/gerbv-1.0.2.ebuild b/sci-electronics/gerbv/gerbv-1.0.2.ebuild deleted file mode 100644 index b8695575a38a..000000000000 --- a/sci-electronics/gerbv/gerbv-1.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild,v 1.4 2008/01/10 10:45:08 calchan Exp $ - -inherit eutils - -DESCRIPTION="gerbv - The gEDA Gerber Viewer" -SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" -HOMEPAGE="http://www.geda.seul.org" - -IUSE="doc png xinerama" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND="=x11-libs/gtk+-2* - png? ( media-libs/libpng )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -src_compile() { - local confOptions - - confOptions='--enable-gtk2' - use xinerama && epatch "${FILESDIR}/${PN}-1.0.0-Xinerama.patch" - use png || confOptions="$confOptions --disable-exportpng" - - econf $confOptions || die - emake || die -} - -src_install () { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO - if use doc; then - cd doc - dodoc sources.txt - use png && dodoc PNG-print/PNGPrintMiniHowto.txt - docinto eagle - dodoc eagle/eagle2exc* - fi -} diff --git a/sci-electronics/gerbv/gerbv-1.0.3.ebuild b/sci-electronics/gerbv/gerbv-1.0.3.ebuild deleted file mode 100644 index 64d263a3164d..000000000000 --- a/sci-electronics/gerbv/gerbv-1.0.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild,v 1.2 2008/01/10 10:45:08 calchan Exp $ - -DESCRIPTION="A free Gerber viewer" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://gerbv.sourceforge.net/" - -IUSE="doc examples png unit-mm" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND="=x11-libs/gtk+-2* - png? ( media-libs/libpng )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -src_compile() { - econf \ - --disable-dependency-tracking \ - --enable-gtk2 \ - $(use_enable png exportpng ) \ - $(use_enable unit-mm ) \ - --with-maxfiles=50 \ - || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS ChangeLog CONTRIBUTORS HACKING NEWS README TODO - - 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 -} diff --git a/sci-electronics/gerbv/gerbv-2.0.1.ebuild b/sci-electronics/gerbv/gerbv-2.0.1.ebuild deleted file mode 100644 index f5bcaa180e4e..000000000000 --- a/sci-electronics/gerbv/gerbv-2.0.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.0.1.ebuild,v 1.2 2008/04/22 03:00:31 mr_bones_ Exp $ - -inherit fdo-mime - -DESCRIPTION="A free Gerber viewer" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://gerbv.sourceforge.net/" - -IUSE="cairo doc examples png unit-mm" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND="=x11-libs/gtk+-2* - cairo? ( x11-libs/cairo ) - png? ( media-libs/libpng )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -src_unpack() { - unpack ${A} - sed -i -e 's/Education/Application/' "${S}"/desktop/gerbv.desktop || die "sed failed" -} - -src_compile() { - econf \ - --disable-dependency-tracking \ - --disable-update-desktop-database \ - $(use_enable cairo ) \ - $(use_enable png exportpng ) \ - $(use_enable unit-mm ) \ - --with-maxfiles=50 \ - || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO - - 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.ebuild b/sci-electronics/gerbv/gerbv-2.3.0.ebuild new file mode 100644 index 000000000000..439443bb0e42 --- /dev/null +++ b/sci-electronics/gerbv/gerbv-2.3.0.ebuild @@ -0,0 +1,58 @@ +/usr/portage/local/overlay/sci-electronics/gerbv/gerbv-2.3.0.ebuild +# 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.ebuild,v 1.1 2009/10/05 21:35:03 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 +} -- cgit v1.2.3-65-gdbad