summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2003-11-27 21:23:58 +0000
committerTim Yamin <plasmaroo@gentoo.org>2003-11-27 21:23:58 +0000
commit96d63a1d741ecb5f8e9c69e3a9063c09d1048180 (patch)
tree3501ef80a651d4a40b3fca018e68b43286744beb /app-sci/xcircuit
parentVersion bump. (diff)
downloadhistorical-96d63a1d741ecb5f8e9c69e3a9063c09d1048180.tar.gz
historical-96d63a1d741ecb5f8e9c69e3a9063c09d1048180.tar.bz2
historical-96d63a1d741ecb5f8e9c69e3a9063c09d1048180.zip
Version bump.
Diffstat (limited to 'app-sci/xcircuit')
-rw-r--r--app-sci/xcircuit/Manifest4
-rw-r--r--app-sci/xcircuit/files/digest-xcircuit-3.1.291
-rw-r--r--app-sci/xcircuit/xcircuit-3.1.29.ebuild32
3 files changed, 35 insertions, 2 deletions
diff --git a/app-sci/xcircuit/Manifest b/app-sci/xcircuit/Manifest
index bc6ac7f0950b..90e28355cbdf 100644
--- a/app-sci/xcircuit/Manifest
+++ b/app-sci/xcircuit/Manifest
@@ -1,8 +1,8 @@
-MD5 c89b33a0d79dd5173c8c36784c194579 ChangeLog 1655
+MD5 c7493f45be73539125b063b42ab7e568 ChangeLog 1659
MD5 fb57806dfc34496fa904072e84b0d740 xcircuit-2.5.4.ebuild 1220
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 87d1d0b85c39b92c7ac515e76bf82494 xcircuit-2.5.5.ebuild 840
-MD5 4ed07a18a69d12d3ac9427d2d4a06b5e xcircuit-3.1.29.ebuild 743
+MD5 6303a9ef0101b52ef4f3277e773d986d xcircuit-3.1.29.ebuild 747
MD5 0e02e248fa08f87a01fe3f9ceb73031e files/xcircuit-2.5.4-sigsegv.patch 311
MD5 2f2704a49d9e8120a509fda618834eac files/digest-xcircuit-3.1.29 68
MD5 ca649d4969dc9ee0ed87504dbf062042 files/digest-xcircuit-2.5.4 67
diff --git a/app-sci/xcircuit/files/digest-xcircuit-3.1.29 b/app-sci/xcircuit/files/digest-xcircuit-3.1.29
new file mode 100644
index 000000000000..d5cc28604bca
--- /dev/null
+++ b/app-sci/xcircuit/files/digest-xcircuit-3.1.29
@@ -0,0 +1 @@
+MD5 448c30a3d915536dc01c9eb1fe7c47ae xcircuit-3.1.29.tar.bz2 661537
diff --git a/app-sci/xcircuit/xcircuit-3.1.29.ebuild b/app-sci/xcircuit/xcircuit-3.1.29.ebuild
new file mode 100644
index 000000000000..155a473a5288
--- /dev/null
+++ b/app-sci/xcircuit/xcircuit-3.1.29.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-3.1.29.ebuild,v 1.1 2003/11/27 21:23:51 plasmaroo Exp $
+
+S=${WORKDIR}/${P}
+
+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"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="virtual/x11
+ app-text/ghostscript"
+
+
+src_compile() {
+
+ aclocal && autoconf || die "Could not recreate configuration files!"
+ econf || die "Configuration failed"
+ make || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die "Installation failed"
+ dodoc COPYRIGHT README*
+
+}