About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
calchan 07/09/18 08:57:08 Modified: ChangeLog Added: gtkwave-3.1.0.ebuild Log: Version bump. (Portage version: 2.1.3.9) Revision Changes Path 1.35 sci-electronics/gtkwave/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gtkwave/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gtkwave/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gtkwave/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 8 Jun 2007 23:49:00 -0000 1.34 +++ ChangeLog 18 Sep 2007 08:57:07 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/gtkwave # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.34 2007/06/08 23:49:00 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/ChangeLog,v 1.35 2007/09/18 08:57:07 calchan Exp $ + +*gtkwave-3.1.0 (18 Sep 2007) + + 18 Sep 2007; Denis Dupeyron <calchan@g.o> +gtkwave-3.1.0.ebuild: + Version bump. *gtkwave-3.0.29 (08 Jun 2007) 1.1 sci-electronics/gtkwave/gtkwave-3.1.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.1.0.ebuild?rev=1.1&content-type=text/plain Index: gtkwave-3.1.0.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/gtkwave/gtkwave-3.1.0.ebuild,v 1.1 2007/09/18 08:57:07 calchan Exp $ DOC_VERSION="3.1.0" 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" DEPEND=">=x11-libs/gtk+-2 dev-util/pkgconfig" 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 } -- gentoo-commits@g.o mailing list
Updated Aug 07, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.