commit:     ea5a0830edfbf9a045dcba6274de96c877741ce7
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 22:12:18 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 22:12:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea5a0830

sci-libs/pagmo: removed discontinued package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/pagmo/metadata.xml      | 16 --------------
 sci-libs/pagmo/pagmo-9999.ebuild | 47 ----------------------------------------
 2 files changed, 63 deletions(-)

diff --git a/sci-libs/pagmo/metadata.xml b/sci-libs/pagmo/metadata.xml
deleted file mode 100644
index cc59fd48c..000000000
--- a/sci-libs/pagmo/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="project">
-               <email>[email protected]</email>
-               <name>Gentoo Astronomy Project</name>
-       </maintainer>
-       <use>
-               <flag name="nlopt">Use nlopt, a non-linear optimization 
library</flag>
-               <flag name="ipopt">Use ipopt, a interior-point optimizer</flag>
-               <flag name="eigen">Use eigen, a c++ linear algebra library, for 
algorithms like CAMES</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">esa/pagmo2</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-libs/pagmo/pagmo-9999.ebuild b/sci-libs/pagmo/pagmo-9999.ebuild
deleted file mode 100644
index 84665a0ae..000000000
--- a/sci-libs/pagmo/pagmo-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils git-r3 python-single-r1
-
-DESCRIPTION="Parallelization engine for optimization problems"
-HOMEPAGE="https://github.com/esa/pagmo";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/esa/${PN}2.git 
git://github.com/esa/${PN}2.git"
-
-LICENSE="GPL-3"
-SLOT="2"
-KEYWORDS=""
-IUSE="eigen nlopt ipopt python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       dev-libs/boost
-       eigen? ( dev-cpp/eigen:3 )
-       python? (
-               ${PYTHON_DEPS}
-               dev-libs/boost[${PYTHON_USEDEP}]
-               )
-       nlopt? ( sci-libs/nlopt )
-       ipopt? ( sci-libs/ipopt )
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       mycmakeargs=(
-               -DPAGMO_BUILD_PYGMO=$(usex python)
-               -DPAGMO_WITH_EIGEN3=$(usex eigen)
-               -DPAGMO_WITH_NLOPT=$(usex nlopt)
-               -DPAGMO_WITH_IPOPT=$(usex ipopt)
-               -DPAGMO_BUILD_TESTS=$(usex test)
-       )
-       cmake-utils_src_configure
-}

Reply via email to