summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-12-16 22:01:53 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-16 22:06:42 -0500
commit1cae3333c43562125252f470355c1fc18e1d0e6b (patch)
treeb8e16d48ab1622bdaa9fc7838a33f3d2642e937f /dev-libs/libbase58/libbase58-0.1.1.ebuild
parentdev-libs/libbase58: 0.1.4 stable on amd64 and x86 (diff)
downloadgentoo-1cae3333c43562125252f470355c1fc18e1d0e6b.tar.gz
gentoo-1cae3333c43562125252f470355c1fc18e1d0e6b.tar.bz2
gentoo-1cae3333c43562125252f470355c1fc18e1d0e6b.zip
dev-libs/libbase58: remove older unstable versions
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libbase58/libbase58-0.1.1.ebuild')
-rw-r--r--dev-libs/libbase58/libbase58-0.1.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libbase58/libbase58-0.1.1.ebuild b/dev-libs/libbase58/libbase58-0.1.1.ebuild
deleted file mode 100644
index c77b5cda8e25..000000000000
--- a/dev-libs/libbase58/libbase58-0.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-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"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="tools"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local myeconfargs=(
- --disable-static
- $(use_enable tools tool)
- )
- autotools-utils_src_configure
-}