* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/
@ 2022-12-20 0:23 Adam Pimentel
0 siblings, 0 replies; 5+ messages in thread
From: Adam Pimentel @ 2022-12-20 0:23 UTC (permalink / raw
To: gentoo-commits
commit: 3ffa2d2bbccfb6d921e2c15016ef0763b3b06ea2
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Tue Dec 20 00:23:09 2022 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Tue Dec 20 00:23:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ffa2d2b
dev-libs/polyseed: fix trailing lines
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
dev-libs/polyseed/polyseed-1.0.0.ebuild | 2 --
dev-libs/polyseed/polyseed-9999.ebuild | 1 -
2 files changed, 3 deletions(-)
diff --git a/dev-libs/polyseed/polyseed-1.0.0.ebuild b/dev-libs/polyseed/polyseed-1.0.0.ebuild
index 4f0bd2b3c..3b7417601 100644
--- a/dev-libs/polyseed/polyseed-1.0.0.ebuild
+++ b/dev-libs/polyseed/polyseed-1.0.0.ebuild
@@ -13,5 +13,3 @@ LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="" #todo: make test executible a USE flag
-
-
diff --git a/dev-libs/polyseed/polyseed-9999.ebuild b/dev-libs/polyseed/polyseed-9999.ebuild
index 1195e9af5..4411e43d9 100644
--- a/dev-libs/polyseed/polyseed-9999.ebuild
+++ b/dev-libs/polyseed/polyseed-9999.ebuild
@@ -14,4 +14,3 @@ LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE="" #todo: make test executible a USE flag
-
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/
@ 2023-03-15 1:03 Adam Pimentel
0 siblings, 0 replies; 5+ messages in thread
From: Adam Pimentel @ 2023-03-15 1:03 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/
@ 2023-03-15 2:09 Adam Pimentel
0 siblings, 0 replies; 5+ messages in thread
From: Adam Pimentel @ 2023-03-15 2:09 UTC (permalink / raw
To: gentoo-commits
commit: fac3db2a8535141de2c21a7adfdc96409fc573c3
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Wed Mar 15 02:09:11 2023 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Wed Mar 15 02:09:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fac3db2a
dev-libs/polyseed: ditto for live ebuild
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
dev-libs/polyseed/polyseed-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-libs/polyseed/polyseed-9999.ebuild b/dev-libs/polyseed/polyseed-9999.ebuild
index 007b9bebc..5d1d71010 100644
--- a/dev-libs/polyseed/polyseed-9999.ebuild
+++ b/dev-libs/polyseed/polyseed-9999.ebuild
@@ -13,5 +13,9 @@ EGIT_REPO_URI="https://github.com/tevador/polyseed.git"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="" #todo: make test executible an optional USE flag
+IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+ cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/
@ 2023-03-15 2:15 Adam Pimentel
0 siblings, 0 replies; 5+ messages in thread
From: Adam Pimentel @ 2023-03-15 2:15 UTC (permalink / raw
To: gentoo-commits
commit: 5af5ae756eb5c76b8f46f15b39d892ba82a7c45a
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Wed Mar 15 02:15:15 2023 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Wed Mar 15 02:15:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5af5ae75
dev-libs/polyseed: add metadata.xml
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
dev-libs/polyseed/metadata.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dev-libs/polyseed/metadata.xml b/dev-libs/polyseed/metadata.xml
new file mode 100644
index 000000000..54c433386
--- /dev/null
+++ b/dev-libs/polyseed/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>adam.pimentel46@gmail.com</email>
+ <name>Adam Pimentel</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tevador/polyseed</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/
@ 2023-05-30 6:23 Adam Pimentel
0 siblings, 0 replies; 5+ messages in thread
From: Adam Pimentel @ 2023-05-30 6:23 UTC (permalink / raw
To: gentoo-commits
commit: f28a019f9fa619c913b8f6a8558e570a4ec43f57
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Tue May 30 06:22:39 2023 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Tue May 30 06:22:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f28a019f
dev-libs/polyseed: prevent building static-libs without static-libs USE
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
dev-libs/polyseed/polyseed-1.0.0.ebuild | 7 ++++++-
dev-libs/polyseed/polyseed-2.0.0.ebuild | 7 ++++++-
dev-libs/polyseed/polyseed-9999.ebuild | 7 ++++++-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/dev-libs/polyseed/polyseed-1.0.0.ebuild b/dev-libs/polyseed/polyseed-1.0.0.ebuild
index 34315cc38..edb37dcde 100644
--- a/dev-libs/polyseed/polyseed-1.0.0.ebuild
+++ b/dev-libs/polyseed/polyseed-1.0.0.ebuild
@@ -15,6 +15,11 @@ KEYWORDS="~amd64"
IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"
+src_prepare() {
+ sed -i "s/install(TARGETS polyseed polyseed_static/install(TARGETS polyseed/g" "${S}"/CMakeLists.txt
+ cmake_src_prepare
+}
+
src_compile() {
- cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
+ cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
}
diff --git a/dev-libs/polyseed/polyseed-2.0.0.ebuild b/dev-libs/polyseed/polyseed-2.0.0.ebuild
index 34315cc38..edb37dcde 100644
--- a/dev-libs/polyseed/polyseed-2.0.0.ebuild
+++ b/dev-libs/polyseed/polyseed-2.0.0.ebuild
@@ -15,6 +15,11 @@ KEYWORDS="~amd64"
IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"
+src_prepare() {
+ sed -i "s/install(TARGETS polyseed polyseed_static/install(TARGETS polyseed/g" "${S}"/CMakeLists.txt
+ cmake_src_prepare
+}
+
src_compile() {
- cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
+ cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
}
diff --git a/dev-libs/polyseed/polyseed-9999.ebuild b/dev-libs/polyseed/polyseed-9999.ebuild
index 5d1d71010..fe4c0c6b2 100644
--- a/dev-libs/polyseed/polyseed-9999.ebuild
+++ b/dev-libs/polyseed/polyseed-9999.ebuild
@@ -16,6 +16,11 @@ KEYWORDS=""
IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"
+src_prepare() {
+ sed -i "s/install(TARGETS polyseed polyseed_static/install(TARGETS polyseed/g" "${S}"/CMakeLists.txt
+ cmake_src_prepare
+}
+
src_compile() {
- cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
+ cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-30 6:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 2:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/polyseed/ Adam Pimentel
-- strict thread matches above, loose matches on Subject: below --
2023-05-30 6:23 Adam Pimentel
2023-03-15 2:15 Adam Pimentel
2023-03-15 1:03 Adam Pimentel
2022-12-20 0:23 Adam Pimentel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox