From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/deblob/
Date: Thu, 15 Jun 2023 19:34:03 +0000 (UTC) [thread overview]
Message-ID: <1686857640.acd5ea2a1dbb23e5766f111c8540cae9b876aac5.lanodan@gentoo> (raw)
commit: acd5ea2a1dbb23e5766f111c8540cae9b876aac5
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Jun 15 19:34:00 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jun 15 19:34:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd5ea2a
dev-util/deblob: add 0.5
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-util/deblob/Manifest | 1 +
dev-util/deblob/deblob-0.5.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-util/deblob/Manifest b/dev-util/deblob/Manifest
index 64a5a464f..e8c137c2a 100644
--- a/dev-util/deblob/Manifest
+++ b/dev-util/deblob/Manifest
@@ -1 +1,2 @@
DIST deblob-0.4.tar.gz 46977 BLAKE2B 0b83f82ce2bc7521f4f6fe83801a02c7c70e5e49dbb2ee6376300164342da29ff40b7ec0fd02688c854b1516f6767afa9f403d5ef8130c9261067ab74a201f65 SHA512 71530e97f1e53f9167ad5e85b4ca443b5ddfe361bc417d3e656f9ce268b3f27eb22d80ce57567c5e9e01936ce9f73a3387941a79e11a75c1284fd8fa234ccf37
+DIST deblob-0.5.tar.gz 46977 BLAKE2B 5484a3173bb8f4fc93df7a0b8905f52e6c3d1dbf0ffe86b036dbf3f545d7b3d8eaa486446f0f6bea896bea2e7d63b63b8a4a79ba5f1c380f9487f1a21858be13 SHA512 bb1678aef49ccc20cd06bdf187f5ba97f6618a6ef53cab4a03c8f76d62fc20cb05fb7711931a1d2831ba56a66d0aca9f67b049db0fc732ea7a4624e367a463eb
diff --git a/dev-util/deblob/deblob-0.5.ebuild b/dev-util/deblob/deblob-0.5.ebuild
new file mode 100644
index 000000000..53d444508
--- /dev/null
+++ b/dev-util/deblob/deblob-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# 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"
+fi
+
+DESCRIPTION="remove binary executables from a directory"
+HOMEPAGE="https://git.sr.ht/~lanodan/deblob"
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND=">=dev-lang/hare-0_pre20230615:="
+RDEPEND=""
+
+# built by hare
+QA_FLAGS_IGNORED="usr/bin/deblob"
+
+src_install() {
+ PREFIX="/usr" default
+}
next reply other threads:[~2023-06-15 19:34 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-15 19:34 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-15 5:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/deblob/ Haelwenn Monnier
2025-04-15 5:49 Haelwenn Monnier
2025-01-07 16:08 Haelwenn Monnier
2025-01-07 16:08 Haelwenn Monnier
2024-12-01 10:50 Haelwenn Monnier
2024-11-30 9:17 Haelwenn Monnier
2024-11-30 9:17 Haelwenn Monnier
2024-07-14 15:54 Haelwenn Monnier
2024-07-14 15:42 Lucio Sauer
2024-04-02 12:34 Haelwenn Monnier
2024-03-22 14:31 Haelwenn Monnier
2024-02-28 10:30 Haelwenn Monnier
2024-02-05 18:10 Haelwenn Monnier
2024-02-05 18:10 Haelwenn Monnier
2023-10-15 22:23 Haelwenn Monnier
2023-07-01 18:15 Haelwenn Monnier
2023-05-12 23:24 Haelwenn Monnier
2022-12-20 17:23 Haelwenn Monnier
2022-10-17 11:19 Haelwenn Monnier
2022-09-28 0:46 Haelwenn Monnier
2022-09-28 0:28 Haelwenn Monnier
2022-09-27 22:33 Haelwenn Monnier
2022-08-07 8:58 Haelwenn Monnier
2022-06-25 0:55 Haelwenn Monnier
2022-05-26 13:48 Haelwenn Monnier
2022-04-24 0:08 Haelwenn Monnier
2022-04-23 17:53 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1686857640.acd5ea2a1dbb23e5766f111c8540cae9b876aac5.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox