summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-03-06 16:55:17 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-03-06 16:55:17 +0000
commit59c190a34206ccf3a3ae528bacd014bccc492f0e (patch)
treec001408326b501853bf147bb85718ec6c22a5e20 /sci-electronics/xcircuit
parentx86 sparc mips stable (diff)
downloadgentoo-2-59c190a34206ccf3a3ae528bacd014bccc492f0e.tar.gz
gentoo-2-59c190a34206ccf3a3ae528bacd014bccc492f0e.tar.bz2
gentoo-2-59c190a34206ccf3a3ae528bacd014bccc492f0e.zip
Version bump; remove some old versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r--sci-electronics/xcircuit/ChangeLog8
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-2.5.41
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-3.2.221
-rw-r--r--sci-electronics/xcircuit/files/digest-xcircuit-3.3.101
-rw-r--r--sci-electronics/xcircuit/xcircuit-2.5.4.ebuild55
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.3.10.ebuild (renamed from sci-electronics/xcircuit/xcircuit-3.2.22.ebuild)2
6 files changed, 9 insertions, 59 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog
index 9cb47d6844d3..3b9ed0107cd4 100644
--- a/sci-electronics/xcircuit/ChangeLog
+++ b/sci-electronics/xcircuit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/xcircuit
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.3 2005/02/05 11:15:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.4 2005/03/06 16:55:17 plasmaroo Exp $
+
+*xcircuit-3.3.10 (06 Mar 2005)
+
+ 06 Mar 2005; <plasmaroo@gentoo.org> -xcircuit-2.5.4.ebuild,
+ -xcircuit-3.2.22.ebuild, +xcircuit-3.3.10.ebuild:
+ Version bump; remove some older versions.
05 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
xcircuit-3.2.22.ebuild:
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-2.5.4 b/sci-electronics/xcircuit/files/digest-xcircuit-2.5.4
deleted file mode 100644
index d9a7e983712a..000000000000
--- a/sci-electronics/xcircuit/files/digest-xcircuit-2.5.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86710040906ca4120c399efd93ee0346 xcircuit-2.5.4.tar.bz2 510752
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.2.22 b/sci-electronics/xcircuit/files/digest-xcircuit-3.2.22
deleted file mode 100644
index 53fc95774569..000000000000
--- a/sci-electronics/xcircuit/files/digest-xcircuit-3.2.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 370da21b56f7bef9ae137b8e10ff2323 xcircuit-3.2.22.tgz 1293668
diff --git a/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10 b/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10
new file mode 100644
index 000000000000..319bd28ebac9
--- /dev/null
+++ b/sci-electronics/xcircuit/files/digest-xcircuit-3.3.10
@@ -0,0 +1 @@
+MD5 5b8607304ffa9a654ef9db8cd7b77298 xcircuit-3.3.10.tgz 1336944
diff --git a/sci-electronics/xcircuit/xcircuit-2.5.4.ebuild b/sci-electronics/xcircuit/xcircuit-2.5.4.ebuild
deleted file mode 100644
index ee28a7c32acb..000000000000
--- a/sci-electronics/xcircuit/xcircuit-2.5.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-2.5.4.ebuild,v 1.2 2005/02/05 11:15:08 hansmi Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Circuit drawing and schematic capture program."
-SRC_URI="http://xcircuit.ece.jhu.edu/archive/${P}.tar.bz2"
-HOMEPAGE="http://xcircuit.ece.jhu.edu"
-
-KEYWORDS="x86 ppc"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/x11
- dev-lang/python
- virtual/ghostscript"
-
-#looks like -O3 causes problems at times
-replace-flags -O3 -O2
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-${PV}-XQueryColor.patch
-
- #only apply this patch if under gcc-3.2
- if [ "`gcc -dumpversion | cut -d. -f1,2`" == "3.2" ]; then
- epatch ${FILESDIR}/${PN}-${PV}-sigsegv.patch
- fi
-
-}
-
-
-src_compile() {
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man || die "./configure failed"
-
- #Parallel make bombs on parameter.c looking for menudep.h
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die "Installation failed"
-
- dodoc COPYRIGHT README*
-
-}
diff --git a/sci-electronics/xcircuit/xcircuit-3.2.22.ebuild b/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild
index fa6774f30043..cc5814db1f34 100644
--- a/sci-electronics/xcircuit/xcircuit-3.2.22.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.2.22.ebuild,v 1.2 2005/02/05 11:15:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.3.10.ebuild,v 1.1 2005/03/06 16:55:17 plasmaroo Exp $
DESCRIPTION="Circuit drawing and schematic capture program."
SRC_URI="http://xcircuit.ece.jhu.edu/archive/${P}.tgz"