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 502E9138335 for ; Wed, 6 Jun 2018 14:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBB0DE09CF; Wed, 6 Jun 2018 14:55:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A7F18E09CF for ; Wed, 6 Jun 2018 14:55:04 +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 C9784335C8D for ; Wed, 6 Jun 2018 14:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5068D2C7 for ; Wed, 6 Jun 2018 14:55:01 +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: <1528296883.dfae3f1ff757cb05fe4b412d105851cf020b0b46.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.4.ebuild sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch X-VCS-Directories: sci-libs/cminpack/ sci-libs/cminpack/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfae3f1ff757cb05fe4b412d105851cf020b0b46 X-VCS-Branch: master Date: Wed, 6 Jun 2018 14:55:01 +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-Archives-Salt: 49669a63-2988-44b4-979e-4b663d622927 X-Archives-Hash: 351700d7113e6c404c3ee93eb1d87e34 commit: dfae3f1ff757cb05fe4b412d105851cf020b0b46 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 3 12:39:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 6 14:54:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfae3f1f sci-libs/cminpack: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/cminpack/Manifest | 1 - sci-libs/cminpack/cminpack-1.3.4.ebuild | 34 ---------------------- .../files/cminpack-1.2.2-underlinking.patch | 15 ---------- 3 files changed, 50 deletions(-) diff --git a/sci-libs/cminpack/Manifest b/sci-libs/cminpack/Manifest index 4480ec95402..cee1edd10f4 100644 --- a/sci-libs/cminpack/Manifest +++ b/sci-libs/cminpack/Manifest @@ -1,2 +1 @@ -DIST cminpack-1.3.4.tar.gz 311147 BLAKE2B 031739d6932326d2b11ccda6317afd17cd610bfd394106720f1b5e18d8311f19e99ff36a3b362fd2ee37e997630a267be9bdab208add61597c23198dda4d6363 SHA512 2221dd710285e4d043ec51b296979686645ee48dad2e4bcbfef3e78ff6e8e02c09575af17edc3e9879cb9b7d4b431f0effe24640a2bdc437e32d0d0710545d7a DIST cminpack-1.3.5.tar.gz 312932 BLAKE2B 52ab91490f7c569e3931346510e08db55166322399736ceb9cc090a3be3624e8db6de12ed33ee8f97f6c5358dc2488f8aa7c7aab81365316f1dbb8948e669a2e SHA512 bb6f1764d90ccc7cbbb114a509f5416567246a730e4329617671e01b535b3a69f6a6df0483810ad1ad28228a1061a3595a15d437647b94a8a2013203905c6fed diff --git a/sci-libs/cminpack/cminpack-1.3.4.ebuild b/sci-libs/cminpack/cminpack-1.3.4.ebuild deleted file mode 100644 index e4845a26287..00000000000 --- a/sci-libs/cminpack/cminpack-1.3.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils multilib - -DESCRIPTION="C implementation of the MINPACK nonlinear optimization library" -HOMEPAGE="http://devernay.free.fr/hacks/cminpack/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" - -LICENSE="minpack" -SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" - -PATCHES=( "${FILESDIR}"/${PN}-1.2.2-underlinking.patch ) - -src_configure() { - sed -i \ - -e "/CMINPACK_LIB_INSTALL_DIR/s:lib\(\|64\):$(get_libdir):g" \ - cmake/cminpack_utils.cmake || die - local mycmakeargs+=( - -DSHARED_LIBS=ON - $(cmake-utils_use_build test examples) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc readme* - use doc && dohtml -A .txt doc/* -} diff --git a/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch b/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch deleted file mode 100644 index a042d4c2f72..00000000000 --- a/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch +++ /dev/null @@ -1,15 +0,0 @@ - CMakeLists.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 57394af..5a46a75 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -56,6 +56,7 @@ set (cminpack_hdrs - cminpack.h minpack.h) - - add_library (cminpack ${LIB_TYPE} ${cminpack_srcs}) -+target_link_libraries (cminpack m) - - install (TARGETS cminpack - LIBRARY DESTINATION ${CMINPACK_LIB_INSTALL_DIR} COMPONENT library