From a09b267088eea95e5d55616a4247315a1afc14a9 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Sun, 11 Jan 2015 00:06:22 +0100 Subject: 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(-) (limited to 'sci-libs') diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog index 5ec780e86..23f9ac3cf 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 + libfac-3.1.1.ebuild, libfac-3.1.0.ebuild: + Move to EAPI=5; Clean ebuild + 25 Jun 2011; Justin Lecher 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 8b82b54e7..6333cd41e 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 8b82b54e7..6333cd41e 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) } -- cgit v1.2.3-18-g5258 From 36d0e84921375015037b5c0c9693761da8b403c6 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Sun, 11 Jan 2015 10:56:00 +0100 Subject: sci-libs/libfac: Remove RESTRICT="mirror" --- sci-libs/libfac/libfac-3.1.0.ebuild | 2 -- sci-libs/libfac/libfac-3.1.1.ebuild | 2 -- 2 files changed, 4 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild index 6333cd41e..81bd94df5 100644 --- a/sci-libs/libfac/libfac-3.1.0.ebuild +++ b/sci-libs/libfac/libfac-3.1.0.ebuild @@ -22,8 +22,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" -RESTRICT="mirror" - src_configure() { 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 6333cd41e..81bd94df5 100644 --- a/sci-libs/libfac/libfac-3.1.1.ebuild +++ b/sci-libs/libfac/libfac-3.1.1.ebuild @@ -22,8 +22,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" -RESTRICT="mirror" - src_configure() { econf $(use_with singular Singular) } -- cgit v1.2.3-18-g5258