commit: a09b267088eea95e5d55616a4247315a1afc14a9 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Jan 10 23:06:22 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 23:06:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a09b2670
sci-libs/libfac: Move to EAPI=5, clean ebuilds --- sci-libs/libfac/ChangeLog | 6 +++++- sci-libs/libfac/libfac-3.1.0.ebuild | 8 +++----- sci-libs/libfac/libfac-3.1.1.ebuild | 8 +++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog index 5ec780e..23f9ac3 100644 --- a/sci-libs/libfac/ChangeLog +++ b/sci-libs/libfac/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/libfac -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2014; Marius Brehler <[email protected]> + libfac-3.1.1.ebuild, libfac-3.1.0.ebuild: + Move to EAPI=5; Clean ebuild + 25 Jun 2011; Justin Lecher <[email protected]> libfac-3.1.0.ebuild, libfac-3.1.1.ebuild, metadata.xml: Cleaned ebuild and add USE description to metadata.xml diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild index 8b82b54..6333cd4 100644 --- a/sci-libs/libfac/libfac-3.1.0.ebuild +++ b/sci-libs/libfac/libfac-3.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 inherit eutils versionator @@ -25,7 +25,5 @@ S="${WORKDIR}/${PN}" RESTRICT="mirror" src_configure() { - econf --prefix="${D}/usr" \ - $(use_with singular Singular) - + econf $(use_with singular Singular) } diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild index 8b82b54..6333cd4 100644 --- a/sci-libs/libfac/libfac-3.1.1.ebuild +++ b/sci-libs/libfac/libfac-3.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 inherit eutils versionator @@ -25,7 +25,5 @@ S="${WORKDIR}/${PN}" RESTRICT="mirror" src_configure() { - econf --prefix="${D}/usr" \ - $(use_with singular Singular) - + econf $(use_with singular Singular) }
