commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Feb 25 09:42:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <jakov.smolic <AT> sartura.hr> Signed-off-by: Sam James <sam <AT> 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) -}
