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 173FB58975 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 E6BE721C083; Wed, 10 Feb 2016 18:27:40 +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 573E221C09D 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 84427340B53 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 8FA471069 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: <1455127998.9bcb1cd01d7d5a87aee476d47057db52d0204bbc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fiat/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fiat/fiat-1.1.ebuild dev-python/fiat/fiat-1.3.0.ebuild X-VCS-Directories: dev-python/fiat/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9bcb1cd01d7d5a87aee476d47057db52d0204bbc 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: 4e901b04-a37f-4752-961e-09ea57bc10f6 X-Archives-Hash: cb8f01457ae2a90080222f5e225ff4b4 commit: 9bcb1cd01d7d5a87aee476d47057db52d0204bbc Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 18:13:18 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 10 18:13:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9bcb1cd0 dev-python/fiat: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/fiat/fiat-1.1.ebuild | 21 --------------------- dev-python/fiat/fiat-1.3.0.ebuild | 24 ------------------------ 2 files changed, 45 deletions(-) diff --git a/dev-python/fiat/fiat-1.1.ebuild b/dev-python/fiat/fiat-1.1.ebuild deleted file mode 100644 index 7d0fcc6..0000000 --- a/dev-python/fiat/fiat-1.1.ebuild +++ /dev/null @@ -1,21 +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="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" -HOMEPAGE="http://launchpad.net/fiat" -SRC_URI="https://launchpad.net/fiat/1.1.x/release-1.1/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/scientificpython[${PYTHON_USEDEP}]" diff --git a/dev-python/fiat/fiat-1.3.0.ebuild b/dev-python/fiat/fiat-1.3.0.ebuild deleted file mode 100644 index ff5be1d..0000000 --- a/dev-python/fiat/fiat-1.3.0.ebuild +++ /dev/null @@ -1,24 +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="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" -HOMEPAGE="https://bitbucket.org/fenics-project/fiat" -SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - dev-python/scientificpython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - "