public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/
@ 2018-05-17 21:18 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2018-05-17 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     563d21e24e4c369528bed2f02be6307fd9ed870c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 21:11:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 17 21:18:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563d21e2

app-benchmarks/acovea: stable 5.1.1-r2 for ppc, bug #648094

Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648094
Package-Manager: Portage-2.3.37, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-benchmarks/acovea/acovea-5.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild b/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
index 079e98f98b8..6d3ae2f60f1 100644
--- a/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
+++ b/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="static-libs"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/
@ 2018-05-26 20:31 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8427aede87073631d70ea6acb6a207966c8a7c9c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 18:28:55 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8427aede

app-benchmarks/acovea: drop EAPI=2

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8600

 app-benchmarks/acovea/acovea-5.1.1-r1.ebuild | 48 ----------------------------
 1 file changed, 48 deletions(-)

diff --git a/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild b/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild
deleted file mode 100644
index 5e0202450e7..00000000000
--- a/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-WANT_AUTOMAKE=1.9
-inherit autotools eutils
-
-DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
-HOMEPAGE="http://www.coyotegulch.com/products/acovea/"
-SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libcoyotl-3.1.0
-	>=dev-libs/libevocosm-3.1.0
-	dev-libs/expat"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/lib${P}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-asneeded.patch \
-		"${FILESDIR}"/${P}-free-fix.patch \
-		"${FILESDIR}"/${P}-gcc44.patch \
-		"${FILESDIR}"/${P}-glibc-212.patch \
-		"${FILESDIR}"/${P}-underlinking.patch
-
-	if has_version ">=dev-libs/libevocosm-3.3.0"; then
-		epatch "${FILESDIR}"/${P}-libevocosm.patch
-	fi
-
-	eautomake
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc ChangeLog NEWS README
-	find "${D}" -name '*.la' -exec rm -f '{}' +
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/
@ 2019-08-17 19:36 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-08-17 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8fc0a9587f30dcabc50b8115eefdfcbfaca9f013
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 19:35:33 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:35:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc0a958

app-benchmarks/acovea: drop old relying on vulnerable automake

* EAPI=5
* Relies on vulnerable sys-devel/automake:1.9

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-benchmarks/acovea/acovea-5.1.1.ebuild | 47 -------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-benchmarks/acovea/acovea-5.1.1.ebuild b/app-benchmarks/acovea/acovea-5.1.1.ebuild
deleted file mode 100644
index 63623ba07e2..00000000000
--- a/app-benchmarks/acovea/acovea-5.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-WANT_AUTOMAKE=1.9
-inherit autotools eutils
-
-DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
-HOMEPAGE="http://www.coyotegulch.com/products/acovea/"
-SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libcoyotl-3.1.0
-	>=dev-libs/libevocosm-3.1.0
-	dev-libs/expat"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/lib${P}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-asneeded.patch \
-		"${FILESDIR}"/${P}-free-fix.patch \
-		"${FILESDIR}"/${P}-gcc44.patch \
-		"${FILESDIR}"/${P}-glibc-212.patch
-
-	if has_version ">=dev-libs/libevocosm-3.3.0"; then
-		epatch "${FILESDIR}"/${P}-libevocosm.patch
-	fi
-
-	eautomake
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc ChangeLog NEWS README
-	find "${D}" -name '*.la' -exec rm -f '{}' +
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/
@ 2021-02-10 22:03 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-10 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     acb0f1db4d4232478b98825c44cf81134d0603c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 22:02:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 22:03:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb0f1db

app-benchmarks/acovea: port to EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-benchmarks/acovea/acovea-5.1.1-r2.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild b/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
index 6d3ae2f60f1..d00773301c0 100644
--- a/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
+++ b/app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
 DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
 HOMEPAGE="http://www.coyotegulch.com/products/acovea/"
 SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz"
+S="${WORKDIR}/lib${P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
 
 RDEPEND="
 	>=dev-libs/libcoyotl-3.1.0:=
@@ -20,8 +20,6 @@ RDEPEND="
 	dev-libs/expat:="
 DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/lib${P}
-
 PATCHES=(
 	"${FILESDIR}"/${P}-asneeded.patch
 	"${FILESDIR}"/${P}-free-fix.patch
@@ -37,11 +35,11 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_enable static-libs static)
+	econf --disable-static
 }
 
 src_install() {
 	default
 
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


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

end of thread, other threads:[~2021-02-10 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 20:31 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/acovea/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-02-10 22:03 Sam James
2019-08-17 19:36 Aaron Bauman
2018-05-17 21:18 Sergei Trofimovich

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