diff options
author | George Shapovalov <george@gentoo.org> | 2003-04-24 06:37:31 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-04-24 06:37:31 +0000 |
commit | 1a09f2f174b053c627944099b291c170e2ed0f81 (patch) | |
tree | d0f030128ca5dae3b49dc5a78e44ef80c3531458 /app-sci/espresso-ab | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-1a09f2f174b053c627944099b291c170e2ed0f81.tar.gz gentoo-2-1a09f2f174b053c627944099b291c170e2ed0f81.tar.bz2 gentoo-2-1a09f2f174b053c627944099b291c170e2ed0f81.zip |
new package - POSIX compliant version of the espresso logic minimization tool
Diffstat (limited to 'app-sci/espresso-ab')
-rw-r--r-- | app-sci/espresso-ab/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/espresso-ab/espresso-ab-1.0.ebuild | 27 | ||||
-rw-r--r-- | app-sci/espresso-ab/files/digest-espresso-ab-1.0 | 1 |
3 files changed, 38 insertions, 0 deletions
diff --git a/app-sci/espresso-ab/ChangeLog b/app-sci/espresso-ab/ChangeLog new file mode 100644 index 000000000000..e309e74f22e5 --- /dev/null +++ b/app-sci/espresso-ab/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/espresso-ab +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/ChangeLog,v 1.1 2003/04/24 06:37:31 george Exp $ + +*espresso-ab-1.0.ebuild (23 Apr 2003) + + 23 Apr 2003; George Shapovalov <george@gentoo.org> espresso-ab-1.0.ebuild, files/{digest-espresso-ab-1.0} : + initial release (#17700) + POSIX compliant version of the espresso logic minimization tool + ebuild submitted by Chris Bainbridge <chrb@dcs.ed.ac.uk> diff --git a/app-sci/espresso-ab/espresso-ab-1.0.ebuild b/app-sci/espresso-ab/espresso-ab-1.0.ebuild new file mode 100644 index 000000000000..6055162d1417 --- /dev/null +++ b/app-sci/espresso-ab/espresso-ab-1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/espresso-ab-1.0.ebuild,v 1.1 2003/04/24 06:37:31 george Exp $ + +IUSE="" + +DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" +HOMEPAGE="http://www.cs.man.ac.uk/amulet/projects/balsa/" +SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="virtual/glibc" + +src_compile() { + econf + emake || die +} + +src_install() { + einstall || die "make install failed" + + dodoc COPYING README +} + diff --git a/app-sci/espresso-ab/files/digest-espresso-ab-1.0 b/app-sci/espresso-ab/files/digest-espresso-ab-1.0 new file mode 100644 index 000000000000..e44ebb8a276a --- /dev/null +++ b/app-sci/espresso-ab/files/digest-espresso-ab-1.0 @@ -0,0 +1 @@ +MD5 1c60ac344779dc8753f8e0785eafd8ac espresso-ab-1.0.tar.gz 146662 |