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 EB8D81382C5 for ; Thu, 25 Feb 2021 19:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45563E09B5; Thu, 25 Feb 2021 19:07:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 30B9EE09B5 for ; Thu, 25 Feb 2021 19:07:45 +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 274D5340FEE for ; Thu, 25 Feb 2021 19:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B759E4F3 for ; Thu, 25 Feb 2021 19:07:42 +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: <1614280052.8c86f87ecbd277366f423e658a8c402eda7abcd0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbase58/libbase58-0.1.4.ebuild X-VCS-Directories: dev-libs/libbase58/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c86f87ecbd277366f423e658a8c402eda7abcd0 X-VCS-Branch: master Date: Thu, 25 Feb 2021 19:07:42 +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: caaab3e0-0f38-42ba-9532-3049da938ef5 X-Archives-Hash: 7f7505518883e5388a1b968bf8540952 commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0 Author: Jakov Smolic sartura hr> AuthorDate: Thu Feb 25 09:42:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 25 19:07:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c86f87e dev-libs/libbase58: Remove old Bug: https://bugs.gentoo.org/727008 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild b/dev-libs/libbase58/libbase58-0.1.4.ebuild deleted file mode 100644 index 78152ff985e..00000000000 --- a/dev-libs/libbase58/libbase58-0.1.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="C implementation of Bitcoin's base58 encoding" -HOMEPAGE="https://github.com/luke-jr/libbase58" -LICENSE="MIT" - -SRC_URI="https://github.com/luke-jr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0/0" -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86" -IUSE="tools" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable tools tool) -}