mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-physics/thepeg: Drop 1.9.2 and 2.0.0, EAPI5--
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
DIST GRV98nlo.LHgrid 221908 BLAKE2B 01af851928bbcfae110f3f5bc2b7599f86c25adb54e979c19625cf44ce7b633639f4ab99e068f8ae5ce3d9e72289265101ec40882e4af4b4a62abb152644890d SHA512 fce5226a6eb56c9cc970d2d2bb23c5a0cde3afbb1f463e3e062825c2379213100a2d149ff6b25d9726e80ee817f9ae74eafcc85b2b30419aa7f095847dbcd8b6
|
||||
DIST MRST2001nlo.LHgrid 719692 BLAKE2B 67a58bcf19857a5cee3eeac29bd2aa236f63c96acbf69b944ed14a94422a986e1579549172a2444b109f5bcfe6fd2fea4acc148c78e2e4f7258a836891ba0648 SHA512 126461ec2358e61221445483074a804c915b94be4a4dfd0330a9cf71feff9a9b981c5594a9d2a1efd236122f44891dd25182649803dccb3b383d03e85e96f930
|
||||
DIST ThePEG-1.9.2.tar.bz2 1870577 BLAKE2B cbc46698390d84e41a0f788af0ae160ba00428cb2b1c5ae11905029b2fd58b16ccf76248ab5d600206262ddd922587f19798734e80a71e2728f2335627997c77 SHA512 bc43606c79bb15938969b9d444db49c6af5c8ba21072a879a502086a77fe18b13fec44691046b4e0772b260b83ea7ef29b906027eadda6a8ea004ace9318379c
|
||||
DIST ThePEG-2.0.0.tar.bz2 1938251 BLAKE2B 8f9403a7f442da6b3bf753f3b45fbddfe339eb8b8398fe52d23a6c3d57a1e9a8838b8f808540cae78b1099f4f92e2d3c182d392538ee82aadf402ff3f355f21d SHA512 a3e9a4ab90b126ea67187e2adc5b64480e5afd49ac58d6f3a3855003251d5c7b6ab67fa35b0380684e39f38cf8d4bc8e0ccd9dc4cb7d7b900e90b3448d6182a9
|
||||
DIST ThePEG-2.0.4.tar.bz2 1921082 BLAKE2B f27dd81b51c28eac547351a7c732969d79abd6c1885a2e52319b6e5807bb4c1824e35e303e3d23b80b7da07a3c7c9e9f5470d538728362a4398bb66e42a00325 SHA512 5c037033daa89748267691df644209f62f46ccdff6865cfeceeda6909cff3de0c474c5ced067db6c5659ba6ebe5a51fc9b8fee46a36886278f8d29e13de2a81c
|
||||
DIST cteq5l.LHgrid 134797 BLAKE2B 1e222631ff00979abf64e95ffa3133d29eacd819325fcdf9d4065a1ce85db5704f0a43c646f9a9a3ee7b1905603e9060fc279405435d412bf06ee14ba9121f32 SHA512 1ba41fd773104a933af6f37745dcb6f8422e1aece74ba2b1e15a5fb69fdaf694336c0ec1dc6fbc964d2cf3fe363d17ca0c01a6c2ba6def0afa4389cb4083f34b
|
||||
DIST cteq6ll.LHpdf 1461 BLAKE2B 66a8ebd404849a14c1240ff1c7b06e758a78ae47cc4e7818b8b7fcb6faecbb17fd8810279e54c70623a048f78e6f89706bcecca4d4b8174468ff52481da37640 SHA512 b89a87d1c1c7cc910aa4af53abc3cc6550670a5a6332989232d33c7da1ba01ce49bbbf9f3bb454e673312fb5bc1679f86eea18f95a1443d1c80d3a622e2b8728
|
||||
|
||||
@@ -1,96 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
inherit autotools-utils elisp-common eutils java-pkg-opt-2
|
||||
|
||||
MYP=ThePEG-${PV}
|
||||
|
||||
DESCRIPTION="Toolkit for High Energy Physics Event Generation"
|
||||
HOMEPAGE="http://home.thep.lu.se/ThePEG/"
|
||||
|
||||
TEST_URI="http://www.hepforge.org/archive/lhapdf/pdfsets/current"
|
||||
SRC_URI="http://www.hepforge.org/archive/thepeg/${MYP}.tar.bz2
|
||||
test? ( hepmc? (
|
||||
${TEST_URI}/cteq6ll.LHpdf
|
||||
${TEST_URI}/cteq5l.LHgrid
|
||||
${TEST_URI}/GRV98nlo.LHgrid
|
||||
${TEST_URI}/MRST2001nlo.LHgrid ) )"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0/18"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="c++11 emacs fastjet hepmc java lhapdf static-libs test zlib"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
sci-libs/gsl:0=
|
||||
emacs? ( >=app-editors/emacs-23.1:* )
|
||||
fastjet? ( sci-physics/fastjet:0= )
|
||||
hepmc? ( sci-physics/hepmc:0= )
|
||||
java? ( >=virtual/jre-1.5:* )
|
||||
lhapdf? ( sci-physics/lhapdf:0= )
|
||||
zlib? ( sys-libs/zlib:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( sys-process/time )"
|
||||
|
||||
S="${WORKDIR}/${MYP}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch )
|
||||
|
||||
src_prepare() {
|
||||
find -name 'Makefile.am' -exec \
|
||||
sed -i -e '1ipkgdatadir=$(datadir)/thepeg' {} \; || die
|
||||
# trick to force c++ linking
|
||||
sed -i \
|
||||
-e '1inodist_EXTRA_libThePEG_la_SOURCES = dummy.cxx' \
|
||||
-e '/dist_pkgdata_DATA = ThePEG.el/d' \
|
||||
lib/Makefile.am || die
|
||||
autotools-utils_src_prepare
|
||||
java-pkg-opt-2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable c++11 stdcxx11)
|
||||
$(use_with fastjet fastjet "${EPREFIX}"/usr)
|
||||
$(use_with hepmc hepmc "${EPREFIX}"/usr)
|
||||
$(use_with java javagui)
|
||||
$(use_with lhapdf lhapdf "${EPREFIX}"/usr)
|
||||
--without-rivet
|
||||
$(use_with zlib zlib "${EPREFIX}"/usr)
|
||||
)
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
autotools-utils_src_compile
|
||||
use emacs && elisp-compile lib/ThePEG.el
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake LHAPATH="${DISTDIR}" -C "${BUILD_DIR}" check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
use emacs && elisp-install ${PN} lib/ThePEG.el{,c}
|
||||
use java && java-pkg_newjar java/ThePEG.jar
|
||||
|
||||
cat <<-EOF > "${T}"/50${PN}
|
||||
LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG"
|
||||
EOF
|
||||
doenvd "${T}"/50${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
inherit autotools-utils elisp-common eutils java-pkg-opt-2
|
||||
|
||||
MYP=ThePEG-${PV}
|
||||
|
||||
DESCRIPTION="Toolkit for High Energy Physics Event Generation"
|
||||
HOMEPAGE="http://home.thep.lu.se/ThePEG/"
|
||||
|
||||
TEST_URI="http://www.hepforge.org/archive/lhapdf/pdfsets/current"
|
||||
SRC_URI="http://www.hepforge.org/archive/thepeg/${MYP}.tar.bz2
|
||||
test? ( hepmc? (
|
||||
${TEST_URI}/cteq6ll.LHpdf
|
||||
${TEST_URI}/cteq5l.LHgrid
|
||||
${TEST_URI}/GRV98nlo.LHgrid
|
||||
${TEST_URI}/MRST2001nlo.LHgrid ) )"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0/20"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="c++11 emacs fastjet hepmc java lhapdf static-libs test zlib"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
sci-libs/gsl:0=
|
||||
emacs? ( >=app-editors/emacs-23.1:* )
|
||||
fastjet? ( sci-physics/fastjet:0= )
|
||||
hepmc? ( sci-physics/hepmc:0= )
|
||||
java? ( >=virtual/jre-1.5:* )
|
||||
lhapdf? ( sci-physics/lhapdf:0= )
|
||||
zlib? ( sys-libs/zlib:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( sys-process/time )"
|
||||
|
||||
S="${WORKDIR}/${MYP}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch )
|
||||
|
||||
src_prepare() {
|
||||
find -name 'Makefile.am' -exec \
|
||||
sed -i -e '1ipkgdatadir=$(datadir)/thepeg' {} \; || die
|
||||
# trick to force c++ linking
|
||||
sed -i \
|
||||
-e '1inodist_EXTRA_libThePEG_la_SOURCES = dummy.cxx' \
|
||||
-e '/dist_pkgdata_DATA = ThePEG.el/d' \
|
||||
lib/Makefile.am || die
|
||||
autotools-utils_src_prepare
|
||||
java-pkg-opt-2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable c++11 stdcxx11)
|
||||
$(use_with fastjet fastjet "${EPREFIX}"/usr)
|
||||
$(use_with hepmc hepmc "${EPREFIX}"/usr)
|
||||
$(use_with java javagui)
|
||||
$(use_with lhapdf lhapdf "${EPREFIX}"/usr)
|
||||
--without-rivet
|
||||
$(use_with zlib zlib "${EPREFIX}"/usr)
|
||||
)
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
autotools-utils_src_compile
|
||||
use emacs && elisp-compile lib/ThePEG.el
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake LHAPATH="${DISTDIR}" -C "${BUILD_DIR}" check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
use emacs && elisp-install ${PN} lib/ThePEG.el{,c}
|
||||
use java && java-pkg_newjar java/ThePEG.jar
|
||||
|
||||
cat <<-EOF > "${T}"/50${PN}
|
||||
LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG"
|
||||
EOF
|
||||
doenvd "${T}"/50${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
Reference in New Issue
Block a user