From 2d111ca934edbbb78896108357cae3285cab9510 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Fri, 21 Sep 2007 14:47:10 +0000 Subject: Development branch version bump. (Portage version: 2.1.3.9) --- sci-electronics/xcircuit/ChangeLog | 8 +++- .../xcircuit/files/digest-xcircuit-3.6.125 | 3 ++ .../xcircuit/files/digest-xcircuit-3.6.86 | 3 -- sci-electronics/xcircuit/xcircuit-3.6.125.ebuild | 45 ++++++++++++++++++++++ sci-electronics/xcircuit/xcircuit-3.6.86.ebuild | 43 --------------------- 5 files changed, 55 insertions(+), 47 deletions(-) create mode 100644 sci-electronics/xcircuit/files/digest-xcircuit-3.6.125 delete mode 100644 sci-electronics/xcircuit/files/digest-xcircuit-3.6.86 create mode 100644 sci-electronics/xcircuit/xcircuit-3.6.125.ebuild delete mode 100644 sci-electronics/xcircuit/xcircuit-3.6.86.ebuild (limited to 'sci-electronics') diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog index d309ebbe9e00..f24b90e05787 100644 --- a/sci-electronics/xcircuit/ChangeLog +++ b/sci-electronics/xcircuit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/xcircuit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.31 2007/09/21 14:13:25 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.32 2007/09/21 14:47:10 calchan Exp $ + +*xcircuit-3.6.125 (21 Sep 2007) + + 21 Sep 2007; Denis Dupeyron -xcircuit-3.6.86.ebuild, + +xcircuit-3.6.125.ebuild: + Development branch version bump. *xcircuit-3.4.27 (21 Sep 2007) diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.6.125 b/sci-electronics/xcircuit/files/digest-xcircuit-3.6.125 new file mode 100644 index 000000000000..80a72e8926bd --- /dev/null +++ b/sci-electronics/xcircuit/files/digest-xcircuit-3.6.125 @@ -0,0 +1,3 @@ +MD5 b185ab4fb38e0c5214e8e4c809b2429f xcircuit-3.6.125.tgz 1444772 +RMD160 44762a53ceb6e27278944db1cd5c83fd37ef9eeb xcircuit-3.6.125.tgz 1444772 +SHA256 f03a30a33a55767cfff00f12feee8ee0bd89dbf0e0782bceb64e5fd9b5ee7d58 xcircuit-3.6.125.tgz 1444772 diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.6.86 b/sci-electronics/xcircuit/files/digest-xcircuit-3.6.86 deleted file mode 100644 index d38917da04a5..000000000000 --- a/sci-electronics/xcircuit/files/digest-xcircuit-3.6.86 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ea9f304fc3ca91c06439a35054b6a94d xcircuit-3.6.86.tgz 1429654 -RMD160 dc7229eaa2486c446957c5de663efef9e5ce10d2 xcircuit-3.6.86.tgz 1429654 -SHA256 bcaad40d3114e450a87916c0b2bde977bbba5a938606184dcc834a6c51200868 xcircuit-3.6.86.tgz 1429654 diff --git a/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild new file mode 100644 index 000000000000..106826e1fb36 --- /dev/null +++ b/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild,v 1.1 2007/09/21 14:47:10 calchan Exp $ + +DESCRIPTION="Circuit drawing and schematic capture program." +SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" +HOMEPAGE="http://opencircuitdesign.com/xcircuit" + +# This is a development version. Do not keyword without contacting maintainer as we add/remove these at random. +KEYWORDS="" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +# Disable tests, see bug #131024 +RESTRICT="test" + +DEPEND="virtual/ghostscript + dev-lang/tk + || ( x11-libs/libXt + virtual/x11 + )" + +src_compile() { + econf \ + --with-tcl \ + --with-ngspice \ + --disable-dependency-tracking \ + || die 'econf failed!' + emake || die 'emake failed!' +} + +src_install () { + make DESTDIR=${D} install || die "Installation failed" + dodoc CHANGES README* TODO + + doman ${D}/usr/lib/xcircuit-3.6/man/xcircuit.1 + rm ${D}/usr/lib/xcircuit-3.6/man -rf +} + +src_postinst() { + ewarn "You may want to emerge ng-spice-rework which integrates well with xcircuit." + ewarn "Note that in order for ngspice to work with xcircuit, you'll need at least" + ewarn "sci-electronics/ng-spice-rework-17-r1." +} diff --git a/sci-electronics/xcircuit/xcircuit-3.6.86.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.86.ebuild deleted file mode 100644 index 377aa710edcc..000000000000 --- a/sci-electronics/xcircuit/xcircuit-3.6.86.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.86.ebuild,v 1.2 2007/07/22 07:15:27 dberkholz Exp $ - -DESCRIPTION="Circuit drawing and schematic capture program." -SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" -HOMEPAGE="http://opencircuitdesign.com/xcircuit" - -# This is a development version. Do not keyword without contacting maintainer as we add/remove these at random. -KEYWORDS="" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -# Disable tests, see bug #131024 -RESTRICT="test" - -DEPEND="virtual/ghostscript - dev-lang/tk - x11-libs/libXt" - -src_compile() { - econf \ - --with-tcl \ - --with-ngspice \ - --disable-dependency-tracking \ - || die 'econf failed!' - emake || die 'emake failed!' -} - -src_install () { - make DESTDIR=${D} install || die "Installation failed" - dodoc CHANGES README* TODO - - doman ${D}/usr/lib/xcircuit-3.6/man/xcircuit.1 - rm ${D}/usr/lib/xcircuit-3.6/man -rf -} - -src_postinst() { - ewarn "You may want to emerge ng-spice-rework which integrates well with xcircuit." - ewarn "Note that in order for ngspice to work with xcircuit, you'll need at least" - ewarn "sci-electronics/ng-spice-rework-17-r1." -} -- cgit v1.2.3-65-gdbad