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; 3+ 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] 3+ 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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2023-08-17  5:15 UTC | newest]

Thread overview: 3+ 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 --
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