summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2014-08-31 13:44:15 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2014-08-31 13:44:15 +0000
commitdae0ffb37be4942b131bd9e350bd1c3b35282b51 (patch)
tree90c3df5c7a3f7f9e89866442d2c81b121fe55de5 /sci-electronics/espresso-ab
parentThis package should have had graphics as a backup from the start. (diff)
downloadgentoo-2-dae0ffb37be4942b131bd9e350bd1c3b35282b51.tar.gz
gentoo-2-dae0ffb37be4942b131bd9e350bd1c3b35282b51.tar.bz2
gentoo-2-dae0ffb37be4942b131bd9e350bd1c3b35282b51.zip
fix bug 521648 and bump EAPI
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics/espresso-ab')
-rw-r--r--sci-electronics/espresso-ab/ChangeLog9
-rw-r--r--sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/sci-electronics/espresso-ab/ChangeLog b/sci-electronics/espresso-ab/ChangeLog
index 2b1cc57b3eeb..86f41d45e764 100644
--- a/sci-electronics/espresso-ab/ChangeLog
+++ b/sci-electronics/espresso-ab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/espresso-ab
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/ChangeLog,v 1.4 2009/09/23 20:00:35 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/ChangeLog,v 1.5 2014/08/31 13:44:15 tomjbe Exp $
+
+*espresso-ab-1.0-r1 (31 Aug 2014)
+
+ 31 Aug 2014; Thomas Beierlein <tomjbe@gentoo.org> +espresso-ab-1.0-r1.ebuild:
+ fix bug 521648 and bump EAPI
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> espresso-ab-1.0.ebuild:
Remove virtual/libc
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild
new file mode 100644
index 000000000000..845cb305fc06
--- /dev/null
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild,v 1.1 2014/08/31 13:44:15 tomjbe Exp $
+
+EAPI=5
+
+DESCRIPTION="POSIX compliant version of the espresso logic minimization tool"
+HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/"
+SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+DOCS="COPYING README"