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 7B0F41384C4 for ; Sun, 30 Aug 2015 18:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1748C142B2; Sun, 30 Aug 2015 18:11:19 +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 6A7D8142AB for ; Sun, 30 Aug 2015 18:11:18 +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 43D92340945 for ; Sun, 30 Aug 2015 18:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21F417E for ; Sun, 30 Aug 2015 18:11:15 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1440957473.5da8f679c50871185b372413edce23dc896966c8.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/looptools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/looptools/ChangeLog sci-physics/looptools/looptools-2.12.ebuild sci-physics/looptools/looptools-2.8.ebuild X-VCS-Directories: sci-physics/looptools/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 5da8f679c50871185b372413edce23dc896966c8 X-VCS-Branch: master Date: Sun, 30 Aug 2015 18:11:15 +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: 5666aadd-f50c-4ed4-9440-9b9f3111e644 X-Archives-Hash: fe3361a0a9dfa58693a723b98c93c4de commit: 5da8f679c50871185b372413edce23dc896966c8 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Aug 30 17:57:53 2015 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Aug 30 17:57:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5da8f679 sci-physics/looptools: remove versions imported to the tree Package-Manager: portage-2.2.20.1 sci-physics/looptools/ChangeLog | 4 +++ sci-physics/looptools/looptools-2.12.ebuild | 39 ----------------------------- sci-physics/looptools/looptools-2.8.ebuild | 39 ----------------------------- 3 files changed, 4 insertions(+), 78 deletions(-) diff --git a/sci-physics/looptools/ChangeLog b/sci-physics/looptools/ChangeLog index b4d59d3..b977fdc 100644 --- a/sci-physics/looptools/ChangeLog +++ b/sci-physics/looptools/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 30 Aug 2015; Jauhien Piatlicki -looptools-2.8.ebuild, + -looptools-2.12.ebuild: + remove versions imported to the tree + *looptools-2.12 (07 Jun 2015) 07 Jun 2015; Jauhien Piatlicki +looptools-2.12.ebuild: diff --git a/sci-physics/looptools/looptools-2.12.ebuild b/sci-physics/looptools/looptools-2.12.ebuild deleted file mode 100644 index bdc0c78..0000000 --- a/sci-physics/looptools/looptools-2.12.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils fortran-2 multilib - -MYP=LoopTools-${PV} - -DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals" -HOMEPAGE="http://www.feynarts.de/looptools" -SRC_URI="http://www.feynarts.de/looptools/${MYP}.tar.gz" - -LICENSE="LGPL-3" - -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.10-makefile.patch - export VER="${PV}" - # necessary fix for prefix - sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die -} - -src_install() { - default - # another one of these package building archive with pic - # no: ooptools is not a typo - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a - use doc && dodoc manual/*.pdf -} diff --git a/sci-physics/looptools/looptools-2.8.ebuild b/sci-physics/looptools/looptools-2.8.ebuild deleted file mode 100644 index 008a5ca..0000000 --- a/sci-physics/looptools/looptools-2.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils fortran-2 multilib - -MYP=LoopTools-${PV} - -DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals" -HOMEPAGE="http://www.feynarts.de/looptools" -SRC_URI="http://www.feynarts.de/looptools/${MYP}.tar.gz" - -LICENSE="LGPL-3" - -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - export VER="${PV}" - # necessary fix for prefix - sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die -} - -src_install() { - default - # another one of these package building archive with pic - # no: ooptools is not a typo - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a - use doc && dodoc manual/*.pdf -}