diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2012-01-08 16:29:52 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2012-01-08 16:29:52 +0000 |
commit | dbffa78fb25472d9fd3ec45450bcb6769b5e98e3 (patch) | |
tree | a21001060d2855bfff1b72a4d888d6e50b2d3256 /sci-electronics/gwave | |
parent | Strip flags (bug #377935). Version bump. Drop old unstable versions (diff) | |
download | gentoo-2-dbffa78fb25472d9fd3ec45450bcb6769b5e98e3.tar.gz gentoo-2-dbffa78fb25472d9fd3ec45450bcb6769b5e98e3.tar.bz2 gentoo-2-dbffa78fb25472d9fd3ec45450bcb6769b5e98e3.zip |
Cleanup old
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gwave')
-rw-r--r-- | sci-electronics/gwave/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20031224.ebuild | 31 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20051222.ebuild | 34 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20060606.ebuild | 32 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20080127.ebuild | 26 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20090213.ebuild | 57 |
6 files changed, 7 insertions, 182 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog index 34c24413330d..742532d337aa 100644 --- a/sci-electronics/gwave/ChangeLog +++ b/sci-electronics/gwave/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/gwave -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.29 2011/06/28 20:23:13 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.30 2012/01/08 16:29:51 tomjbe Exp $ + + 08 Jan 2012; Thomas Beierlein <tomjbe@gentoo.org> -gwave-20031224.ebuild, + -gwave-20051222.ebuild, -gwave-20060606.ebuild, -gwave-20080127.ebuild, + -gwave-20090213.ebuild: + Cleanup old 28 Jun 2011; Brent Baude <ranger@gentoo.org> gwave-20090213-r1.ebuild: Marking gwave-20090213-r1 ppc for bug 305031 diff --git a/sci-electronics/gwave/gwave-20031224.ebuild b/sci-electronics/gwave/gwave-20031224.ebuild deleted file mode 100644 index 28a8b7016cf0..000000000000 --- a/sci-electronics/gwave/gwave-20031224.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20031224.ebuild,v 1.9 2011/03/02 21:41:19 jlec Exp $ - -EAPI="1" - -DESCRIPTION="A waveform viewer analog data, such as SPICE simulations" -HOMEPAGE="http://www.geda.seul.org/tools/gwave/" -SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ppc x86" -IUSE="" -SLOT="0" - -DEPEND=" - x11-libs/gtk+:1 - >=dev-scheme/guile-1.6.3 - <dev-scheme/guile-1.8 - =x11-libs/guile-gtk-1.2*" - -src_compile() { - econf || die "econf failed" - make || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - rm -f doc/Makefile* *.1 || die "removing Makefile failed" - dodoc AUTHORS INSTALL NEWS README TODO doc/* || die "dodoc failed" -} diff --git a/sci-electronics/gwave/gwave-20051222.ebuild b/sci-electronics/gwave/gwave-20051222.ebuild deleted file mode 100644 index 63060fd405c9..000000000000 --- a/sci-electronics/gwave/gwave-20051222.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20051222.ebuild,v 1.6 2011/03/02 21:41:19 jlec Exp $ - -EAPI="1" - -inherit flag-o-matic - -DESCRIPTION="A waveform viewer analog data, such as SPICE simulations" -LICENSE="GPL-2" -HOMEPAGE="http://www.geda.seul.org/tools/gwave/" -SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -SLOT="0" - -DEPEND=" - x11-libs/gtk+:1 - >=dev-scheme/guile-1.6.3 - <dev-scheme/guile-1.8 - =x11-libs/guile-gtk-1.2*" - -src_compile() { - append-ldflags $(no-as-needed) - econf || die "econf failed" - make || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - rm -f doc/Makefile* *.1 || die "removing Makefile failed" - dodoc AUTHORS NEWS README TODO doc/* || die "dodoc failed" -} diff --git a/sci-electronics/gwave/gwave-20060606.ebuild b/sci-electronics/gwave/gwave-20060606.ebuild deleted file mode 100644 index 2635b113d509..000000000000 --- a/sci-electronics/gwave/gwave-20060606.ebuild +++ /dev/null @@ -1,32 +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/gwave/gwave-20060606.ebuild,v 1.2 2009/10/04 15:16:25 ssuominen Exp $ - -inherit flag-o-matic - -DESCRIPTION="Analog waveform viewer for SPICE-like simulations" -LICENSE="GPL-2" -HOMEPAGE="http://www.geda.seul.org/tools/gwave/" -SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gnuplot plotutils" -SLOT="0" - -DEPEND="=dev-scheme/guile-1.6* - =x11-libs/guile-gtk-1.2*" -RDEPEND="${DEPEND} - gnuplot? ( sci-visualization/gnuplot ) - plotutils? ( media-libs/plotutils )" - -src_compile() { - append-ldflags $(no-as-needed) - econf --disable-dependency-tracking || die "Configuration failed" - make || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - rm -f doc/Makefile* *.1 || die "Removing doc/Makefile failed" - dodoc AUTHORS NEWS README TODO doc/* || die "Installation of documentation failed" -} diff --git a/sci-electronics/gwave/gwave-20080127.ebuild b/sci-electronics/gwave/gwave-20080127.ebuild deleted file mode 100644 index 74c00d8103bc..000000000000 --- a/sci-electronics/gwave/gwave-20080127.ebuild +++ /dev/null @@ -1,26 +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/gwave/gwave-20080127.ebuild,v 1.2 2008/04/30 18:10:45 calchan Exp $ - -inherit flag-o-matic - -DESCRIPTION="Analog waveform viewer for SPICE-like simulations" -LICENSE="GPL-2" -HOMEPAGE="http://www.geda.seul.org/tools/gwave/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gnuplot plotutils" -SLOT="0" - -DEPEND="=dev-scheme/guile-1.8* - =x11-libs/guile-gtk-1.2.0.60" -RDEPEND="${DEPEND} - gnuplot? ( sci-visualization/gnuplot ) - plotutils? ( media-libs/plotutils )" - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - rm -f doc/Makefile* *.1 || die "Removing doc/Makefile failed" - dodoc AUTHORS NEWS README TODO doc/* || die "Installation of documentation failed" -} diff --git a/sci-electronics/gwave/gwave-20090213.ebuild b/sci-electronics/gwave/gwave-20090213.ebuild deleted file mode 100644 index 9bb7f5984b6e..000000000000 --- a/sci-electronics/gwave/gwave-20090213.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20090213.ebuild,v 1.3 2010/05/17 18:35:17 phajdan.jr Exp $ - -EAPI="2" - -inherit eutils fdo-mime gnome2-utils - -MY_PN="gwave2" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Analog waveform viewer for SPICE-like simulations" -LICENSE="GPL-2" -HOMEPAGE="http://www.geda.seul.org/tools/gwave/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~ppc x86" -IUSE="gnuplot plotutils" -SLOT="0" - -DEPEND="=dev-scheme/guile-1.8*[networking] - =dev-scheme/guile-gnome-platform-2.16*" - -RDEPEND="${DEPEND} - sci-electronics/electronics-menu - gnuplot? ( sci-visualization/gnuplot ) - plotutils? ( media-libs/plotutils )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # --as-needed fix - sed -i -e 's/_LDADD = /_LDADD = -lX11 /' remote/Makefile.in || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README TODO || die "Installation of documentation failed" - newicon icons/wave-drag-ok.xpm gwave.xpm - make_desktop_entry gwave "Gwave" gwave "Electronics" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} |