[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-06-03 Thread Sergei Trofimovich
commit: 353a6ed10ad9960778ae244ce615a7eb5ba5e836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  3 13:24:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  3 13:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a6ed1

dev-libs/libbase58: apply distfiles tarball rename 0.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbase58/Manifest   | 2 +-
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index 6c24c1c260f..a5cce167bfe 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,2 @@
+DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
-DIST v0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c

diff --git a/dev-libs/libbase58/libbase58-0.1.0.ebuild 
b/dev-libs/libbase58/libbase58-0.1.0.ebuild
index 187135c7d3f..065fa8233a6 100644
--- a/dev-libs/libbase58/libbase58-0.1.0.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ 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";
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-08-10 Thread Anthony G. Basile
commit: 29baeb6e3af67f682ed52b54fe449b8becc8bc7c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Aug 10 13:18:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Aug 10 13:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeb6e

dev-libs/libbase58: version bump to 1.0.4, EAPI=6 and subslot added

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libbase58/Manifest   |  1 +
 dev-libs/libbase58/libbase58-0.1.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index a5cce167bfe..eac64307ba2 100644
--- a/dev-libs/libbase58/Manifest
+++ b/dev-libs/libbase58/Manifest
@@ -1,2 +1,3 @@
 DIST libbase58-0.1.0.tar.gz 5807 SHA256 
43ac21173353c3d284406986501d15972f589b6d9247f61766b7acbf1f5a7a4a SHA512 
8bfeeb194736cae291308b281f23f49774943dc0151863ddf99b92b657c0151a9873a110f79679e81f14bf0ecf3cf00bf43f517a24d5e89d032a0a5ebed1a358
 WHIRLPOOL 
ba3baed348e4e7265ad14c04f7fca9b728ebd026a61275e4aaa852268f2513bc001610f013159b72c0367255a4c2d3d69b18c7b693c5e6eab6269c4894b6667c
 DIST libbase58-0.1.1.tar.gz 6564 SHA256 
51f665b52efc99b7a8205101569a0580a7d7defda1c4597e6e467c164f86a206 SHA512 
c47cb7f891c54a8b07a01f033312baa97b7722965cc0c5003fb8591dedc304dd3ff408e8b31ee4b0634b58f6a7f0be55bee039a1fd8e24fdb62f7a72c4be7c3b
 WHIRLPOOL 
ec72557af9269a47a33c4d75260821b606b75a644ded2f4f30f02657fc3a6586240f91d76718b219e7cbde8a636987f5145405faa9603c2c19022aeeac1be878
+DIST libbase58-0.1.4.tar.gz 6718 SHA256 
97e8c3387fd4ed90208a8101e658743efbb6e21714e594f0828e6414f92c0b1d SHA512 
9b36fd7308a1a5486d77cb9baeeac49669a2c823998ff0885fee0757d6fca374f796b743e69af087e20a58b95556faf6c48106e034c09879937d96dae5fc7ac9
 WHIRLPOOL 
a33dfb69c047a21da48328f7acd415b0eec3fc6358c256a24dfee06b91295d0ec36c58ffbaa5ba14e74e5bc0db5ff052d7fcf99a2f7819e2370e35df58e53859

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
new file mode 100644
index 000..55a1b52188c
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: b3104dbf22926e9eb1c06202b3a411e60cb934b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3104dbf

dev-libs/libbase58: 0.1.4 stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/libbase58-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4.ebuild
index 55a1b52188c..78152ff985e 100644
--- a/dev-libs/libbase58/libbase58-0.1.4.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2017-12-16 Thread Anthony G. Basile
commit: 1caec43562125252f470355c1fc18e1d0e6b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec 17 03:01:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec 17 03:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cae

dev-libs/libbase58: remove older unstable versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libbase58/Manifest   |  2 --
 dev-libs/libbase58/libbase58-0.1.0.ebuild | 26 --
 dev-libs/libbase58/libbase58-0.1.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/libbase58/Manifest b/dev-libs/libbase58/Manifest
index bfa6b4b72e5..591252d5f01 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 065fa8233a6..000
--- 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 c77b5cda8e2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 085cfe1e5e62f8c5d3836bec5ac3f0b8af8d05c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 05:38:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cfe1e

dev-libs/libbase58: conditionalize 'rm' in 0.1.4

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 6d58a9ccec7..3cdcfde18b5 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools multilib-minimal
 
 DESCRIPTION="C implementation of Bitcoin's base58 encoding"
@@ -24,7 +25,8 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # multilib support.
multilib_copy_sources
 }
 
