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 7B61358973 for ; Wed, 10 Feb 2016 18:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29AE121C0AF; Wed, 10 Feb 2016 18:27:41 +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 5FCF321C0AF for ; Wed, 10 Feb 2016 18:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AA4B340AB2 for ; Wed, 10 Feb 2016 18:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BD1FCEB for ; Wed, 10 Feb 2016 18:27:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455125861.e2f03acc946a567afda066f98859291f83ff44fb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ffc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ffc/ffc-1.2.0.ebuild dev-python/ffc/ffc-1.3.0.ebuild X-VCS-Directories: dev-python/ffc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e2f03acc946a567afda066f98859291f83ff44fb X-VCS-Branch: master Date: Wed, 10 Feb 2016 18:27:37 +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: 775e0075-bfdd-4c73-b7dd-32b8d12a3717 X-Archives-Hash: cf04eecffd0dabd29cf950c651e3bed5 commit: e2f03acc946a567afda066f98859291f83ff44fb Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 17:37:41 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 10 17:37:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2f03acc dev-python/ffc: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/ffc/ffc-1.2.0.ebuild | 18 ------------------ dev-python/ffc/ffc-1.3.0.ebuild | 26 -------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild deleted file mode 100644 index b83f5eb..0000000 --- a/dev-python/ffc/ffc-1.2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" -HOMEPAGE="http://launchpad.net/ffc" -SRC_URI="https://launchpad.net/ffc/1.2.x/1.2.0/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild deleted file mode 100644 index 85adbe6..0000000 --- a/dev-python/ffc/ffc-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" -HOMEPAGE="https://bitbucket.org/fenics-project/ffc/" -SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=sci-mathematics/ufc-2.3.0 - =dev-python/ufl-${PV}[${PYTHON_USEDEP}] - =dev-python/instant-${PV}[${PYTHON_USEDEP}] - =dev-python/fiat-${PV}[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - "