commit:     703a3e4221e0e6f4ba7d0a8fddde25c05bbfc957
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 07:32:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 07:34:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703a3e42

sci-physics/rivet: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735470
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                   |  1 -
 sci-physics/rivet/Manifest              |  2 -
 sci-physics/rivet/metadata.xml          | 19 -------
 sci-physics/rivet/rivet-2.6.0-r2.ebuild | 91 ---------------------------------
 4 files changed, 113 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9a433b8e6e6..9a99c53362e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -519,7 +519,6 @@ sci-biology/embassy-meme
 sci-biology/meme
 sci-biology/shrimp
 sci-misc/gato
-sci-physics/rivet
 
 # Arfrever Frehtes Taifersar Arahesis <[email protected]> (2020-09-01)
 # Mismatched version (bug #695022). Masked to force upgrade to 
2.0.4_pre20200306162733.

diff --git a/sci-physics/rivet/Manifest b/sci-physics/rivet/Manifest
deleted file mode 100644
index a8bd5227248..00000000000
--- a/sci-physics/rivet/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Rivet-2.6.0.tar.bz2 3527799 BLAKE2B 
a0ffe7a73ed1120cd3944d3c845ed9387528e7645554c589fda0bfcac694e36f24ee78914e916c51f3a978659933b4e8934e0373f26e4a3ba7597714fc9a939f
 SHA512 
49c381d88075715e23942bb02066b189305077581cd64b708ccaf79436202fe1c9d7989fc1f35dfeffdc643adb39283710fdf33fc87407cfb7ddd3e9d2297feb
-DIST refs.bib 16907 BLAKE2B 
70c11f86c8ebf6386615b3e900280d1a2677dc82d99f944ac670f52320e05355352dd4017a48ae2af52dfd6f46a92a0d2d65bde4c271589ba4e66b3e7b68982c
 SHA512 
64755e6aeaa1f0b3fb76a33ffdf226bcd42ee597a78a8d458b728f0e6f576d4dafbb276a0498c3b573d23054ccbf54ada6f6c12faf52dbfbeef2372094d01181

diff --git a/sci-physics/rivet/metadata.xml b/sci-physics/rivet/metadata.xml
deleted file mode 100644
index 78b51d05a6f..00000000000
--- a/sci-physics/rivet/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Physics Project</name>
-       </maintainer>
-       <longdescription>
-               The Rivet project (Robust Independent Validation of Experiment 
and
-               Theory) is a toolkit for validation of Monte Carlo event
-               generators. It provides a large (and ever growing) set of
-               experimental analyses useful for MC generator development,
-               validation, and tuning, as well as a convenient infrastructure 
for
-               adding your own analyses. Rivet is the most widespread way by 
which
-               analysis code from the LHC and other high-energy collider
-               experiments is preserved for comparison to and development of 
future
-               theory models.
-       </longdescription>
-</pkgmetadata>

diff --git a/sci-physics/rivet/rivet-2.6.0-r2.ebuild 
b/sci-physics/rivet/rivet-2.6.0-r2.ebuild
deleted file mode 100644
index 3bd00b42728..00000000000
--- a/sci-physics/rivet/rivet-2.6.0-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools bash-completion-r1 python-single-r1
-
-DESCRIPTION="Toolkit for validation of Monte Carlo HEP event generators"
-HOMEPAGE="http://rivet.hepforge.org/";
-
-SRC_URI="http://www.hepforge.org/archive/${PN}/${P^}.tar.bz2
-       doc? ( 
https://rivet.hepforge.org/trac/export/8a05acecd26c18f368f4b748da2d5aa2db46be6c/doc/refs.bib
 )"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       dev-libs/boost:=
-       sci-libs/gsl:=
-       sci-physics/fastjet[plugins]
-       sci-physics/hepmc
-       sci-physics/yoda:=[python]
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen[dot]
-               dev-texlive/texlive-bibtexextra
-               dev-texlive/texlive-fontsextra
-               dev-texlive/texlive-fontutils
-               dev-texlive/texlive-latex
-               dev-texlive/texlive-latexextra
-       )
-       python? (
-               $(python_gen_cond_dep '
-                       dev-python/cython[${PYTHON_MULTI_USEDEP}]
-               ')
-       )"
-
-S="${WORKDIR}/${P^}"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_unpack() {
-       unpack "${P^}.tar.bz2"
-
-       if use doc; then
-               # refs.bib is missing in tarball (reported upstream)
-               cp "${DISTDIR}"/refs.bib "${S}"/doc || die
-       fi
-}
-
-src_prepare() {
-       default
-
-       # Install rivet-manual.pdf to docdir intead of pkgdatadir
-       sed -i '/pkgdata_DATA = $(DOCS)/s/pkgdata/doc/' doc/Makefile.am || die
-       # Adjust shebangs of Python scripts
-       sed -i "s@^#! /usr/bin/env python@#!${EPREFIX}/usr/bin/python2@" bin/* 
|| die
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable python pyext) \
-               $(use_enable static-libs static) \
-               $(use_enable doc doxygen) \
-               $(use_enable doc pdfmanual)
-}
-
-src_compile() {
-       use doc && export VARTEXFONTS="${T}/fonts"
-       default
-
-       if use doc; then
-               doxygen Doxyfile || die
-               HTML_DOCS+=( doxy/html/. )
-       fi
-}
-
-src_install() {
-       default
-       newbashcomp "${ED%/}"/usr/share/Rivet/rivet-completion rivet
-       rm -f "${ED%/}"/usr/share/Rivet/rivet-completion || die
-}

Reply via email to