commit:     c6f67ff24174963f0985c6eb6f883576b87a28fa
Author:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Wed Mar 15 01:02:57 2023 +0000
Commit:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Wed Mar 15 01:02:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6f67ff2

dev-libs/polyseed: version bump

Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>

 dev-libs/polyseed/Manifest              |  1 +
 dev-libs/polyseed/polyseed-2.0.0.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/dev-libs/polyseed/Manifest b/dev-libs/polyseed/Manifest
index 8283c5e23..cc3335016 100644
--- a/dev-libs/polyseed/Manifest
+++ b/dev-libs/polyseed/Manifest
@@ -1 +1,2 @@
 DIST polyseed-1.0.0.tar.gz 105268 BLAKE2B 
ed3214816d3d0421c7fed8345bf8c66f0b6d7da47d7cc2c499cf7899817d2acf7951e1c439e80bb8e012a5b4ba5ca88795ab1fc0de688a90632b567924e7cc78
 SHA512 
fdb85173b71aa6da8ee032ef97c4a1dc07b1517b75c694b33d59c5e7cd2f69ba1d591c82b2227ce4e5ea88c4ec0b10fa4fb6487f6ced1eb7aef48c069d5a7a93
+DIST polyseed-2.0.0.tar.gz 105259 BLAKE2B 
82525b9dc475bc9246285516a52ad0af309445a61de9382203ae4db52c8d989e43ac59b3562cbf4c10d3250184398717ff77186ed146ad9be7bffd4f4cd4aa97
 SHA512 
cab9b81612f20b560962963c3dedc22701767b2841800ecaefaf8100f6458b1e39cecd9da9de3372e6ac3a67eb4c98b5512042872978c6c4d8cec8c917092af3

diff --git a/dev-libs/polyseed/polyseed-2.0.0.ebuild 
b/dev-libs/polyseed/polyseed-2.0.0.ebuild
new file mode 100644
index 000000000..34fd63397
--- /dev/null
+++ b/dev-libs/polyseed/polyseed-2.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Mnemonic seed library for Monero and other CryptoNote-based 
currencies."
+HOMEPAGE="https://github.com/tevador/polyseed";
+SRC_URI="https://github.com/tevador/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="" #todo: make test executible an optiona; USE flag
+BDEPEND="virtual/pkgconfig"

Reply via email to