patrick 14/07/01 07:54:17 Modified: acovea-5.1.1.ebuild ChangeLog Added: acovea-5.1.1-r1.ebuild Log: Fix underlinking #495212 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 app-benchmarks/acovea/acovea-5.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild?r1=1.10&r2=1.11 Index: acovea-5.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- acovea-5.1.1.ebuild 6 Sep 2010 23:28:23 -0000 1.10 +++ acovea-5.1.1.ebuild 1 Jul 2014 07:54:17 -0000 1.11 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.10 2010/09/06 23:28:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.11 2014/07/01 07:54:17 patrick Exp $ -EAPI=2 +EAPI=5 WANT_AUTOMAKE=1.9 inherit autotools eutils 1.20 app-benchmarks/acovea/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 6 Sep 2010 23:22:02 -0000 1.19 +++ ChangeLog 1 Jul 2014 07:54:17 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for app-benchmarks/acovea -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/ChangeLog,v 1.19 2010/09/06 23:22:02 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/ChangeLog,v 1.20 2014/07/01 07:54:17 patrick Exp $ + +*acovea-5.1.1-r1 (01 Jul 2014) + + 01 Jul 2014; Patrick Lauer <[email protected]> +acovea-5.1.1-r1.ebuild, + +files/acovea-5.1.1-underlinking.patch, acovea-5.1.1.ebuild: + Fix underlinking #495212 06 Sep 2010; Samuli Suominen <[email protected]> acovea-5.1.1.ebuild, +files/acovea-5.1.1-glibc-212.patch: @@ -64,4 +70,3 @@ 07 May 2004; Daniel Ahlberg <[email protected]> acovea-4.0.0.ebuild: Initial import. - 1.1 app-benchmarks/acovea/acovea-5.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild?rev=1.1&content-type=text/plain Index: acovea-5.1.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1-r1.ebuild,v 1.1 2014/07/01 07:54:17 patrick Exp $ 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 '{}' + }
