summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-03-10 23:47:43 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-03-10 23:47:43 +0000
commita642dd9a591097aa0211f6fbf8e5b33c7ca04416 (patch)
treed526c5f40b0318edb79a3b2f48447f0596014e09 /sci-electronics
parentDepend on a bugfixed astng allowing more tests to pass. (diff)
downloadgentoo-2-a642dd9a591097aa0211f6fbf8e5b33c7ca04416.tar.gz
gentoo-2-a642dd9a591097aa0211f6fbf8e5b33c7ca04416.tar.bz2
gentoo-2-a642dd9a591097aa0211f6fbf8e5b33c7ca04416.zip
Version bump, remove stale versions.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/xcircuit/ChangeLog8
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-3.3.101
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-3.4.183
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.3.10.ebuild49
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.4.18.ebuild32
5 files changed, 42 insertions, 51 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index efd8b3ecfb24..3da6c33e9391 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.7 2006/02/04 00:00:12 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.8 2006/03/10 23:47:43 plasmaroo Exp $
+
+*xcircuit-3.4.18 (10 Mar 2006)
+
+ 10 Mar 2006; <plasmaroo@gentoo.org> -xcircuit-3.3.10.ebuild,
+ +xcircuit-3.4.18.ebuild:
+ Version bump, remove stale versions.
03 Feb 2006; <plasmaroo@gentoo.org> xcircuit-3.1.31.ebuild,
xcircuit-3.3.10.ebuild, xcircuit-3.4.10.ebuild:
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10 b/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10
deleted file mode 100644
index 319bd28ebac9..000000000000
--- a/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b8607304ffa9a654ef9db8cd7b77298 xcircuit-3.3.10.tgz 1336944
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.4.18 b/sci-electronics/xcircuit/files/digest-xcircuit-3.4.18
new file mode 100644
index 000000000000..b9bd07a9fcbc
--- /dev/null
+++ b/sci-electronics/xcircuit/files/digest-xcircuit-3.4.18
@@ -0,0 +1,3 @@
+MD5 f489524aaffe4d4498ddad2ecb9c5438 xcircuit-3.4.18.tgz 1107025
+RMD160 42987ba989add3a1329597099807636fb8457892 xcircuit-3.4.18.tgz 1107025
+SHA256 e538b7cff71ec78ed73967f5291d223cf147a96c13389aef390643bc583510d7 xcircuit-3.4.18.tgz 1107025
diff --git a/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild b/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild
deleted file mode 100644
index 6c290c950800..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild,v 1.3 2006/02/04 00:00:12 plasmaroo Exp $
-
-DESCRIPTION="Circuit drawing and schematic capture program."
-SRC_URI="http://xcircuit.ece.jhu.edu/archive/${P}.tgz"
-HOMEPAGE="http://xcircuit.ece.jhu.edu"
-
-KEYWORDS="~x86 ~ppc ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="tcltk"
-
-DEPEND="virtual/ghostscript
- tcltk? ( dev-lang/tk )
- || ( x11-libs/libXt
- virtual/x11
- )"
-
-src_compile() {
-
- sed -e '693s:LDFLAGS="":LDFLAGS="-L/usr/X11R6/lib":;694i LIBS="${LIBS} ${LIB_SPECS}"' -i configure.in
- aclocal && autoconf || die "Could not recreate configuration files!"
-
- if use tcltk; then
- econf --with-tcl --with-tk || die "econf failed"
- else
- econf || die "econf failed"
- fi
-
- if use tcltk; then
- sed -e '67s/extern //' -i events.c
- sed -e 's/extern Tcl_Interp/Tcl_Interp/' -i tclxcircuit.c
- sed -e '2982d; 3069d;' -i xcircuit.c
- make tcl || die
- fi
- make || die
-
-}
-
-src_install () {
-
- emake DESTDIR=${D} install || die "Installation failed"
- if use tcltk; then
- emake DESTDIR=${D} install-tcl || die "Installation failed"
- fi
- dodoc COPYRIGHT README*
-
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild
new file mode 100644
index 000000000000..61146f41650f
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild,v 1.1 2006/03/10 23:47:43 plasmaroo Exp $
+
+DESCRIPTION="Circuit drawing and schematic capture program."
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+KEYWORDS="~x86 ~ppc ~amd64"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="tcltk"
+
+DEPEND="virtual/ghostscript
+ dev-lang/tk
+ || ( x11-libs/libXt
+ virtual/x11
+ )"
+
+src_compile() {
+ econf || die 'econf failed!'
+ emake tcl || die 'emake tcl failed!'
+ emake || die 'emake failed!'
+}
+
+src_install () {
+ emake DESTDIR=${D} install || die "Installation failed"
+ if use tcltk; then
+ emake DESTDIR=${D} install-tcl || die "Installation failed"
+ fi
+ dodoc COPYRIGHT README*
+}