public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-text/owo/
@ 2023-08-14 16:36 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2023-08-14 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     503579ebdc2b4d91270544c0f5c38fa0f3ae5faf
Author:     Jarod Anders <jarodjoe1210 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 23:37:45 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Aug 13 23:38:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=503579eb

app-text/owo: new package, add 0.1.0

Signed-off-by: Jarod Anders <jarodjoe1210 <AT> gmail.com>

 app-text/owo/Manifest         |  1 +
 app-text/owo/metadata.xml     | 11 +++++++++++
 app-text/owo/owo-0.1.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-text/owo/Manifest b/app-text/owo/Manifest
new file mode 100644
index 0000000000..97cd2f47b0
--- /dev/null
+++ b/app-text/owo/Manifest
@@ -0,0 +1 @@
+DIST 0.1.0.tar.gz 1111 BLAKE2B b06867073669585117ecfd582f3f0e2695abbe8abb6bf16b9224e193b260894b026e133d3fa67843b1bc628ffadce8aa993fb084c4c29889b90847f007af7117 SHA512 6ed0f8c64488f99f761ecb9a1389b2abf1c8f5b670c5ead744068a6a777c2c4179c71579873a196c644855c4018e0f3efd5dfac282283087e1ebe09026a8c973

diff --git a/app-text/owo/metadata.xml b/app-text/owo/metadata.xml
new file mode 100644
index 0000000000..8c33417ee8
--- /dev/null
+++ b/app-text/owo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+   <upstream>
+       <remote-id type="github">iliketwertles/owo</remote-id>
+   </upstream>
+   <maintainer type="person">
+       <email>jarodjoe1210@gmail.com</email>
+       <name>Jarod Anders</name>
+   </maintainer>
+</pkgmetadata>

diff --git a/app-text/owo/owo-0.1.0.ebuild b/app-text/owo/owo-0.1.0.ebuild
new file mode 100644
index 0000000000..5e2b534bc0
--- /dev/null
+++ b/app-text/owo/owo-0.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild 0.5.4
+# With edits made
+
+EAPI=8
+
+CRATES="
+	aho-corasick-0.7.20
+	memchr-2.5.0
+	regex-1.7.3
+	regex-syntax-0.6.29
+"
+
+inherit cargo
+
+DESCRIPTION="OwO-ifies text via regex"
+# Double check the homepage as the cargo_metadata crate
+# does not provide this value so instead repository is used
+HOMEPAGE="https://github.com/iliketwertles"
+SRC_URI="https://github.com/iliketwertles/owo/archive/refs/tags/0.1.0.tar.gz"
+
+# License set may be more restrictive as OR is not respected
+# use cargo-license for a more accurate license picture
+LICENSE="Apache-2.0 MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+# rust does not use *FLAGS from make.conf, silence portage warning
+# update with proper path to binaries this crate installs, omit leading /
+QA_FLAGS_IGNORED="usr/bin/${PN}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-text/owo/
@ 2023-08-17  5:15 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-08-17  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5e3d95bfa9f8e00ff1ed74b504e882a473e304ed
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Aug 15 18:14:05 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 18:14:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e3d95bf

app-text/owo: update SRC_URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-text/owo/Manifest         | 2 +-
 app-text/owo/owo-0.1.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/owo/Manifest b/app-text/owo/Manifest
index 97cd2f47b0..b89e8398e3 100644
--- a/app-text/owo/Manifest
+++ b/app-text/owo/Manifest
@@ -1 +1 @@
-DIST 0.1.0.tar.gz 1111 BLAKE2B b06867073669585117ecfd582f3f0e2695abbe8abb6bf16b9224e193b260894b026e133d3fa67843b1bc628ffadce8aa993fb084c4c29889b90847f007af7117 SHA512 6ed0f8c64488f99f761ecb9a1389b2abf1c8f5b670c5ead744068a6a777c2c4179c71579873a196c644855c4018e0f3efd5dfac282283087e1ebe09026a8c973
+DIST owo-0.1.0.tar.gz 1111 BLAKE2B b06867073669585117ecfd582f3f0e2695abbe8abb6bf16b9224e193b260894b026e133d3fa67843b1bc628ffadce8aa993fb084c4c29889b90847f007af7117 SHA512 6ed0f8c64488f99f761ecb9a1389b2abf1c8f5b670c5ead744068a6a777c2c4179c71579873a196c644855c4018e0f3efd5dfac282283087e1ebe09026a8c973

diff --git a/app-text/owo/owo-0.1.0.ebuild b/app-text/owo/owo-0.1.0.ebuild
index 7fb9e1e48d..8cb3d9a411 100644
--- a/app-text/owo/owo-0.1.0.ebuild
+++ b/app-text/owo/owo-0.1.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="OwO-ifies text via regex"
 # Double check the homepage as the cargo_metadata crate
 # does not provide this value so instead repository is used
 HOMEPAGE="https://github.com/iliketwertles"
