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 AB0AA138335 for ; Mon, 9 Sep 2019 09:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DD5E09EC; Mon, 9 Sep 2019 09:08:55 +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 6E6DBE09EC for ; Mon, 9 Sep 2019 09:08:55 +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 0EE5334AE81 for ; Mon, 9 Sep 2019 09:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08577E7 for ; Mon, 9 Sep 2019 09:08:51 +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: <1568020117.5fe3d01f5114715ba2ac93f5fd689bf698ebd56b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libf2c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libf2c/Manifest dev-libs/libf2c/libf2c-20110801-r4.ebuild dev-libs/libf2c/libf2c-20130927.ebuild X-VCS-Directories: dev-libs/libf2c/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5fe3d01f5114715ba2ac93f5fd689bf698ebd56b X-VCS-Branch: master Date: Mon, 9 Sep 2019 09:08:51 +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: ff9a5239-194d-472f-bd3c-40f00b102a03 X-Archives-Hash: c3cac5dbe3701e5e5d008957c2a89737 commit: 5fe3d01f5114715ba2ac93f5fd689bf698ebd56b Author: David Seifert gentoo org> AuthorDate: Mon Sep 9 09:08:37 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Sep 9 09:08:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe3d01f dev-libs/libf2c: Remove old Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-libs/libf2c/Manifest | 1 - dev-libs/libf2c/libf2c-20110801-r4.ebuild | 57 ------------------------------- dev-libs/libf2c/libf2c-20130927.ebuild | 57 ------------------------------- 3 files changed, 115 deletions(-) diff --git a/dev-libs/libf2c/Manifest b/dev-libs/libf2c/Manifest index 5d5799bb84d..860e613edbe 100644 --- a/dev-libs/libf2c/Manifest +++ b/dev-libs/libf2c/Manifest @@ -1,2 +1 @@ -DIST libf2c-20110801.zip 128845 BLAKE2B f948693c0aace5725f3a4ab3406396a9f16fbb3c08681fe200ba2ba0b48dadb3c051a510cf9b4714d9fbfebc43e52ba13d6fdbff3590c19a164acc710ebe2958 SHA512 7a7b7b02ca2b11456aa0deba5094aebc1e9f7070d1742ad76450ec79de7eed967fbd7446524b66c52295ed911471d2dc396d171569b5d37079bdca8220fd2fb6 DIST libf2c-20130927.zip 129082 BLAKE2B 09f818bde8888b569858784c39e93a6a11b3103039f44c3f6a1246b29efb5f8ae6e45f787ed0c2216bea383a79b9554aff30e1fbb00668bbc872b4bc30d87ba8 SHA512 1a12093dec3c250f4775eebd06f1a9144fdb956ea3162202fb67569fdd956ac5591bc563a0726ca65ea10d465efaac1c1d8024d63bc4a4b5c88bf46242607c8a diff --git a/dev-libs/libf2c/libf2c-20110801-r4.ebuild b/dev-libs/libf2c/libf2c-20110801-r4.ebuild deleted file mode 100644 index 50e2c97344e..00000000000 --- a/dev-libs/libf2c/libf2c-20110801-r4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Library that converts FORTRAN to C source" -HOMEPAGE="http://www.netlib.org/f2c/" -SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -src_prepare() { - epatch \ - "${FILESDIR}"/20051004-add-ofiles-dep.patch \ - "${FILESDIR}"/20090407-link-shared-libf2c-correctly.patch \ - "${FILESDIR}"/${P}-main.patch\ - "${FILESDIR}"/${P}-64bit-long.patch \ - "${FILESDIR}"/${P}-format-security.patch - sed -i -e "s/ld /$(tc-getLD) /" makefile.u || die -} - -src_compile() { - emake \ - -f makefile.u \ - libf2c.so \ - CFLAGS="${CFLAGS} -fPIC" \ - CC="$(tc-getCC)" - - # Clean up files so we can recompile without PIC for the static lib - if use static-libs; then - rm *.o || die "clean failed" - emake \ - -f makefile.u \ - all \ - CFLAGS="${CFLAGS}" \ - CC="$(tc-getCC)" - fi -} - -src_install () { - dolib libf2c.so.2 - dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so - use static-libs && dolib.a libf2c.a - doheader f2c.h - dodoc README Notice -} diff --git a/dev-libs/libf2c/libf2c-20130927.ebuild b/dev-libs/libf2c/libf2c-20130927.ebuild deleted file mode 100644 index a9e73c1620a..00000000000 --- a/dev-libs/libf2c/libf2c-20130927.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Library that converts FORTRAN to C source" -HOMEPAGE="http://www.netlib.org/f2c/" -SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -src_prepare() { - epatch \ - "${FILESDIR}"/20051004-add-ofiles-dep.patch \ - "${FILESDIR}"/20090407-link-shared-libf2c-correctly.patch \ - "${FILESDIR}"/${PN}-20110801-main.patch\ - "${FILESDIR}"/${PN}-20110801-64bit-long.patch \ - "${FILESDIR}"/${PN}-20110801-format-security.patch - sed -i -e "s/ld /$(tc-getLD) /" makefile.u || die -} - -src_compile() { - emake \ - -f makefile.u \ - libf2c.so \ - CFLAGS="${CFLAGS} -fPIC" \ - CC="$(tc-getCC)" - - # Clean up files so we can recompile without PIC for the static lib - if use static-libs; then - rm *.o || die "clean failed" - emake \ - -f makefile.u \ - all \ - CFLAGS="${CFLAGS}" \ - CC="$(tc-getCC)" - fi -} - -src_install () { - dolib libf2c.so.2 - dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so - use static-libs && dolib.a libf2c.a - doheader f2c.h - dodoc README Notice -}