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 C5D0F1382C5 for ; Sun, 17 Jan 2021 11:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B1AE08A0; Sun, 17 Jan 2021 11:52:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4AD99E08A0 for ; Sun, 17 Jan 2021 11:52:11 +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 7A4B3340BDE for ; Sun, 17 Jan 2021 11:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC3F54AE for ; Sun, 17 Jan 2021 11:52:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1610884289.6a660dc172567d080d3cbaf3f92842d930827b31.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-alps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/coinor-alps/Manifest sci-libs/coinor-alps/coinor-alps-1.4.9.ebuild X-VCS-Directories: sci-libs/coinor-alps/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a660dc172567d080d3cbaf3f92842d930827b31 X-VCS-Branch: master Date: Sun, 17 Jan 2021 11:52:06 +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: 5758c9d2-f0a5-4ece-969f-7e53698a83d9 X-Archives-Hash: ac64fb78c9035601f5423667c92fb508 commit: 6a660dc172567d080d3cbaf3f92842d930827b31 Author: Jakov Smolic sartura hr> AuthorDate: Sun Jan 17 11:51:29 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 17 11:51:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a660dc1 sci-libs/coinor-alps: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-libs/coinor-alps/Manifest | 1 - sci-libs/coinor-alps/coinor-alps-1.4.9.ebuild | 67 --------------------------- 2 files changed, 68 deletions(-) diff --git a/sci-libs/coinor-alps/Manifest b/sci-libs/coinor-alps/Manifest index 8a32c925926..1e572a16a1c 100644 --- a/sci-libs/coinor-alps/Manifest +++ b/sci-libs/coinor-alps/Manifest @@ -1,2 +1 @@ -DIST Alps-1.4.9.tgz 5564207 BLAKE2B a0a38b0b9da0703f2b67d20fe4fe99cfa5a31c288caf30f6581263b421963f7274bdb1251fc78db572381ad091f341c879336c60c08c254895f4f7dabe53ae97 SHA512 b8f557d33f3d02d0bf98541309934eeebebd21829fe1e2a438b07e6e17f0a1de1a970ed97b28cdaddc8b14eb1092a86db4d44838cef70bae3d091cd48fe8e2d8 DIST Alps-1.5.4.tgz 5691940 BLAKE2B 9a1d78d8957a4fd2156d35ba348f7db442bf6f6128031b9dd0d2b0c1176e5eb408208d3c90fb8563c39efbf0f4aaa9daea705f25ed711a922ab32f1e1d0b8027 SHA512 eace2f0e3dde682ee92b8e185ba6ea226a681dbcecb5fcf5258334e6deed89705b2c61821896b07323459fbd8575a31fa91c3342becbc9f6173efdf094d39555 diff --git a/sci-libs/coinor-alps/coinor-alps-1.4.9.ebuild b/sci-libs/coinor-alps/coinor-alps-1.4.9.ebuild deleted file mode 100644 index 4376c5b2118..00000000000 --- a/sci-libs/coinor-alps/coinor-alps-1.4.9.ebuild +++ /dev/null @@ -1,67 +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=Alps - -DESCRIPTION="COIN-OR Framework for implementing parallel graph search algorithms" -HOMEPAGE="https://projects.coin-or.org/CHiPPS/" -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" - -LICENSE="CPL-1.0" -SLOT="0/3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sci-libs/coinor-utils:= - sci-libs/coinor-clp:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] ) - test? ( sci-libs/coinor-sample sci-libs/coinor-cgl )" - -S="${WORKDIR}/${MYPN}-${PV}/${MYPN}" - -src_prepare() { - # as-needed fix - # hack to avoid eautoreconf (coinor has its own weird autotools) - sed -i \ - -e 's:\(libAlps_la_LIBADD.*=\).*:\1 @ALPSLIB_LIBS@:g' \ - src/Makefile.in || die - # bug for later versions of subversions - sed -i \ - -e 's/xexported/xexported -a "x$svn_rev_tmp" != "xUnversioned directory"/' \ - configure || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-dependency-linking - $(use_with doc dot) - ) - PKG_CONFIG_PATH+="${ED}"/usr/$(get_libdir)/pkgconfig \ - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile all $(usex doc doxydoc "") -} - -src_test() { - autotools-utils_src_test test -} - -src_install() { - use doc && HTML_DOC=("${BUILD_DIR}/doxydocs/html/.") - autotools-utils_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}