From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A84115808D for ; Sat, 23 Apr 2022 19:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63241E0942; Sat, 23 Apr 2022 19:07:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41113E0942 for ; Sat, 23 Apr 2022 19:07:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FC0334146A for ; Sat, 23 Apr 2022 19:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBCC03F0 for ; Sat, 23 Apr 2022 19:07:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1650736387.b138c0a634f772090237f79368e79b5554fa245a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/deblob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/deblob/deblob-9999.ebuild dev-util/deblob/metadata.xml X-VCS-Directories: dev-util/deblob/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b138c0a634f772090237f79368e79b5554fa245a X-VCS-Branch: master Date: Sat, 23 Apr 2022 19:07:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a70ae21c-9cb4-41bb-b97f-d6bc5e77fb21 X-Archives-Hash: 4b3ee96ae6677d9e101c29eb67f04a48 commit: b138c0a634f772090237f79368e79b5554fa245a Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Apr 23 17:27:02 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Apr 23 17:53:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b138c0a6 dev-util/deblob: New Package This will eventually replace dev-util/go-deblob Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-util/deblob/deblob-9999.ebuild | 29 +++++++++++++++++++++++++++++ dev-util/deblob/metadata.xml | 8 ++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-9999.ebuild new file mode 100644 index 000000000..c47088993 --- /dev/null +++ b/dev-util/deblob/deblob-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2021-2022 Haelwenn (lanodan) Monnier +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="remove binary executables from a directory" +EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob" +LICENSE="BSD" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-lang/hare + test? ( app-text/mandoc ) +" +RDEPEND="" + +src_compile() { + default + mv "${P}" "${PN}" || die +} + +src_install() { + emake install DESTDIR="${D}" PREFIX="/usr" + einstalldocs +} diff --git a/dev-util/deblob/metadata.xml b/dev-util/deblob/metadata.xml new file mode 100644 index 000000000..c698af234 --- /dev/null +++ b/dev-util/deblob/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + +