diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-27 21:23:58 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-27 21:23:58 +0000 |
commit | d2c30a9f2e143db10d78b330e8e7c60a1d2f4d31 (patch) | |
tree | 89ab3b2acb0e59ac538dbfd29e3c0a829fc80e41 /app-sci | |
parent | Version bump. (diff) | |
download | gentoo-2-d2c30a9f2e143db10d78b330e8e7c60a1d2f4d31.tar.gz gentoo-2-d2c30a9f2e143db10d78b330e8e7c60a1d2f4d31.tar.bz2 gentoo-2-d2c30a9f2e143db10d78b330e8e7c60a1d2f4d31.zip |
Version bump.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/xcircuit/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/xcircuit/Manifest | 4 | ||||
-rw-r--r-- | app-sci/xcircuit/files/digest-xcircuit-3.1.29 | 1 | ||||
-rw-r--r-- | app-sci/xcircuit/xcircuit-3.1.29.ebuild | 32 |
4 files changed, 41 insertions, 3 deletions
diff --git a/app-sci/xcircuit/ChangeLog b/app-sci/xcircuit/ChangeLog index d54fe42d187c..150d7e4d64d6 100644 --- a/app-sci/xcircuit/ChangeLog +++ b/app-sci/xcircuit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/xcircuit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.9 2003/02/12 05:20:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.10 2003/11/27 21:23:51 plasmaroo Exp $ + +*xcircuit-3.1.29 (27 Nov 2003) + + 27 Nov 2003; <plasmaroo@gentoo.org> xcircuit-3.1.29.ebuild: + Version bump... *xcircuit-2.5.5 (5 Jan 2003) 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* + +} |