* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2022-11-09 9:25 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-11-09 9:25 UTC (permalink / raw
To: gentoo-commits
commit: c55cec6ca9506d2bf036240c156b4a92c58908b2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 9 07:54:22 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 9 07:54:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c55cec6c
dev-crystal/protodec: new package, add 0.1.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/protodec/Manifest | 1 +
dev-crystal/protodec/metadata.xml | 8 ++++++++
dev-crystal/protodec/protodec-0.1.4.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-crystal/protodec/Manifest b/dev-crystal/protodec/Manifest
new file mode 100644
index 000000000..65dc7e777
--- /dev/null
+++ b/dev-crystal/protodec/Manifest
@@ -0,0 +1 @@
+DIST protodec-0.1.4.tar.gz 18008 BLAKE2B e3154c4901df523e8a914a23006030448ffc8c926701d5a072f1f0278b1e17969d83049bf4c49037af1f05eb1ececb0e79d5080e47e181ed944690daffa75957 SHA512 0211c7b165946d2779808a43893703bf0138ff601e0e3b4aa54024b5eed317d692547822dc42ec6b320f75798ffa4334c4217fd1ee5c11b1eb6dab6db20ce7a8
diff --git a/dev-crystal/protodec/metadata.xml b/dev-crystal/protodec/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/dev-crystal/protodec/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-crystal/protodec/protodec-0.1.4.ebuild b/dev-crystal/protodec/protodec-0.1.4.ebuild
new file mode 100644
index 000000000..f299a6362
--- /dev/null
+++ b/dev-crystal/protodec/protodec-0.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Command-line tool to encode and decode arbitrary protobuf data"
+HOMEPAGE="https://github.com/iv-org/protodec"
+SRC_URI="https://github.com/iv-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/boehm-gc
+ dev-libs/libevent:=
+ dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ sed -i src/protodec.cr \
+ -e 's/\(CURRENT_BRANCH \) = .*/\1 = "master"/' \
+ -e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
+ -e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2022-12-02 6:15 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-12-02 6:15 UTC (permalink / raw
To: gentoo-commits
commit: d1505558b9a8645c3f96792f793bbef99a105a20
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Dec 1 15:42:29 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Dec 2 06:13:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1505558
dev-crystal/protodec: add 0.1.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/protodec/Manifest | 1 +
dev-crystal/protodec/protodec-0.1.5.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-crystal/protodec/Manifest b/dev-crystal/protodec/Manifest
index 65dc7e777..8e9ba1cb4 100644
--- a/dev-crystal/protodec/Manifest
+++ b/dev-crystal/protodec/Manifest
@@ -1 +1,2 @@
DIST protodec-0.1.4.tar.gz 18008 BLAKE2B e3154c4901df523e8a914a23006030448ffc8c926701d5a072f1f0278b1e17969d83049bf4c49037af1f05eb1ececb0e79d5080e47e181ed944690daffa75957 SHA512 0211c7b165946d2779808a43893703bf0138ff601e0e3b4aa54024b5eed317d692547822dc42ec6b320f75798ffa4334c4217fd1ee5c11b1eb6dab6db20ce7a8
+DIST protodec-0.1.5.tar.gz 18246 BLAKE2B ba2a95f07ddc0d94c9b1c66d59d624d5aaf62bbb1bd20c294329d67e9d9b11048f565ca33f3fc7e54c7ee857453249dfa2bccc91d5c1e22caf87ba25355a2557 SHA512 6235864397bd90a482be4bd19736982da9d60a4229b3256224d9985fa70a0529aaaeeb3fb5285d692e3a5441895c09b37e887cec4f125726935e6764a047bb46
diff --git a/dev-crystal/protodec/protodec-0.1.5.ebuild b/dev-crystal/protodec/protodec-0.1.5.ebuild
new file mode 100644
index 000000000..f299a6362
--- /dev/null
+++ b/dev-crystal/protodec/protodec-0.1.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Command-line tool to encode and decode arbitrary protobuf data"
+HOMEPAGE="https://github.com/iv-org/protodec"
+SRC_URI="https://github.com/iv-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-libs/boehm-gc
+ dev-libs/libevent:=
+ dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ sed -i src/protodec.cr \
+ -e 's/\(CURRENT_BRANCH \) = .*/\1 = "master"/' \
+ -e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
+ -e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2023-06-07 20:18 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2023-06-07 20:18 UTC (permalink / raw
To: gentoo-commits
commit: d9adeee57a838b5a06f85365f8c19ed7331457f9
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 7 20:15:18 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 7 20:15:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9adeee5
dev-crystal/protodec: add upstream maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/protodec/metadata.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-crystal/protodec/metadata.xml b/dev-crystal/protodec/metadata.xml
index 7ebbd0334..22b28aca3 100644
--- a/dev-crystal/protodec/metadata.xml
+++ b/dev-crystal/protodec/metadata.xml
@@ -5,4 +5,10 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <upstream>
+ <maintainer>
+ <name>Omar Roth</name>
+ <email>omarroth@protonmail.com</email>
+ </maintainer>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2024-11-28 10:44 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-11-28 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 6a2cdc166aa675cec86d18e72cfa22d46ef1149a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 28 09:36:04 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 28 10:44:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a2cdc16
dev-crystal/protodec: install protodec binary
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/protodec/Manifest | 1 -
.../protodec/{protodec-0.1.4.ebuild => protodec-0.1.5-r1.ebuild} | 7 ++++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-crystal/protodec/Manifest b/dev-crystal/protodec/Manifest
index 8e9ba1cb4..29399c990 100644
--- a/dev-crystal/protodec/Manifest
+++ b/dev-crystal/protodec/Manifest
@@ -1,2 +1 @@
-DIST protodec-0.1.4.tar.gz 18008 BLAKE2B e3154c4901df523e8a914a23006030448ffc8c926701d5a072f1f0278b1e17969d83049bf4c49037af1f05eb1ececb0e79d5080e47e181ed944690daffa75957 SHA512 0211c7b165946d2779808a43893703bf0138ff601e0e3b4aa54024b5eed317d692547822dc42ec6b320f75798ffa4334c4217fd1ee5c11b1eb6dab6db20ce7a8
DIST protodec-0.1.5.tar.gz 18246 BLAKE2B ba2a95f07ddc0d94c9b1c66d59d624d5aaf62bbb1bd20c294329d67e9d9b11048f565ca33f3fc7e54c7ee857453249dfa2bccc91d5c1e22caf87ba25355a2557 SHA512 6235864397bd90a482be4bd19736982da9d60a4229b3256224d9985fa70a0529aaaeeb3fb5285d692e3a5441895c09b37e887cec4f125726935e6764a047bb46
diff --git a/dev-crystal/protodec/protodec-0.1.4.ebuild b/dev-crystal/protodec/protodec-0.1.5-r1.ebuild
similarity index 87%
rename from dev-crystal/protodec/protodec-0.1.4.ebuild
rename to dev-crystal/protodec/protodec-0.1.5-r1.ebuild
index f299a6362..998643276 100644
--- a/dev-crystal/protodec/protodec-0.1.4.ebuild
+++ b/dev-crystal/protodec/protodec-0.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,3 +28,8 @@ src_prepare() {
-e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
-e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
}
+
+src_install() {
+ dobin protodec
+ shards_src_install
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2024-12-03 17:06 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-12-03 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 10b55798335cdaedf2a821f187fdc2cbb0363c87
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 16:19:45 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 17:06:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10b55798
dev-crystal/protodec: add myself as a maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/protodec/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-crystal/protodec/metadata.xml b/dev-crystal/protodec/metadata.xml
index a8d20093e..ca8e2935a 100644
--- a/dev-crystal/protodec/metadata.xml
+++ b/dev-crystal/protodec/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
<upstream>
<maintainer>
<name>Omar Roth</name>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/
@ 2024-12-03 17:06 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-12-03 17:06 UTC (permalink / raw
To: gentoo-commits
commit: f9b37fb324fe58c68e3f503f219634fac3a22e7e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 16:58:23 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 17:06:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b37fb3
dev-crystal/protodec: fix rdepend
Closes: https://bugs.gentoo.org/945524
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../protodec/{protodec-0.1.5.ebuild => protodec-0.1.5-r2.ebuild} | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-crystal/protodec/protodec-0.1.5.ebuild b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
similarity index 84%
rename from dev-crystal/protodec/protodec-0.1.5.ebuild
rename to dev-crystal/protodec/protodec-0.1.5-r2.ebuild
index f299a6362..90f97c8d2 100644
--- a/dev-crystal/protodec/protodec-0.1.5.ebuild
+++ b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
DEPEND="
dev-libs/boehm-gc
dev-libs/libevent:=
- dev-libs/libpcre
+ dev-libs/libpcre2:=
"
RDEPEND="${DEPEND}"
@@ -28,3 +28,8 @@ src_prepare() {
-e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
-e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
}
+
+src_install() {
+ dobin protodec
+ shards_src_install
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-03 17:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 17:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/protodec/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 17:06 Anna Vyalkova
2024-11-28 10:44 Anna Vyalkova
2023-06-07 20:18 Anna Vyalkova
2022-12-02 6:15 Anna Vyalkova
2022-11-09 9:25 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox