sci-physics/clhep: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 1 Jan 2019 09:52:35 +0000 (10:52 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 5 Jan 2019 16:55:13 +0000 (17:55 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-physics/clhep/Manifest
sci-physics/clhep/clhep-2.1.4.1.ebuild [deleted file]
sci-physics/clhep/clhep-2.1.4.2.ebuild [deleted file]
sci-physics/clhep/clhep-2.2.0.1.ebuild [deleted file]
sci-physics/clhep/clhep-2.3.1.0.ebuild [deleted file]
sci-physics/clhep/clhep-2.3.3.1.ebuild [deleted file]

index bdc8a46a3de28945ee6d16bd3fa9232de0ad140f..93e54de218214d1d67986ec5ff3bce514bc7b574 100644 (file)
@@ -1,7 +1,2 @@
-DIST clhep-2.1.4.1.tgz 1866250 BLAKE2B 51339ecf0448c97abfeb4e9e95ae3b0c10d370672df5a0342b6a4c08b40268dab1396351f61756d20a53ee62a6e92e8556624a01fd543ef830bbfff2a383e424 SHA512 ff5eb76ddf740635c17f01c62679ae7c22c152f96684315f059744ab67e420e51ba9c1ae0ac745b2890d1ddb6a678999b61d44c36e358c1d95c6b57362f3fae0
-DIST clhep-2.1.4.2.tgz 1838675 BLAKE2B 974f5ab440bf56d318a8fbb3665adc9a8f5e406ac4fd8394b2ceabb346856bdcbc17a30ba2d94c61e88732586e9f26707fc3c8e495bbe2c94cbf9c8c0f05ded7 SHA512 8caa6fdbf1d7dbfe217cc5aef384e21b99ae386a76771f17b3dc583c0c55e21164ad3778005798f1a4d151b79782b96a3495d88f1cf7bd46da4c6550ebd69f7c
-DIST clhep-2.2.0.1.tgz 1844675 BLAKE2B af2e379035df136a9ecdcf6b22d2d5120e8c89e6dcfc44ddfa26bdfecf2eb45e83a972b4dd38e4fdf55aeb9df90fb7ab97ecb1f294c5c0e87955477bdd8e5601 SHA512 930577d18f1c4a9dc94b259589653ebecf7b85ec78da7e1dc7b49d282dbae210bcf257831254f875840a3fd6bf5fc4ad7c4e46825e31674c55c746ef7c2939f2
 DIST clhep-2.2.0.5.tgz 1847046 BLAKE2B 8dddc6b9acbf41abdd849ef1aa1087d93f48fc83937ee67e687e28c421d290683e5381c2b9f8034e2651e3ccec2fd2e0ba8bee73dc55618e22c0e4df7ce3a378 SHA512 07d9359604196344fe3b13cc103727693fd70818c22849e54507530221812843a943cb8ed66eea421e498edcc9c0f584826823ea7939cbf53b90b17d412aed1a
-DIST clhep-2.3.1.0.tgz 1538945 BLAKE2B 9aa76fb35c99bbd76d5cdbf5d58b5f64a4a24516b1b9dd5dff7fdf0c60f1c9a4d23e86bce3f4dc0ef849d65753702b0e9043caa8e07f3235ab25c79c7ad83fa5 SHA512 786ad6289ab064c3c428ba2a8f534fcadd09f1f00a9c725dc987ea46c55d1f4ec7beab25221c978992dd195b02a65388a35aa6d7f471b6742c9ff6cdb7a8b7a4
-DIST clhep-2.3.3.1.tgz 1565701 BLAKE2B e5153da7a79d0c6e6f4f98cfadd836ee7b36196dcc0daae45bc38c43c24b10cf65aeb71dd0313c7195cd0734d645e8ddcbeed53b82b16d7ae35ecffab2383b4e SHA512 b13e336f9c4dd741291768a4c59075e88467ad54dc41a07eeb519712055e1a26c2369bffb6aeeeac4199066ce1bc863e9d90647094dd2fced7069d82a4cd1317
 DIST clhep-2.4.0.4.tgz 1536520 BLAKE2B 7ab58aeab685950393c8059f77e95cbbf7bf61f04e8113c6fd7b09200cce497716d5a0e023143dde395db895f48848a78e579e38968d9f27a50769034003e11e SHA512 349c1225713a3bc91fe94e27f938e919b434e6466df94dcde915c7e8ed313b9b2e7186e67a9b580ede21aec0050507a070c279920590148ebbec0ac5733fb008
diff --git a/sci-physics/clhep/clhep-2.1.4.1.ebuild b/sci-physics/clhep/clhep-2.1.4.1.ebuild
deleted file mode 100644 (file)
index 39ae660..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc static-libs test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # respect flags
-       sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
-       # no batch mode to allow parallel building (bug #437482)
-       sed -i \
-               -e 's:-interaction=batchmode::g' \
-               cmake/Modules/ClhepBuildTex.cmake || die
-       # gentoo doc directory
-       sed -i \
-               -e "/DESTINATION/s:doc:share/doc/${PF}:" \
-               cmake/Modules/ClhepBuildTex.cmake */doc/CMakeLists.txt || die
-       # dont build test if not asked
-       if ! use test; then
-               sed -i \
-                       -e '/add_subdirectory(test)/d' \
-                       */CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc CLHEP_BUILD_DOCS)
-       )
-       DESTDIR="${ED}" cmake-utils_src_configure
-       use doc && MAKEOPTS+=" -j1"
-}
-
-src_install() {
-       cmake-utils_src_install
-       use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a
-}
diff --git a/sci-physics/clhep/clhep-2.1.4.2.ebuild b/sci-physics/clhep/clhep-2.1.4.2.ebuild
deleted file mode 100644 (file)
index fc50b6a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-IUSE="doc static-libs test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # respect flags
-       sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
-       # no batch mode to allow parallel building (bug #437482)
-       sed -i \
-               -e 's:-interaction=batchmode::g' \
-               cmake/Modules/ClhepBuildTex.cmake || die
-       # gentoo doc directory
-       sed -i \
-               -e "/DESTINATION/s:doc:share/doc/${PF}:" \
-               cmake/Modules/ClhepBuildTex.cmake */doc/CMakeLists.txt || die
-       # dont build test if not asked
-       if ! use test; then
-               sed -i \
-                       -e '/add_subdirectory(test)/d' \
-                       */CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc CLHEP_BUILD_DOCS)
-       )
-       DESTDIR="${ED}" cmake-utils_src_configure
-       use doc && MAKEOPTS+=" -j1"
-}
-
-src_install() {
-       cmake-utils_src_install
-       use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a
-}
diff --git a/sci-physics/clhep/clhep-2.2.0.1.ebuild b/sci-physics/clhep/clhep-2.2.0.1.ebuild
deleted file mode 100644 (file)
index fc50b6a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-IUSE="doc static-libs test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # respect flags
-       sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
-       # no batch mode to allow parallel building (bug #437482)
-       sed -i \
-               -e 's:-interaction=batchmode::g' \
-               cmake/Modules/ClhepBuildTex.cmake || die
-       # gentoo doc directory
-       sed -i \
-               -e "/DESTINATION/s:doc:share/doc/${PF}:" \
-               cmake/Modules/ClhepBuildTex.cmake */doc/CMakeLists.txt || die
-       # dont build test if not asked
-       if ! use test; then
-               sed -i \
-                       -e '/add_subdirectory(test)/d' \
-                       */CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc CLHEP_BUILD_DOCS)
-       )
-       DESTDIR="${ED}" cmake-utils_src_configure
-       use doc && MAKEOPTS+=" -j1"
-}
-
-src_install() {
-       cmake-utils_src_install
-       use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a
-}
diff --git a/sci-physics/clhep/clhep-2.3.1.0.ebuild b/sci-physics/clhep/clhep-2.3.1.0.ebuild
deleted file mode 100644 (file)
index fc50b6a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-IUSE="doc static-libs test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # respect flags
-       sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
-       # no batch mode to allow parallel building (bug #437482)
-       sed -i \
-               -e 's:-interaction=batchmode::g' \
-               cmake/Modules/ClhepBuildTex.cmake || die
-       # gentoo doc directory
-       sed -i \
-               -e "/DESTINATION/s:doc:share/doc/${PF}:" \
-               cmake/Modules/ClhepBuildTex.cmake */doc/CMakeLists.txt || die
-       # dont build test if not asked
-       if ! use test; then
-               sed -i \
-                       -e '/add_subdirectory(test)/d' \
-                       */CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_enable test TESTING)
-               $(cmake-utils_use doc CLHEP_BUILD_DOCS)
-       )
-       DESTDIR="${ED}" cmake-utils_src_configure
-       use doc && MAKEOPTS+=" -j1"
-}
-
-src_install() {
-       cmake-utils_src_install
-       use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a
-}
diff --git a/sci-physics/clhep/clhep-2.3.3.1.ebuild b/sci-physics/clhep/clhep-2.3.3.1.ebuild
deleted file mode 100644 (file)
index e284870..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-IUSE="doc static-libs test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen[latex] )"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       # respect flags
-       sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
-       # dont build test if not asked
-       if ! use test; then
-               sed -i \
-                       -e '/add_subdirectory(test)/d' \
-                       */CMakeLists.txt || die
-       fi
-       # gentoo doc directory
-       if use doc; then
-               grep -rl 'share/doc/CLHEP' |
-               xargs sed -i \
-                       -e "s:share/doc/CLHEP:share/doc/${PF}:" \
-                       {.,*}/CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       append-cxxflags $(test-flags-CXX -std=c++11)
-       local mycmakeargs=(
-               $(cmake-utils_use test ENABLE_TESTING)
-               $(cmake-utils_use doc CLHEP_BUILD_DOCS)
-       )
-       DESTDIR="${ED}" cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a
-}