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 8BE241382C5 for ; Mon, 5 Apr 2021 20:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4F3E091F; Mon, 5 Apr 2021 20:49:48 +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 6FC01E091F for ; Mon, 5 Apr 2021 20:49:47 +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 6F5BE340D8A for ; Mon, 5 Apr 2021 20:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8D0C3 for ; Mon, 5 Apr 2021 20:49:45 +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: <1617655772.9f0a779713cba9a383340f540d3798c42353f03a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/slibtool/Manifest sys-devel/slibtool/slibtool-0.5.31.ebuild X-VCS-Directories: sys-devel/slibtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f0a779713cba9a383340f540d3798c42353f03a X-VCS-Branch: master Date: Mon, 5 Apr 2021 20:49:45 +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: 6290878e-a1c8-402b-8a28-a270a04c8f12 X-Archives-Hash: f7494a0a1c2a1c2450780336f74e55a1 commit: 9f0a779713cba9a383340f540d3798c42353f03a Author: Sam James gentoo org> AuthorDate: Mon Apr 5 20:49:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 5 20:49:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0a7797 sys-devel/slibtool: drop 0.5.31 Signed-off-by: Sam James gentoo.org> sys-devel/slibtool/Manifest | 1 - sys-devel/slibtool/slibtool-0.5.31.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/sys-devel/slibtool/Manifest b/sys-devel/slibtool/Manifest index 8705f308e0f..a01b497510e 100644 --- a/sys-devel/slibtool/Manifest +++ b/sys-devel/slibtool/Manifest @@ -1,3 +1,2 @@ -DIST slibtool-0.5.31.tar.xz 70008 BLAKE2B aa46b2bfe02e22dabb3dc56b2de9521ef8fd3b54774561bcccca15763c8ee88154a03bb6defd4f6b828eaadb040e66725d18b788aac0a4d0170ce02cb044e9eb SHA512 658ea3244c6d1e9bd389ea5c222c29df6ba7acc5d6f2ada7a94dd3ac29ffbb681f377d8887a99861ab2ab484a7d3551e020bac2b92bdb07ad0e9ee96facfc6bd DIST slibtool-0.5.32.tar.xz 72820 BLAKE2B 2098af643b9591d85a9fa2d34c4a0c06af664786acd15f26ebebe966d4fbac2085fa8525cdb28d7087bd59e16334f793bbb87ada7011572a8ac7ada0ca5ab770 SHA512 60c6bb8cd2e49d5a417b61c96b81fd25534bc9915d8b3db0078ae6469685591997a503fcabb0cf1b336f883e61c32892dc9d39d69b4041ef9d49d6cd52f760a5 DIST slibtool-0.5.33.tar.xz 74100 BLAKE2B ae4901fb116c1c9463d7a817dc0c3aff2de0983b19d0ca84d5081aa4ac0f6b7a386ccf4cc3916c799ecc8d053a1b8dd71f7f8aafeae358d3931ce4ebc68932e0 SHA512 d4fd15669f8792a09f162f124ff92544efbc0e963b0ed5e8b9f3521f8da204380c6d9f175cfac818e769d5e90ae5d52eddfccdecf82880c11083997dca676ae4 diff --git a/sys-devel/slibtool/slibtool-0.5.31.ebuild b/sys-devel/slibtool/slibtool-0.5.31.ebuild deleted file mode 100644 index 057d3f4b44d..00000000000 --- a/sys-devel/slibtool/slibtool-0.5.31.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -# git.foss21.org is the official repository per upstream -DESCRIPTION="A skinny libtool implementation, written in C" -HOMEPAGE="https://git.foss21.org/slibtool" -SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc" - -src_configure() { - # custom configure script (not generated by autoconf) - ./configure \ - --compiler=$(tc-getCC) \ - --host=${CHOST} \ - --prefix="${EPREFIX}"/usr \ - || die -}