diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-13 13:10:02 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-13 13:10:02 +0000 |
commit | c241ffde3f4602b5f781b8852249beb38e52947d (patch) | |
tree | 4ca60cc6d8f216d29e0ee5b20ccb43a154af021a /sci-electronics | |
parent | Added missing dependency on pyparsing. (diff) | |
download | historical-c241ffde3f4602b5f781b8852249beb38e52947d.tar.gz historical-c241ffde3f4602b5f781b8852249beb38e52947d.tar.bz2 historical-c241ffde3f4602b5f781b8852249beb38e52947d.zip |
Version bump (thanks euscan)
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/irsim/ChangeLog | 9 | ||||
-rw-r--r-- | sci-electronics/irsim/irsim-9.7.74.ebuild | 50 | ||||
-rw-r--r-- | sci-electronics/xcircuit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.7.40.ebuild | 50 |
4 files changed, 113 insertions, 3 deletions
diff --git a/sci-electronics/irsim/ChangeLog b/sci-electronics/irsim/ChangeLog index 0192264b845c..6b325bbda0e0 100644 --- a/sci-electronics/irsim/ChangeLog +++ b/sci-electronics/irsim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/irsim -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/irsim/ChangeLog,v 1.1 2011/04/26 18:07:29 tomjbe Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/irsim/ChangeLog,v 1.2 2012/06/13 13:07:01 xmw Exp $ + +*irsim-9.7.74 (13 Jun 2012) + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> +irsim-9.7.74.ebuild: + Version bump (thanks euscan) *irsim-9.7.72 (26 Apr 2011) diff --git a/sci-electronics/irsim/irsim-9.7.74.ebuild b/sci-electronics/irsim/irsim-9.7.74.ebuild new file mode 100644 index 000000000000..5d44db510be2 --- /dev/null +++ b/sci-electronics/irsim/irsim-9.7.74.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/irsim/irsim-9.7.74.ebuild,v 1.1 2012/06/13 13:07:01 xmw Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="IRSIM is a \"switch-level\" simulator" +HOMEPAGE="http://opencircuitdesign.com/irsim/" +SRC_URI="http://opencircuitdesign.com/irsim/archive/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/tcl + dev-lang/tk" +DEPEND="${RDEPEND} + app-shells/tcsh" + +src_prepare() { + sed -i -e "s: -pg : :" tcltk/Makefile || die + epatch "${FILESDIR}"/${PN}-9.7.72-ldflags.patch +} + +src_configure() { + # Short-circuit top-level configure script to retain CFLAGS + cd scripts + CPP="cpp" econf --libdir=/usr/share + cd .. +} + +src_install() { + emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install || die + dodoc README || die +} + +pkg_postinst() { + einfo + einfo "You will probably need to add to your ~/.Xdefaults" + einfo "the following line:" + einfo "irsim.background: black" + einfo + einfo "This is needed because Gentoo from default sets a" + einfo "grey background which makes impossible to see the" + einfo "simulation (white line on light gray background)." + einfo +} diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog index 325792cf3032..aa0ef79af2c8 100644 --- a/sci-electronics/xcircuit/ChangeLog +++ b/sci-electronics/xcircuit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/xcircuit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.50 2012/05/12 06:19:44 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.51 2012/06/13 13:10:02 xmw Exp $ + +*xcircuit-3.7.40 (13 Jun 2012) + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> +xcircuit-3.7.40.ebuild: + Version bump (thanks euscan) *xcircuit-3.7.39 (12 May 2012) diff --git a/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild new file mode 100644 index 000000000000..3c0e4fa29526 --- /dev/null +++ b/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.7.40.ebuild,v 1.1 2012/06/13 13:10:02 xmw Exp $ + +EAPI=2 +inherit autotools eutils multilib + +DESCRIPTION="Circuit drawing and schematic capture program." +SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" +HOMEPAGE="http://opencircuitdesign.com/xcircuit" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXpm + x11-libs/libSM + x11-libs/libICE + sys-libs/zlib + app-text/ghostscript-gpl + dev-lang/tcl + dev-lang/tk" +RDEPEND=${DEPEND} + +RESTRICT="test" #131024 + +src_prepare() { + eautoreconf # avoid QA-warning wrt automaintainer mode +} + +src_configure() { + export loader_run_path="/usr/$(get_libdir)" + econf \ + --disable-dependency-tracking \ + --with-tcl \ + --with-ngspice +} + +src_compile() { + emake appdefaultsdir="/usr/share/X11/app-defaults" || die +} + +src_install () { + emake DESTDIR="${D}" appdefaultsdir="/usr/share/X11/app-defaults" \ + appmandir="/usr/share/man/man1" install || die + dodoc CHANGES README* TODO +} |