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 340371382C5 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 223DBE08BD; 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 E9ED9E08BD for ; Sat, 27 Feb 2021 03:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BA1CB341104 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 208B2533 for ; Sat, 27 Feb 2021 03:08:15 +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: <1614395189.61d7b70da4ad9abdcbcb545807fba769a122f491.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-dip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/coinor-dip/Manifest sci-libs/coinor-dip/coinor-dip-0.9.8.ebuild X-VCS-Directories: sci-libs/coinor-dip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61d7b70da4ad9abdcbcb545807fba769a122f491 X-VCS-Branch: master Date: Sat, 27 Feb 2021 03:08:15 +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: c774d446-785a-4f4d-bb31-2fdee05efc08 X-Archives-Hash: ff5ea60f1a2ff66e6fb7a6c1f6aa78de commit: 61d7b70da4ad9abdcbcb545807fba769a122f491 Author: Ionen Wolkens gmail com> AuthorDate: Fri Feb 26 09:35:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 03:06:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d7b70d sci-libs/coinor-dip: 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-dip/Manifest | 1 - sci-libs/coinor-dip/coinor-dip-0.9.8.ebuild | 58 ----------------------------- 2 files changed, 59 deletions(-) diff --git a/sci-libs/coinor-dip/Manifest b/sci-libs/coinor-dip/Manifest index 311cd87df33..e6972011d45 100644 --- a/sci-libs/coinor-dip/Manifest +++ b/sci-libs/coinor-dip/Manifest @@ -1,2 +1 @@ -DIST Dip-0.9.8.tgz 10557241 BLAKE2B 1fcddbe4b7e8ae0450fcf97473428c0a36b751bbf5b91ab45c362ca0590d390d8c0b5b4b273ed41f7e9432423c59b9a4f8536ff34b0c9c0f1c11ced779ddb38c SHA512 7dfb51f63aab36fe7e894be5f17f8b614bfdf9be1a14b8f8b2ee555dcb8392f82b13d20481d60423d3d375a2e52eebe0439e696e3b3a7dfdd18223829835d361 DIST coinor-dip-0.95.0.tar.gz 5213061 BLAKE2B 6f40e5d20832b0463e302519da168a30bdeea011a45047acb9dbe904763fc94ccaffbee3599b6f959e0eea5e40a0456771012707b9daafc50875194a1ff9967e SHA512 a9ea2bc23d625fa19e11943f46b3bf2db49aa894fe336c8de4a9a0c735e1569bd8bef015fd671eb856ee39a334adf06c95e2708bd69c4735d5f6bf994c9e41a2 diff --git a/sci-libs/coinor-dip/coinor-dip-0.9.8.ebuild b/sci-libs/coinor-dip/coinor-dip-0.9.8.ebuild deleted file mode 100644 index c67282ce4ec..00000000000 --- a/sci-libs/coinor-dip/coinor-dip-0.9.8.ebuild +++ /dev/null @@ -1,58 +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=Dip - -DESCRIPTION="COIN-OR Decomposition in Integer Programming library" -HOMEPAGE="https://projects.coin-or.org/Dip/" -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="examples static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sci-libs/coinor-alps:= - sci-libs/coinor-cbc:= - sci-libs/coinor-cgl:= - sci-libs/coinor-clp:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( sci-libs/coinor-sample )" - -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_test() { - autotools-utils_src_test test -} - -src_install() { - autotools-utils_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}