@@ -44,5 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   rm -rf "${ED}/TRASH" || die
+   if use test; then
+   rm -r "${ED}/TRASH" || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-04 Thread Joonas Niilola
commit: 3d002a389dc3e77943ce1d689e85aa3548793dc6
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 29 14:16:17 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 05:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d002a38

dev-libs/libbase58: Add multilib support to 0.1.4

Also adds a missing dependency on libgcrypt for test & USE=tools

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
new file mode 100644
index 000..6d58a9ccec7
--- /dev/null
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+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="test tools"
+RESTRICT="!test? ( test )"
+
+# NOTE: If not testing, we don't need non-native libgcrypt
+RDEPEND="tools? ( dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconf=(
+   --disable-static
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+   if multilib_is_native_abi && use tools; then
+   myeconf+=( --enable-tool )
+   elif use test; then
+   myeconf+=( --enable-tool --bindir='/TRASH' )
+   else
+   myeconf+=( --disable-tool )
+   fi
+   econf "${myeconf[@]}"
+}
+
+multilib_src_install_all() {
+   rm -rf "${ED}/TRASH" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: 47b6f9481bd5f547af2134a5dea2e15bd45ca889
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:23:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b6f948

dev-libs/libbase58: add a better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 3cdcfde18b5..1cf48ca77e4 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if use test; then
+   if [[ -d ${ED}/TRASH ]]; then
rm -r "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-10-05 Thread Joonas Niilola
commit: aea981b2e5871a0853a28e73a8e5cada5bb4054b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct  5 14:31:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  5 14:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea981b2

dev-libs/libbase58: add even better check for TRASH dir on 0.1.4-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 1cf48ca77e4..375b6956313 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -46,7 +46,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   if [[ -d ${ED}/TRASH ]]; then
-   rm -r "${ED}/TRASH" || die
+   if use test; then
+   # It's hard to control this directory with 
multilib_is_native_abi && use tools, hence -f.
+   rm -rf "${ED}/TRASH" || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-20 Thread Thomas Deutschmann
commit: e6b6369f4d23b84b71264c17f62d4057ce319797
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Feb 20 15:49:51 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 20 18:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f

dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd)

Closes: https://bugs.gentoo.org/771672
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index e849059b854..433dcc192f8 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="!test? ( test )"
 # NOTE: If not testing, we don't need non-native libgcrypt
 RDEPEND="tools? ( dev-libs/libgcrypt )"
 DEPEND="${RDEPEND}
-   test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] )
+   test? (
+   app-editors/vim-core
+   dev-libs/libgcrypt[${MULTILIB_USEDEP}]
+   )
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: d5d7ef368bf771524780aff447015afd1ed27f08
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:37:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d7ef36

dev-libs/libbase58: Stabilize 0.1.4-r1 amd64, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 433dcc192f8..9643cbea735 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-24 Thread Sam James
commit: 6edf24d92477c8cc63074c96084af947924db4c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 23:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 23:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf24d9

dev-libs/libbase58: Stabilize 0.1.4-r1 x86, #727008

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 9643cbea735..80dc047c83b 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-02-25 Thread Sam James
commit: 8c86f87ecbd277366f423e658a8c402eda7abcd0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:42:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
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..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2020-07-19 Thread Sam James
commit: 0354d27f61050dc03378e5db3d01c8b91318bfb1
Author: Luke Dashjr  utopios  org>
AuthorDate: Sun Jul 19 20:12:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 23:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354d27f

dev-libs/libbase58: Correct my email address in metadata

Signed-off-by: Luke Dashjr  utopios.org>
Bug: https://bugs.gentoo.org/633048
Closes: https://github.com/gentoo/gentoo/pull/16748
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libbase58/metadata.xml b/dev-libs/libbase58/metadata.xml
index 7beabae5160..a2e814a17c2 100644
--- a/dev-libs/libbase58/metadata.xml
+++ b/dev-libs/libbase58/metadata.xml
@@ -6,7 +6,7 @@
 Anthony G. Basile
   
   
-luke_gentoo_bitc...@dashjr.org
+luke-jr+gentoob...@utopios.org
 Luke Dashjr
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/

2021-01-09 Thread Sam James
commit: ab1005ae4c72fcc61a657fe8a233ac0e1a8b78ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 10:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 10:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1005ae

dev-libs/libbase58: fix trailing whitespace

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild 
b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
index 375b6956313..e849059b854 100644
--- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
+++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ src_prepare() {
eapply_user
eautoreconf
 
-   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for 
+   # NOTE: Needed because test suite uses srcdir instead of builddir to 
set PATH and for
# multilib support.
multilib_copy_sources
 }



  1   2   >