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 8E9A01384C0 for ; Sun, 30 Aug 2015 15:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15139141B8; Sun, 30 Aug 2015 15:14:47 +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 A6B25141B8 for ; Sun, 30 Aug 2015 15:14:46 +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 88676340973 for ; Sun, 30 Aug 2015 15:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CB9B171 for ; Sun, 30 Aug 2015 15:14:41 +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: <1440947810.8b8701cf53207fed6fc78bfb8957d325038b3d8b.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/rivet/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/rivet/ChangeLog sci-physics/rivet/rivet-2.3.0.ebuild X-VCS-Directories: sci-physics/rivet/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 8b8701cf53207fed6fc78bfb8957d325038b3d8b X-VCS-Branch: master Date: Sun, 30 Aug 2015 15:14:41 +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: 558620fa-6566-42b4-9c89-8becd9d1249f X-Archives-Hash: 50664d740deeaf61f712ffad56c1be64 commit: 8b8701cf53207fed6fc78bfb8957d325038b3d8b Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Aug 30 15:16:50 2015 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Aug 30 15:16:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b8701cf sci-physics/rivet: remove version imported to the tree Package-Manager: portage-2.2.20.1 sci-physics/rivet/ChangeLog | 3 ++ sci-physics/rivet/rivet-2.3.0.ebuild | 60 ------------------------------------ 2 files changed, 3 insertions(+), 60 deletions(-) diff --git a/sci-physics/rivet/ChangeLog b/sci-physics/rivet/ChangeLog index 5e34a95..e4de2b5 100644 --- a/sci-physics/rivet/ChangeLog +++ b/sci-physics/rivet/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 30 Aug 2015; Jauhien Piatlicki -rivet-2.3.0.ebuild: + remove version imported to the tree + *rivet-2.3.0 (15 Aug 2015) 15 Aug 2015; Jauhien Piatlicki +rivet-2.3.0.ebuild: diff --git a/sci-physics/rivet/rivet-2.3.0.ebuild b/sci-physics/rivet/rivet-2.3.0.ebuild deleted file mode 100644 index 4029c73..0000000 --- a/sci-physics/rivet/rivet-2.3.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_IN_SOURCE_BUILD=1 -AUTOTOOLS_AUTORECONF=1 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 autotools-utils bash-completion-r1 - -MYP=Rivet-${PV} - -DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators" -HOMEPAGE="http://rivet.hepforge.org/" - -SRC_URI="http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc python static-libs" - -RDEPEND=" - dev-libs/boost:0= - sci-libs/gsl:0= - sci-physics/fastjet:0=[plugins] - sci-physics/hepmc:0= - sci-physics/yoda:0=[python] - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex,dot] ) - python? ( dev-python/cython[${PYTHON_USEDEP}] )" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -S="${WORKDIR}/${MYP}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local myeconfargs=( - $(use_enable python pyext) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - use doc && doxygen Doxyfile -} - -src_install() { - autotools-utils_src_install - newbashcomp "${ED}"/usr/share/Rivet/rivet-completion rivet - use doc && dohtml -r doxy/html/* && dodoc doc/rivet-manual.pdf -}