diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2010-11-28 16:10:55 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2010-11-28 16:10:55 +0000 |
commit | e9bf1c22bfe1c2df58fe049eb0224fc38ca6c2f4 (patch) | |
tree | a684aedbb2037134af771a4902888b42e9a4c0c3 /sci-electronics/gtkwave | |
parent | Add ~s390/~sh (diff) | |
download | gentoo-2-e9bf1c22bfe1c2df58fe049eb0224fc38ca6c2f4.tar.gz gentoo-2-e9bf1c22bfe1c2df58fe049eb0224fc38ca6c2f4.tar.bz2 gentoo-2-e9bf1c22bfe1c2df58fe049eb0224fc38ca6c2f4.zip |
Version bump. Clean up old versions.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gtkwave')
-rw-r--r-- | sci-electronics/gtkwave/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/gtkwave/gtkwave-3.1.6.ebuild | 35 | ||||
-rw-r--r-- | sci-electronics/gtkwave/gtkwave-3.1.7.ebuild | 35 | ||||
-rw-r--r-- | sci-electronics/gtkwave/gtkwave-3.2.0.ebuild | 36 | ||||
-rw-r--r-- | sci-electronics/gtkwave/gtkwave-3.2.1.ebuild | 40 | ||||
-rw-r--r-- | sci-electronics/gtkwave/gtkwave-3.3.16.ebuild (renamed from sci-electronics/gtkwave/gtkwave-3.2.3.ebuild) | 27 |
6 files changed, 29 insertions, 153 deletions
diff --git a/sci-electronics/gtkwave/ChangeLog b/sci-electronics/gtkwave/ChangeLog index 316ace738e7a..cb253d816f74 100644 --- a/sci-electronics/gtkwave/ChangeLog +++ b/sci-electronics/gtkwave/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-electronics/gtkwave # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.55 2010/11/14 13:49:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.56 2010/11/28 16:10:55 rafaelmartins Exp $ + +*gtkwave-3.3.16 (28 Nov 2010) + + 28 Nov 2010; Rafael G. Martins <rafaelmartins@gentoo.org> + -gtkwave-3.1.6.ebuild, -gtkwave-3.1.7.ebuild, -gtkwave-3.2.0.ebuild, + -gtkwave-3.2.1.ebuild, -gtkwave-3.2.3.ebuild, +gtkwave-3.3.16.ebuild: + Version bump. Clean up old versions. 14 Nov 2010; Justin Lecher <jlec@gentoo.org> metadata.xml: Move local USE lzma to global USE diff --git a/sci-electronics/gtkwave/gtkwave-3.1.6.ebuild b/sci-electronics/gtkwave/gtkwave-3.1.6.ebuild deleted file mode 100644 index 68a145dd694d..000000000000 --- a/sci-electronics/gtkwave/gtkwave-3.1.6.ebuild +++ /dev/null @@ -1,35 +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/gtkwave/gtkwave-3.1.6.ebuild,v 1.2 2008/03/21 08:53:11 calchan Exp $ - -DOC_VERSION="3.1.5" -DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files" -HOMEPAGE="http://home.nc.rr.com/gtkwave/" -SRC_URI="http://home.nc.rr.com/gtkwave/${P}.tar.gz - doc? ( http://home.nc.rr.com/gtkwave/${PN}-doc-${DOC_VERSION}.tar.gz )" - -IUSE="doc examples" -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - x11-libs/pango" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/gperf" - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc ANALOG_README.TXT CHANGELOG.TXT - if use doc ; then - insinto /usr/share/doc/${PF} - doins "${WORKDIR}/${PN}.pdf" || die "Failed to install documentation." - fi - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples || die "Failed to install examples." - fi -} diff --git a/sci-electronics/gtkwave/gtkwave-3.1.7.ebuild b/sci-electronics/gtkwave/gtkwave-3.1.7.ebuild deleted file mode 100644 index b84646ca6e35..000000000000 --- a/sci-electronics/gtkwave/gtkwave-3.1.7.ebuild +++ /dev/null @@ -1,35 +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/gtkwave/gtkwave-3.1.7.ebuild,v 1.1 2008/03/29 17:59:46 calchan Exp $ - -DOC_VERSION="3.1.5" -DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files" -HOMEPAGE="http://home.nc.rr.com/gtkwave/" -SRC_URI="http://home.nc.rr.com/gtkwave/${P}.tar.gz - doc? ( http://home.nc.rr.com/gtkwave/${PN}-doc-${DOC_VERSION}.tar.gz )" - -IUSE="doc examples" -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - x11-libs/pango" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/gperf" - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc ANALOG_README.TXT CHANGELOG.TXT - if use doc ; then - insinto /usr/share/doc/${PF} - doins "${WORKDIR}/${PN}.pdf" || die "Failed to install documentation." - fi - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples || die "Failed to install examples." - fi -} diff --git a/sci-electronics/gtkwave/gtkwave-3.2.0.ebuild b/sci-electronics/gtkwave/gtkwave-3.2.0.ebuild deleted file mode 100644 index ac435fa80a2f..000000000000 --- a/sci-electronics/gtkwave/gtkwave-3.2.0.ebuild +++ /dev/null @@ -1,36 +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/gtkwave/gtkwave-3.2.0.ebuild,v 1.1 2009/03/07 21:54:55 patrick Exp $ - -DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files" -HOMEPAGE="http://gtkwave.sourceforge.net/" - -SRC_URI="http://gtkwave.sourceforge.net/${P}.tar.gz" - -IUSE="doc examples" -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - x11-libs/pango" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/gperf" - -# S="${WORKDIR}/${PN}-${MY_PV}" - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc ANALOG_README.TXT CHANGELOG.TXT - if use doc ; then - insinto /usr/share/doc/${PF} - doins "doc/${PN}.odt" || die "Failed to install documentation." - fi - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples || die "Failed to install examples." - fi -} diff --git a/sci-electronics/gtkwave/gtkwave-3.2.1.ebuild b/sci-electronics/gtkwave/gtkwave-3.2.1.ebuild deleted file mode 100644 index 2b7f19c42162..000000000000 --- a/sci-electronics/gtkwave/gtkwave-3.2.1.ebuild +++ /dev/null @@ -1,40 +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/gtkwave/gtkwave-3.2.1.ebuild,v 1.1 2009/07/11 20:14:17 calchan Exp $ - -EAPI="2" - -DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files" -HOMEPAGE="http://gtkwave.sourceforge.net/" - -SRC_URI="http://gtkwave.sourceforge.net/${P}.tar.gz" - -IUSE="doc examples" -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - x11-libs/pango" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/gperf" - -src_prepare(){ - sed -i -e 's/doc examples//' Makefile.in || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc ANALOG_README.TXT CHANGELOG.TXT - if use doc ; then - insinto /usr/share/doc/${PF} - doins "doc/${PN}.odt" || die "Failed to install documentation." - fi - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples || die "Failed to install examples." - fi -} diff --git a/sci-electronics/gtkwave/gtkwave-3.2.3.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.16.ebuild index 5be85d6b0a89..4fd7ad63392a 100644 --- a/sci-electronics/gtkwave/gtkwave-3.2.3.ebuild +++ b/sci-electronics/gtkwave/gtkwave-3.3.16.ebuild @@ -1,22 +1,25 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.2.3.ebuild,v 1.2 2009/11/24 20:27:33 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.3.16.ebuild,v 1.1 2010/11/28 16:10:55 rafaelmartins Exp $ EAPI="2" DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files" HOMEPAGE="http://gtkwave.sourceforge.net/" -SRC_URI="http://gtkwave.sourceforge.net/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="doc examples" +IUSE="doc examples fasttree fatlines judy lzma tcl" LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 - x11-libs/pango" + x11-libs/pango + judy? ( dev-libs/judy ) + tcl? ( dev-lang/tcl dev-lang/tk ) + lzma? ( app-arch/xz-utils )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -26,9 +29,21 @@ src_prepare(){ sed -i -e 's/doc examples//' Makefile.in || die "sed failed" } +src_configure(){ + econf --disable-local-libz \ + --disable-local-libbz2 \ + --disable-dependency-tracking \ + --enable-largefile \ + $(use_enable fatlines) \ + $(use_enable tcl) \ + $(use_enable lzma xz) \ + $(use_enable fasttree) \ + $(use_enable judy) +} + src_install() { emake DESTDIR="${D}" install || die "Installation failed" - dodoc ANALOG_README.TXT CHANGELOG.TXT + dodoc ANALOG_README.TXT SYSTEMVERILOG_README.TXT CHANGELOG.TXT if use doc ; then insinto /usr/share/doc/${PF} doins "doc/${PN}.odt" || die "Failed to install documentation." |