commit:     fc2b15cdf556a5a5a7d37b76ba5fcf6e569448b5
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Feb 24 07:42:33 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb 28 10:28:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc2b15cd

dev-util/deblob: add 0.7

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-util/deblob/Manifest          |  1 +
 dev-util/deblob/deblob-0.7.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-util/deblob/Manifest b/dev-util/deblob/Manifest
index bd183017ba..305520c269 100644
--- a/dev-util/deblob/Manifest
+++ b/dev-util/deblob/Manifest
@@ -1 +1,2 @@
 DIST deblob-0.6.tar.gz 47780 BLAKE2B 
7c19c9dfb466ef705789768b9424b3ff5861c03f10715c63ea1215cf94a3bf8284304a771953f1311e74fc7aa60e2ab5990d5ab35622b9d578baad98bab3d5e2
 SHA512 
04381745af4d0bc4958a0a40de448ab45fdfe345dbaac08c93e1729bf90c1cc08f803a9831c346bf0d94258ea570e212ea924363aa50db2de1654f68aa27778a
+DIST deblob-0.7.tar.gz 47879 BLAKE2B 
fa392bebcb07f36dfa894156ff494b23e514fd0c6d2d589fbfa110292a35e9ea8c2c89178e17a0797f01e66e98f16a8c71cea1b8746f8a70eca0cfabae83ae51
 SHA512 
b0857981a72bd52987a94ce7a6e59c17bc0ca882494bd4e6514f06ffd397bb14fba25562817f41b600b32c4708284d2768946696fbdd8d8a7d421c321fdfa0f7

diff --git a/dev-util/deblob/deblob-0.7.ebuild 
b/dev-util/deblob/deblob-0.7.ebuild
new file mode 100644
index 0000000000..0d84826d9a
--- /dev/null
+++ b/dev-util/deblob/deblob-0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2024 Haelwenn (lanodan) Monnier <[email protected]>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ "$PV" == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob";
+else
+       SRC_URI="https://hacktivis.me/releases/${P}.tar.gz";
+       KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="remove binary executables from a directory"
+HOMEPAGE="https://git.sr.ht/~lanodan/deblob";
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="
+       >=dev-lang/hare-0.24:=
+"
+RDEPEND=""
+
+# built by hare
+QA_FLAGS_IGNORED="usr/bin/deblob"
+
+src_install() {
+       PREFIX="/usr" default
+}

Reply via email to