commit: 67be6af840d91bc0ae290fd4bcc2edbc2f530ca7 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sun Jan 18 11:30:33 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 18 11:30:33 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=67be6af8
Drop sci-libs/libfac-3.1.0.ebuild libfac is an extension of factory and depends on it. As factory-3.1.0 is not in the overlay, there is no need for libfac-3.1.0. --- sci-libs/libfac/ChangeLog | 7 ++++++- sci-libs/libfac/libfac-3.1.0.ebuild | 27 --------------------------- 2 files changed, 6 insertions(+), 28 deletions(-) diff --git a/sci-libs/libfac/ChangeLog b/sci-libs/libfac/ChangeLog index 23f9ac3..80f8a5a 100644 --- a/sci-libs/libfac/ChangeLog +++ b/sci-libs/libfac/ChangeLog @@ -2,7 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 10 Jan 2014; Marius Brehler <[email protected]> + 18 Jan 2015; Marius Brehler <[email protected]> + -libfac-3.1.0.ebuild: + Drop old; factory-3.1.0 is not in the overlay, so there is no need + for libfac-3.1.0. + + 10 Jan 2015; Marius Brehler <[email protected]> libfac-3.1.1.ebuild, libfac-3.1.0.ebuild: Move to EAPI=5; Clean ebuild diff --git a/sci-libs/libfac/libfac-3.1.0.ebuild b/sci-libs/libfac/libfac-3.1.0.ebuild deleted file mode 100644 index 81bd94d..0000000 --- a/sci-libs/libfac/libfac-3.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -MY_PV=$(replace_all_version_separators '-') - -DESCRIPTION="libfac is an extension of Singular-factory to finite fields" -HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/" -SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="singular" - -DEPEND=">=sci-libs/factory-${PV}[singular=]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_configure() { - econf $(use_with singular Singular) -}
