summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-08 15:03:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-08 15:03:23 +0000
commit143f78eb0f51731d6e5e5b028af4e00c0dc381e0 (patch)
treeab3d59fdba45998daab300786d7ef3ab60a25163 /sci-electronics/xcircuit
parentMarking squid-3.0.18 ppc64 for bug 279379 (diff)
downloadgentoo-2-143f78eb0f51731d6e5e5b028af4e00c0dc381e0.tar.gz
gentoo-2-143f78eb0f51731d6e5e5b028af4e00c0dc381e0.tar.bz2
gentoo-2-143f78eb0f51731d6e5e5b028af4e00c0dc381e0.zip
Version bump to latest in development branch.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog8
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.28.ebuild41
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.130.ebuild43
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.6.161.ebuild39
4 files changed, 46 insertions, 85 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index cdd4ce2900b5..55a888177d0b 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.38 2009/08/08 14:56:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.39 2009/08/08 15:03:23 ssuominen Exp $
+
+*xcircuit-3.6.161 (08 Aug 2009)
+
+ 08 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xcircuit-3.6.161.ebuild:
+ Version bump to latest in development branch.
*xcircuit-3.4.30 (08 Aug 2009)
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild
deleted file mode 100644
index fd93dd212674..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.4.28.ebuild
+++ /dev/null
@@ -1,41 +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/xcircuit/xcircuit-3.4.28.ebuild,v 1.1 2008/03/18 17:36:34 calchan Exp $
-
-DESCRIPTION="Circuit drawing and schematic capture program."
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-# Disable tests, see bug #131024
-RESTRICT="test"
-
-DEPEND="virtual/ghostscript
- dev-lang/tk
- x11-libs/libXt"
-
-src_unpack() {
- unpack ${A}
- sed -i \
- -e "s:\$(datadir):\$(libdir):" \
- -e "s:\$(appmandir):\$(mandir)/man1:" \
- "${S}"/Makefile.in
-}
-
-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
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.6.130.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.130.ebuild
deleted file mode 100644
index 01c3d180b509..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.6.130.ebuild
+++ /dev/null
@@ -1,43 +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/xcircuit/xcircuit-3.6.130.ebuild,v 1.1 2008/03/18 18:12:43 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"
-
-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.161.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.161.ebuild
new file mode 100644
index 000000000000..16abcea3d16b
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.6.161.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.161.ebuild,v 1.1 2009/08/08 15:03:23 ssuominen Exp $
+
+EAPI=2
+inherit autotools
+
+DESCRIPTION="Circuit drawing and schematic capture program."
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+KEYWORDS=""
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+RDEPEND="virtual/ghostscript
+ dev-lang/tk
+ x11-libs/libXt"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test" #131024
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ --with-tcl \
+ --with-ngspice
+}
+
+src_install () {
+ emake DESTDIR="${D}" appdefaultsdir="/usr/share/X11/app-defaults" \
+ appmandir="/usr/share/man/man1" install || die "emake install failed"
+ dodoc CHANGES README* TODO
+}