commit:     c3f5d486b2945f60d0ae8ccd62b68b860207731a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 17 12:31:36 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 12:31:36 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3f5d486

Drop sci-libs/factory-3.1.1

---
 sci-libs/factory/factory-3.1.1.ebuild | 44 -----------------------------------
 1 file changed, 44 deletions(-)

diff --git a/sci-libs/factory/factory-3.1.1.ebuild 
b/sci-libs/factory/factory-3.1.1.ebuild
deleted file mode 100644
index fd19917..0000000
--- a/sci-libs/factory/factory-3.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils 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}
-
-RESTRICT="mirror"
-
-pkg_setup () {
-       tc-export CC CPP CXX
-}
-
-src_prepare () {
-       epatch "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_configure () {
-       econf $(use_with singular Singular)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc README NEWS || die
-}

Reply via email to