diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-16 22:01:53 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-16 22:06:42 -0500 |
commit | 1cae3333c43562125252f470355c1fc18e1d0e6b (patch) | |
tree | b8e16d48ab1622bdaa9fc7838a33f3d2642e937f | |
parent | dev-libs/libbase58: 0.1.4 stable on amd64 and x86 (diff) | |
download | gentoo-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
-rw-r--r-- | dev-libs/libbase58/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest index bfa6b4b72e5f..591252d5f01d 100644 --- a/dev-libs/libbase58/Manifest +++ b/dev-libs/libbase58/Manifest @@ -1,3 +1 @@ -DIST libbase58-0.1.0.tar.gz 5807 BLAKE2B 2dc124c8713665ed6d788643bb921171a60bfea8886e73d0a9a0cdddafa5c842c4ce117d6f5b7d611babe1d2f1c0088ecd35d93788788577911473c7a9fe2d12 SHA512 8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358 -DIST libbase58-0.1.1.tar.gz 6564 BLAKE2B be3d122ee8299645a9d800d0d511ca68ea2526d66903cf764a00f4749ba8672a2249980804ebdfc135ef7580b67b7ba857c3df5e0128c7c5d1a9ceede3eacd3d SHA512 c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b DIST libbase58-0.1.4.tar.gz 6718 BLAKE2B d192499920a11f95037a46eb02b19ea5cbedefb14541c22a7c72568a69f4ccc0ed9223883fffd3337f12b718f3e39f11888c95a87b1fec481829989bd73dc741 SHA512 9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9 diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild b/dev-libs/libbase58/libbase58-0.1.0.ebuild deleted file mode 100644 index 065fa8233a6e..000000000000 --- a/dev-libs/libbase58/libbase58-0.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 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 -} 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 -} |