From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE3F0138A1A for ; Thu, 22 Jan 2015 00:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA5C3E0857; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42A41E085B for ; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC0F8340719 for ; Thu, 22 Jan 2015 00:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8760510164 for ; Thu, 22 Jan 2015 00:09:39 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421497896.c3f5d486b2945f60d0ae8ccd62b68b860207731a.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/factory/factory-3.1.1.ebuild X-VCS-Directories: sci-libs/factory/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c3f5d486b2945f60d0ae8ccd62b68b860207731a X-VCS-Branch: master Date: Thu, 22 Jan 2015 00:09:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e879e108-5785-4391-8a89-ac8330ccf049 X-Archives-Hash: 21cb6ff7e9019a45b4022f789fb101e8 commit: c3f5d486b2945f60d0ae8ccd62b68b860207731a Author: Marius Brehler linux sungazer de> AuthorDate: Sat Jan 17 12:31:36 2015 +0000 Commit: Christoph Junghans gentoo 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 -}