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 52818138CD8 for ; Thu, 4 Jun 2015 18:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA0CBE0769; Thu, 4 Jun 2015 18:09:01 +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 50091E0769 for ; Thu, 4 Jun 2015 18:09:01 +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 199C8340CFB for ; Thu, 4 Jun 2015 18:09:00 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2367) id 2D977A1C; Thu, 4 Jun 2015 18:08:53 +0000 (UTC) From: "Andrew Savchenko (bircoph)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bircoph@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/lhapdf: ChangeLog lhapdf-6.1.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog lhapdf-6.1.5.ebuild X-VCS-Directories: sci-physics/lhapdf X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150604180853.2D977A1C@oystercatcher.gentoo.org> Date: Thu, 4 Jun 2015 18:08:53 +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: ccaf5926-e72e-4ecf-98c2-3503e83af713 X-Archives-Hash: 0a6db93c01809784cae1d0a83eb616f1 bircoph 15/06/04 18:08:53 Modified: ChangeLog Added: lhapdf-6.1.5.ebuild Log: version bump for 6.x branch Signed-off-by: Andrew Savchenko (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C) Revision Changes Path 1.31 sci-physics/lhapdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 8 Apr 2015 18:23:27 -0000 1.30 +++ ChangeLog 4 Jun 2015 18:08:53 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/lhapdf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.30 2015/04/08 18:23:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.31 2015/06/04 18:08:53 bircoph Exp $ + +*lhapdf-6.1.5 (04 Jun 2015) + + 04 Jun 2015; Andrew Savchenko +lhapdf-6.1.5.ebuild: + Vernios bump in 6.x branch. 08 Apr 2015; Michał Górny lhapdf-6.0.5.ebuild, lhapdf-6.1.0.ebuild, lhapdf-6.1.2.ebuild, lhapdf-6.1.3.ebuild: 1.1 sci-physics/lhapdf/lhapdf-6.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.5.ebuild?rev=1.1&content-type=text/plain Index: lhapdf-6.1.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.5.ebuild,v 1.1 2015/06/04 18:08:53 bircoph Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=yes PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit versionator autotools-utils distutils-r1 MY_PV=$(get_version_component_range 1-3 ${PV}) MY_PF=LHAPDF-${MY_PV} DESCRIPTION="Les Houches Parton Density Function unified library" HOMEPAGE="http://lhapdf.hepforge.org/" SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/boost:0= python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[latex] )" S="${WORKDIR}/${MY_PF}" src_configure() { autotools-utils_src_configure $(use_enable python) if use python; then cd "${S}/wrappers/python" && distutils-r1_src_prepare fi } src_compile() { autotools-utils_src_compile all $(use doc && echo doxy) if use python; then cd "${S}/wrappers/python" && distutils-r1_src_compile fi } src_test() { autotools-utils_src_compile -C tests } src_install() { autotools-utils_src_install use doc && dohtml -r doc/doxygen/* if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/*.cc fi if use python; then cd "${S}/wrappers/python" && distutils-r1_src_install fi } pkg_postinst() { elog "Download data files from:" elog "http://www.hepforge.org/archive/${PN}/pdfsets/$(get_version_component_range 1-2 ${PV})" elog "and untar them into ${EROOT%/}/usr/share/LHAPDF" }