public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2017-05-15  8:14 Christian Ruppert
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Ruppert @ 2017-05-15  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0a939d911405b4494516fb517a1455d0a051b0b9
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 08:12:50 2017 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon May 15 08:14:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a939d91

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

 .../espresso-ab/espresso-ab-1.0-r2.ebuild          | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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 00000000000..b3ac432ed1e
--- /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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2021-02-15  8:43 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-02-15  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     392b8760f4893467d5c1084eb9df80958fc16d73
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Feb 15 08:42:40 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:42:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392b8760

sci-electronics/espresso-ab: Port to EAPI 7

Bug: https://bugs.gentoo.org/770643
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 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
index 99d4b91dcd1..602ad9df2db 100644
--- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit flag-o-matic
 
@@ -12,9 +12,6 @@ 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"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2021-02-26  8:09 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-02-26  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dd37f747ae90a4769a42838faab70fcb2ab99aea
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:08:21 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:09:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd37f747

sci-electronics/espresso-ab: x86 stable wrt bug #770643

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
index 602ad9df2db..6102e95a7ba 100644
--- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 
 src_configure() {
 	append-cflags "-std=gnu89"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2021-02-27 16:16 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-02-27 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     92aa9d351e46c68c408d68425a7d52afdd2aba37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 16:16:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 16:16:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aa9d35

sci-electronics/espresso-ab: Stabilize 1.0-r2 amd64, #770643

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
index 6102e95a7ba..cd0bd9019c9 100644
--- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 src_configure() {
 	append-cflags "-std=gnu89"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2021-02-27 16:54 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-02-27 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     be9107d15f321656f335a102876cdb18bbca48b5
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 27 16:22:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 16:53:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9107d1

sci-electronics/espresso-ab: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild
deleted file mode 100644
index b15eaf028a8..00000000000
--- a/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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=""
-
-DOCS="README"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/
@ 2022-11-22  3:59 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-11-22  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     735772c723a0317600005941f538be3f35585c03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 03:54:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 03:54:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735772c7

sci-electronics/espresso-ab: fix configure w/ clang 16

Closes: https://bugs.gentoo.org/879757
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{espresso-ab-1.0-r2.ebuild => espresso-ab-1.0-r3.ebuild} | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild
similarity index 75%
rename from sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
rename to sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild
index cd0bd9019c95..2937cb028c81 100644
--- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild
+++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="POSIX compliant version of the espresso logic minimization tool"
 HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/"
@@ -13,6 +13,13 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
 
+src_prepare() {
+	default
+
+	# Clang 16
+	eautoreconf
+}
+
 src_configure() {
 	append-cflags "-std=gnu89"
 	default


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-22  4:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-26  8:09 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-11-22  3:59 Sam James
2021-02-27 16:54 Sam James
2021-02-27 16:16 Sam James
2021-02-15  8:43 David Seifert
2017-05-15  8:14 Christian Ruppert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox