public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/blahaj/
@ 2024-09-27 14:46 Andrew Ammerlaan
  2024-09-27 14:47 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-09-27 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e66b9c2fb421911bdc4575053a35027f694df407
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 14:45:35 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 14:45:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e66b9c2f

app-misc/blahaj: new package, add 2.2.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/blahaj/Manifest            |  1 +
 app-misc/blahaj/blahaj-2.2.0.ebuild | 20 ++++++++++++++++++++
 app-misc/blahaj/metadata.xml        |  9 +++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-misc/blahaj/Manifest b/app-misc/blahaj/Manifest
new file mode 100644
index 000000000..1ad94fd32
--- /dev/null
+++ b/app-misc/blahaj/Manifest
@@ -0,0 +1 @@
+DIST blahaj-2.2.0.tar.gz 22327 BLAKE2B b135d5e2cc7cf1ba51157d18eaec98a72d8dd65a6122758c480c7d081a47fc76ed6783ba0ee606f6d03b653e69bc7a350bf776bf1fa8f08ee5ee8764f16c6b12 SHA512 7d64010b9ab950b3410a1bdf433ae63e99635e62fd86c6187e6e674533f8d576f4f92af5c7552c5d88b04b74493cf76b16d6d2ef7334db8354bb8325eb95651a

diff --git a/app-misc/blahaj/blahaj-2.2.0.ebuild b/app-misc/blahaj/blahaj-2.2.0.ebuild
new file mode 100644
index 000000000..fe5d354b8
--- /dev/null
+++ b/app-misc/blahaj/blahaj-2.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Gay sharks at your local terminal"
+HOMEPAGE="https://github.com/GeopJr/BLAHAJ"
+SRC_URI="https://github.com/GeopJr/BLAHAJ/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P^^}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+	shards_src_install
+	dobin ${PN}
+}

diff --git a/app-misc/blahaj/metadata.xml b/app-misc/blahaj/metadata.xml
new file mode 100644
index 000000000..aab7061dc
--- /dev/null
+++ b/app-misc/blahaj/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <!-- maintainer-needed -->
+  <upstream>
+    <remote-id type="github">GeopJr/BLAHAJ</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/blahaj/
  2024-09-27 14:46 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/blahaj/ Andrew Ammerlaan
@ 2024-09-27 14:47 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-09-27 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e66b9c2fb421911bdc4575053a35027f694df407
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 14:45:35 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 14:45:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e66b9c2f

app-misc/blahaj: new package, add 2.2.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/blahaj/Manifest            |  1 +
 app-misc/blahaj/blahaj-2.2.0.ebuild | 20 ++++++++++++++++++++
 app-misc/blahaj/metadata.xml        |  9 +++++++++
 3 files changed, 30 insertions(+)

diff --git a/app-misc/blahaj/Manifest b/app-misc/blahaj/Manifest
new file mode 100644
index 000000000..1ad94fd32
--- /dev/null
+++ b/app-misc/blahaj/Manifest
@@ -0,0 +1 @@
+DIST blahaj-2.2.0.tar.gz 22327 BLAKE2B b135d5e2cc7cf1ba51157d18eaec98a72d8dd65a6122758c480c7d081a47fc76ed6783ba0ee606f6d03b653e69bc7a350bf776bf1fa8f08ee5ee8764f16c6b12 SHA512 7d64010b9ab950b3410a1bdf433ae63e99635e62fd86c6187e6e674533f8d576f4f92af5c7552c5d88b04b74493cf76b16d6d2ef7334db8354bb8325eb95651a

diff --git a/app-misc/blahaj/blahaj-2.2.0.ebuild b/app-misc/blahaj/blahaj-2.2.0.ebuild
new file mode 100644
index 000000000..fe5d354b8
--- /dev/null
+++ b/app-misc/blahaj/blahaj-2.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Gay sharks at your local terminal"
+HOMEPAGE="https://github.com/GeopJr/BLAHAJ"
+SRC_URI="https://github.com/GeopJr/BLAHAJ/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P^^}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+	shards_src_install
+	dobin ${PN}
+}

diff --git a/app-misc/blahaj/metadata.xml b/app-misc/blahaj/metadata.xml
new file mode 100644
index 000000000..aab7061dc
--- /dev/null
+++ b/app-misc/blahaj/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <!-- maintainer-needed -->
+  <upstream>
+    <remote-id type="github">GeopJr/BLAHAJ</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/blahaj/
@ 2024-10-03  9:42 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-10-03  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     20deb809f03de821dc9978149468bae0d15c53df
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 09:40:44 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 09:40:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20deb809

app-misc/blahaj: add missing deps

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/blahaj/{blahaj-2.2.0.ebuild => blahaj-2.2.0-r1.ebuild} | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/app-misc/blahaj/blahaj-2.2.0.ebuild b/app-misc/blahaj/blahaj-2.2.0-r1.ebuild
similarity index 79%
rename from app-misc/blahaj/blahaj-2.2.0.ebuild
rename to app-misc/blahaj/blahaj-2.2.0-r1.ebuild
index fe5d354b8..393915bf2 100644
--- a/app-misc/blahaj/blahaj-2.2.0.ebuild
+++ b/app-misc/blahaj/blahaj-2.2.0-r1.ebuild
@@ -14,6 +14,15 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
+DEPEND="
+	dev-libs/boehm-gc
+	dev-libs/libevent
+	dev-libs/libpcre2
+	dev-libs/libyaml
+"
+
+RDEPEND="${DEPEND}"
+
 src_install() {
 	shards_src_install
 	dobin ${PN}


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

end of thread, other threads:[~2024-10-03  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 14:46 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/blahaj/ Andrew Ammerlaan
2024-09-27 14:47 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03  9:42 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

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