commit:     d2049ce9200512f9cbeaa3bf7ee9fa47f845ca65
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 07:33:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 07:33:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2049ce9

sci-physics/espresso++: Remove last-rited pkg

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

 profiles/package.mask                          |  5 ---
 sci-physics/espresso++/Manifest                |  1 -
 sci-physics/espresso++/espresso++-2.0.2.ebuild | 61 --------------------------
 sci-physics/espresso++/espresso++-9999.ebuild  | 61 --------------------------
 sci-physics/espresso++/metadata.xml            | 16 -------
 5 files changed, 144 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 87693d86216..f72868ee6f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -510,11 +510,6 @@ media-sound/galan
 # No reverse deps. GNOME 2 era slot. Removal in 30 days
 gnome-base/gnome-desktop:2
 
-# Michał Górny <mgo...@gentoo.org> (2020-03-20)
-# Python 2 only.  Upstream is not working on a port.
-# Removal in 30 days.  Bug #713568.
-sci-physics/espresso++
-
 # Andreas Sturmlechner <ast...@gentoo.org> (2020-03-14)
 # Breaks at least dev-games/simgear right now, bug #709878.
 ~dev-games/openscenegraph-3.6.5

diff --git a/sci-physics/espresso++/Manifest b/sci-physics/espresso++/Manifest
deleted file mode 100644
index 00e12f47beb..00000000000
--- a/sci-physics/espresso++/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST espresso++-2.0.2.tar.gz 26643776 BLAKE2B 
fb4756164f405472c922d4a0d64ad350a74315db96c9e846d1807e1b332c7fa8daa55831d5ee0baa31b4069e1f7c63a91e241e70913fdc5c31a77cc9514acaa4
 SHA512 
599bf0560eb8f9517f890f9f1895ec5a7d43b727e12f14e722506ad571f9d001f5cc54c3e91922954a7e7cefdaff85d5dd15cab58b35bf09f5399e22b42e588c

diff --git a/sci-physics/espresso++/espresso++-2.0.2.ebuild 
b/sci-physics/espresso++/espresso++-2.0.2.ebuild
deleted file mode 100644
index 151284b69af..00000000000
--- a/sci-physics/espresso++/espresso++-2.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="A Modern Multiscale Simulation Package for Soft Matter Systems"
-HOMEPAGE="https://www.espresso-pp.de";
-
-MY_PN="${PN//+/p}"
-if [[ ${PV} = 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       virtual/mpi
-       dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
-       sci-libs/fftw:3.0
-       >=dev-python/mpi4py-2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-       src_configure_internal() {
-               local mycmakeargs=(
-                       -DEXTERNAL_BOOST=ON
-                       -DEXTERNAL_MPI4PY=ON
-                       -DWITH_RC_FILES=OFF
-               )
-               cmake-utils_src_configure
-       }
-       python_foreach_impl src_configure_internal
-}
-
-src_compile() {
-       python_foreach_impl cmake-utils_src_make
-}
-
-src_test() {
-       python_foreach_impl cmake-utils_src_test
-}
-
-src_install() {
-       python_foreach_impl cmake-utils_src_install
-}

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild 
b/sci-physics/espresso++/espresso++-9999.ebuild
deleted file mode 100644
index 151284b69af..00000000000
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="A Modern Multiscale Simulation Package for Soft Matter Systems"
-HOMEPAGE="https://www.espresso-pp.de";
-
-MY_PN="${PN//+/p}"
-if [[ ${PV} = 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       virtual/mpi
-       dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
-       sci-libs/fftw:3.0
-       >=dev-python/mpi4py-2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-       src_configure_internal() {
-               local mycmakeargs=(
-                       -DEXTERNAL_BOOST=ON
-                       -DEXTERNAL_MPI4PY=ON
-                       -DWITH_RC_FILES=OFF
-               )
-               cmake-utils_src_configure
-       }
-       python_foreach_impl src_configure_internal
-}
-
-src_compile() {
-       python_foreach_impl cmake-utils_src_make
-}
-
-src_test() {
-       python_foreach_impl cmake-utils_src_test
-}
-
-src_install() {
-       python_foreach_impl cmake-utils_src_install
-}

diff --git a/sci-physics/espresso++/metadata.xml 
b/sci-physics/espresso++/metadata.xml
deleted file mode 100644
index 1587252e7be..00000000000
--- a/sci-physics/espresso++/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>jungh...@gentoo.org</email>
-               <name>Christoph Junghans</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>sci-phys...@gentoo.org</email>
-               <name>Gentoo Physics Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="bitbucket">espressopp/espressopp</remote-id>
-               <remote-id type="github">espressopp/espressopp</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to