From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C47313835A for ; Sat, 27 Feb 2021 03:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 238A2E08BF; Sat, 27 Feb 2021 03:08:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB7F0E08BF for ; Sat, 27 Feb 2021 03:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 485C93410FB for ; Sat, 27 Feb 2021 03:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA740C3 for ; Sat, 27 Feb 2021 03:08:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614395187.fe1f7057bf855106d25f3cc591958eaa6a00be51.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-couenne/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/coinor-couenne/Manifest sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild X-VCS-Directories: sci-libs/coinor-couenne/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe1f7057bf855106d25f3cc591958eaa6a00be51 X-VCS-Branch: master Date: Sat, 27 Feb 2021 03:08:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13c39766-98c5-4a5b-bae6-9400d7a34ce2 X-Archives-Hash: c14be3bf3270b297c328a225243783ad commit: fe1f7057bf855106d25f3cc591958eaa6a00be51 Author: Ionen Wolkens gmail com> AuthorDate: Fri Feb 26 08:38:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 03:06:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1f7057 sci-libs/coinor-couenne: remove old Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/coinor-couenne/Manifest | 1 - .../coinor-couenne/coinor-couenne-0.4.7.ebuild | 59 ---------------------- 2 files changed, 60 deletions(-) diff --git a/sci-libs/coinor-couenne/Manifest b/sci-libs/coinor-couenne/Manifest index ddca61f5d0e..fd39c9add36 100644 --- a/sci-libs/coinor-couenne/Manifest +++ b/sci-libs/coinor-couenne/Manifest @@ -1,2 +1 @@ -DIST Couenne-0.4.7.tgz 12487353 BLAKE2B 795a1d04ee6186e519d57a59ccc7dfa77ec28717b3e3f75d1ed6513438e869d69970c27dc0de758d421e7f5c5f2dfb3308270b185c05b44ef214c760b1f25e39 SHA512 ae87ebee778d6782fffe9e6f6c7c8f604140f6134e29824f89e4f87bb86ac00ac1b2d8de274b23de16078a48a1444fbe7960b15ffefdc1798dca8972a8946deb DIST coinor-couenne-0.5.8.tar.gz 1321163 BLAKE2B 841a4af3d76fd308ef5abe481157fa1ecf307e7fae03fa0cb931483be74443febc7eb1ba7e85f47c3dca5d5447a74ae86dc0f3dbeb6c0f0032f543861462e0a1 SHA512 bf474503bd77be6536f9d00b40ff45041b3976ea2167d64e667fa580aa8ed6a383861ec67d57eec83623b6542f7779ed7d50d9b72347c3f77ef36a194a3f9e71 diff --git a/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild b/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild deleted file mode 100644 index 02c94288b5a..00000000000 --- a/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils multilib - -MYPN=Couenne - -DESCRIPTION="COIN-OR Convex Over and Under ENvelopes for Nonlinear Estimation" -HOMEPAGE="https://projects.coin-or.org/Couenne/" -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" - -LICENSE="EPL-1.0" -SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND="sci-libs/coinor-bonmin:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${MYPN}-${PV}/${MYPN}" - -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 - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - # resolve as-needed - # circular dependencies between libCouenne and libBonCouenne :( - pushd "${BUILD_DIR}"/src > /dev/null - rm libCouenne.la main/libBonCouenne.la || die - emake LIBS+=" -Lmain/.libs -lBonCouenne" libCouenne.la - emake -C main - popd > /dev/null -} - -src_install() { - autotools-utils_src_install - use doc && dodoc doc/couenne-user-manual.pdf - # already installed - rm "${ED}"/usr/share/coin/doc/${MYPN}/{README,AUTHORS,LICENSE} || die -}