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 A6EC61382C5 for ; Sat, 6 Mar 2021 11:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045F2E08E8; Sat, 6 Mar 2021 11:10:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E11B3E0864 for ; Sat, 6 Mar 2021 11:10:08 +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 9CCA3340E64 for ; Sat, 6 Mar 2021 11:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD329587 for ; Sat, 6 Mar 2021 11:10:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615028987.6cb06ba04d085ecad02fff0cb95a276f50a1166f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cminpack/, sci-libs/cminpack/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cminpack/Manifest sci-libs/cminpack/cminpack-1.3.5.ebuild sci-libs/cminpack/files/cminpack-1.3.5-underlinking.patch X-VCS-Directories: sci-libs/cminpack/files/ sci-libs/cminpack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6cb06ba04d085ecad02fff0cb95a276f50a1166f X-VCS-Branch: master Date: Sat, 6 Mar 2021 11:10:05 +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: 333502f8-6520-49a8-94d7-02f0281fee77 X-Archives-Hash: 3b7647c37eeeec7affbe9f68364e5acb commit: 6cb06ba04d085ecad02fff0cb95a276f50a1166f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 6 10:55:25 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 6 11:09:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb06ba0 sci-libs/cminpack: Drop 1.3.5 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/cminpack/Manifest | 1 - sci-libs/cminpack/cminpack-1.3.5.ebuild | 34 ---------------------- .../files/cminpack-1.3.5-underlinking.patch | 10 ------- 3 files changed, 45 deletions(-) diff --git a/sci-libs/cminpack/Manifest b/sci-libs/cminpack/Manifest index 1ddad5001fe..f678b6a6025 100644 --- a/sci-libs/cminpack/Manifest +++ b/sci-libs/cminpack/Manifest @@ -1,2 +1 @@ -DIST cminpack-1.3.5.tar.gz 312932 BLAKE2B 52ab91490f7c569e3931346510e08db55166322399736ceb9cc090a3be3624e8db6de12ed33ee8f97f6c5358dc2488f8aa7c7aab81365316f1dbb8948e669a2e SHA512 bb6f1764d90ccc7cbbb114a509f5416567246a730e4329617671e01b535b3a69f6a6df0483810ad1ad28228a1061a3595a15d437647b94a8a2013203905c6fed DIST cminpack-1.3.8.tar.gz 341494 BLAKE2B 5aebb220f9d5d1b314331a621d3717e4568eea6c37d0a70b935eda1fc0bec11d81b07c8951c8a8bfe5edd81e7878e138f8921d96a96c40230bfc423991e766be SHA512 0cab275074a31af69dbaf3ef6d41b20184c7cf9f33c78014a69ae7a022246fa79e7b4851341c6934ca1e749955b7e1096a40b4300a109ad64ebb1b2ea5d1d8ae diff --git a/sci-libs/cminpack/cminpack-1.3.5.ebuild b/sci-libs/cminpack/cminpack-1.3.5.ebuild deleted file mode 100644 index 6314fdf3354..00000000000 --- a/sci-libs/cminpack/cminpack-1.3.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="C implementation of the MINPACK nonlinear optimization library" -HOMEPAGE="http://devernay.free.fr/hacks/cminpack/" -SRC_URI="https://github.com/devernay/cminpack/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="minpack" -SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" -RESTRICT="!test? ( test )" - -PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) - -src_configure() { - local mycmakeargs=( - -DCMINPACK_LIB_INSTALL_DIR=$(get_libdir) - -DBUILD_SHARED_LIBS=ON - -DBUILD_EXAMPLES=$(usex test) - ) - cmake-utils_src_configure - use test && export LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" -} - -src_install() { - cmake-utils_src_install - dodoc readme* - use doc && dodoc -r doc/* -} diff --git a/sci-libs/cminpack/files/cminpack-1.3.5-underlinking.patch b/sci-libs/cminpack/files/cminpack-1.3.5-underlinking.patch deleted file mode 100644 index 5133f5fcd4a..00000000000 --- a/sci-libs/cminpack/files/cminpack-1.3.5-underlinking.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/CMakeLists.txt 2016-12-29 03:57:50.652989816 +0000 -+++ b/CMakeLists.txt 2016-12-29 03:58:33.882632282 +0000 -@@ -59,6 +59,7 @@ - cminpack.h minpack.h) - - add_library (cminpack ${cminpack_srcs}) -+target_link_libraries (cminpack m) - - install (TARGETS cminpack - LIBRARY DESTINATION ${CMINPACK_LIB_INSTALL_DIR} COMPONENT library