commit: 197fde4d9693998aa046037a5e282ce3022ab14b Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com> AuthorDate: Fri Feb 26 13:02:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 03:06:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197fde4d
sci-libs/coinor-flopcpp: remove old Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/coinor-flopcpp/Manifest | 1 - .../coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild | 66 ---------------------- 2 files changed, 67 deletions(-) diff --git a/sci-libs/coinor-flopcpp/Manifest b/sci-libs/coinor-flopcpp/Manifest index 01cedc97e66..3a1b310154e 100644 --- a/sci-libs/coinor-flopcpp/Manifest +++ b/sci-libs/coinor-flopcpp/Manifest @@ -1,2 +1 @@ -DIST FlopC++-1.1.7.tgz 6631744 BLAKE2B a6666480b800819b2132c6375483c35542bfd177201cd6cdd9b6ab36c42ef5d66308bf049ba0e7d7891cec32656e9fc0e4684c04e4628b5de3758be277d55142 SHA512 40f59cb34f61f6ff1759a90909a81d724a562ee9dbfe91628ad8df1b8049afff254ceeb56f1e68a48d035e6d3a140744b8ebd8815ee39c9f01e17860c904942d DIST coinor-flopcpp-1.2.5.tar.gz 615614 BLAKE2B ff356ca41ed7639c2916c55f04ae561abfaeef041bd04730d0ca774cb6506f023c1c31e3463d93a34f41d534fb189cb794a20daa155dbdf43303c22272a6c986 SHA512 45d9e5b976d2fb26be34d5e201a7aed24ec8717472902f4848c353a12f17488903b00e6675e2a3e90ac0da58581afb6fd48d3869b8fd7ce962cef98622755d7d diff --git a/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild b/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild deleted file mode 100644 index 015c0264ae5..00000000000 --- a/sci-libs/coinor-flopcpp/coinor-flopcpp-1.1.7.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils multilib - -MYPN=FlopC++ - -DESCRIPTION="COIN-OR algebraic modeling language for linear optimization" -HOMEPAGE="https://projects.coin-or.org/FlopC++/" -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" - -LICENSE="EPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs" - -RDEPEND=" - sci-libs/coinor-cgl:= - sci-libs/coinor-clp:= - sci-libs/coinor-osi:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] )" - -S="${WORKDIR}/${MYPN}-${PV}/FlopCpp" - -src_prepare() { - # needed for the --with-coin-instdir - dodir /usr - sed -i \ - -e "s:lib/pkgconfig:$(get_libdir)/pkgconfig:g" \ - configure || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-dependency-linking - --with-coin-instdir="${ED}"/usr - $(use_with doc dot) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - if use doc; then - cd "${WORKDIR}/${MYPN}-${PV}/doxydoc" || die - doxygen doxygen.conf || die - fi -} - -src_test() { - autotools-utils_src_test test -} - -src_install() { - use doc && HTML_DOC=("${WORKDIR}/${MYPN}-${PV}/doxydoc/html/") - autotools-utils_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}