-SRC_URI="https://github.com/iliketwertles/owo/archive/refs/tags/0.1.0.tar.gz"
+SRC_URI="https://github.com/iliketwertles/owo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 # License set may be more restrictive as OR is not respected
 # use cargo-license for a more accurate license picture


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-text/owo/
@ 2023-08-17  5:15 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-08-17  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     baf0ab85d80a3daefa97f2173f4b821fec7382e2
Author:     Jarod Anders <jarodjoe1210 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 14 19:03:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 19:03:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baf0ab85

app-text/owo: fix broken ebuild

Signed-off-by: Jarod Anders <jarodjoe1210 <AT> gmail.com>

 app-text/owo/owo-0.1.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/owo/owo-0.1.0.ebuild b/app-text/owo/owo-0.1.0.ebuild
index 5e2b534bc0..7fb9e1e48d 100644
--- a/app-text/owo/owo-0.1.0.ebuild
+++ b/app-text/owo/owo-0.1.0.ebuild
@@ -7,10 +7,10 @@
 EAPI=8
 
 CRATES="
-	aho-corasick-0.7.20
-	memchr-2.5.0
-	regex-1.7.3
-	regex-syntax-0.6.29
+	aho-corasick@0.7.20
+	memchr@2.5.0
+	regex@1.7.3
+	regex-syntax@0.6.29
 "
 
 inherit cargo


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-text/owo/
@ 2025-02-03 11:38 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-02-03 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a8793c4382a675edda8dbb032c3b0272a8a8144
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb  2 08:27:44 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb  2 08:27:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a8793c4

app-text/owo: update SRC_URI

Closes: https://bugs.gentoo.org/912302
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-text/owo/Manifest         | 4 ++++
 app-text/owo/owo-0.1.0.ebuild | 9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-text/owo/Manifest b/app-text/owo/Manifest
index b89e8398e..ea6f494c2 100644
--- a/app-text/owo/Manifest
+++ b/app-text/owo/Manifest
@@ -1 +1,5 @@
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6 SHA512 ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
+DIST memchr-2.5.0.crate 65812 BLAKE2B 57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab SHA512 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
 DIST owo-0.1.0.tar.gz 1111 BLAKE2B b06867073669585117ecfd582f3f0e2695abbe8abb6bf16b9224e193b260894b026e133d3fa67843b1bc628ffadce8aa993fb084c4c29889b90847f007af7117 SHA512 6ed0f8c64488f99f761ecb9a1389b2abf1c8f5b670c5ead744068a6a777c2c4179c71579873a196c644855c4018e0f3efd5dfac282283087e1ebe09026a8c973
+DIST regex-1.7.3.crate 239886 BLAKE2B 8d9413178b626b09243e18a1c5e0336cd41e05659128d4026bd551df0c34b9e141e36c3134f3b22200b18828ef89082a08515047159afb4f4960e5fa840fd54b SHA512 f7e8dbcfaa10c2443b9a6dfa514edf0e149d33f1a135e4a828adf97dbb0f1af5a4b58a2bad75ea8cbecb9641f499b30ed06b8ba60c7eaba79409ca18ede85e4f
+DIST regex-syntax-0.6.29.crate 299752 BLAKE2B 2408ebfe5f0dd6578c33f18e8ea9a0a7a84388420c5b67adcaedde477f3f67fb3e39ba9fab1f6892c7ae7fff754c4aca51314601529cabc6a8fc43af38a11f88 SHA512 28a58950d15df1f0ac4ff4185c05b535e8f5bf0b75f79fad24e40e17a02570d1c9bd9cfc919eed8756a1069bc489c5fdccfd04f6b8266c83e3412b7b4bdc262e

diff --git a/app-text/owo/owo-0.1.0.ebuild b/app-text/owo/owo-0.1.0.ebuild
index b1236eff2..7603bf9f1 100644
--- a/app-text/owo/owo-0.1.0.ebuild
+++ b/app-text/owo/owo-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.5.4
@@ -19,7 +19,10 @@ DESCRIPTION="OwO-ifies text via regex"
 # Double check the homepage as the cargo_metadata crate
 # does not provide this value so instead repository is used
 HOMEPAGE="https://github.com/iliketwertles"
-SRC_URI="https://github.com/iliketwertles/owo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="
+	https://github.com/iliketwertles/owo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	${CARGO_CRATE_URIS}
+"
 
 # License set may be more restrictive as OR is not respected
 # use cargo-license for a more accurate license picture
@@ -27,8 +30,6 @@ LICENSE="Apache-2.0 MIT Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="${DEPEND}"
-
 # rust does not use *FLAGS from make.conf, silence portage warning
 # update with proper path to binaries this crate installs, omit leading /
 QA_FLAGS_IGNORED="usr/bin/${PN}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-03 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17  5:15 [gentoo-commits] repo/proj/guru:master commit in: app-text/owo/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:38 David Roman
2023-08-17  5:15 Viorel Munteanu
2023-08-14 16:36 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox