summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2017-05-15 10:12:50 +0200
committerChristian Ruppert <idl0r@gentoo.org>2017-05-15 10:14:11 +0200
commit0a939d911405b4494516fb517a1455d0a051b0b9 (patch)
tree0132f9f12014f3d6682096ff736a55a166c45d08
parentnet-analyzer/nrpe: Fix broken SRC_URI for 3.0.1 (diff)
downloadgentoo-0a939d911405b4494516fb517a1455d0a051b0b9.tar.gz
gentoo-0a939d911405b4494516fb517a1455d0a051b0b9.tar.bz2
gentoo-0a939d911405b4494516fb517a1455d0a051b0b9.zip
sci-electronics/espresso-ab: Revbump. Fix compilation by specifying gnu89 as standard, bug 617492. Thanks to Nils/holgersson
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
new file mode 100644
index 000000000000..b3ac432ed1e0
--- /dev/null
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+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=""
+
+DOCS="README"
+
+src_configure(){
+ append-cflags "-std=gnu89"
+ default
+}