diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-18 12:22:12 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-18 12:22:12 +0100 |
commit | 660c3d62726e17ddd668fb0aa3d5148fdd0e1001 (patch) | |
tree | 96a8be96e2d1914aa721a9e464629e35fe96420b /sci-libs/factory | |
parent | Add sci-libs/factory-3.1.1-r2: Adjust comment on static libs (diff) | |
download | sci-660c3d62726e17ddd668fb0aa3d5148fdd0e1001.tar.gz sci-660c3d62726e17ddd668fb0aa3d5148fdd0e1001.tar.bz2 sci-660c3d62726e17ddd668fb0aa3d5148fdd0e1001.zip |
Drop sci-libs/factory-3.1.1-r1
Diffstat (limited to 'sci-libs/factory')
-rw-r--r-- | sci-libs/factory/ChangeLog | 4 | ||||
-rw-r--r-- | sci-libs/factory/factory-3.1.1-r1.ebuild | 40 |
2 files changed, 4 insertions, 40 deletions
diff --git a/sci-libs/factory/ChangeLog b/sci-libs/factory/ChangeLog index 523d745db..2ae9c7ca4 100644 --- a/sci-libs/factory/ChangeLog +++ b/sci-libs/factory/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> + -factory-3.1.1-r1.ebuild: + Drop old revision + *factory-3.1.1-r2 (17 Jan 2015) 17 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> diff --git a/sci-libs/factory/factory-3.1.1-r1.ebuild b/sci-libs/factory/factory-3.1.1-r1.ebuild deleted file mode 100644 index cdfecc7c3..000000000 --- a/sci-libs/factory/factory-3.1.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools-utils versionator - -MY_PV=$(replace_all_version_separators '-') - -DESCRIPTION="C++ library for representing multivariate polynomials" -HOMEPAGE="http://www.mathematik.uni-kl.de/pub/Math/Singular/Factory" -SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="singular" - -DEPEND="dev-libs/gmp - >=dev-libs/ntl-5.4.1" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -AUTOTOOLS_IN_SOURCE_BUILD="1" -DOCS=( README NEWS ) -PATCHES=( "${FILESDIR}"/${P}-gentoo.diff ) - -pkg_setup() { - tc-export CC CPP CXX -} - -src_configure() { - myeconfargs=( $(use_with singular Singular) ) - - autotools-utils_src_configure -} - -# TODO: get rid of factories static libs ? |