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 81C8A158008 for ; Thu, 15 Jun 2023 19:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2B76E0960; Thu, 15 Jun 2023 19:34:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A28E7E0960 for ; Thu, 15 Jun 2023 19:34:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2F0B340E53 for ; Thu, 15 Jun 2023 19:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B42A66 for ; Thu, 15 Jun 2023 19:34:03 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1686857640.acd5ea2a1dbb23e5766f111c8540cae9b876aac5.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/deblob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/deblob/Manifest dev-util/deblob/deblob-0.5.ebuild X-VCS-Directories: dev-util/deblob/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: acd5ea2a1dbb23e5766f111c8540cae9b876aac5 X-VCS-Branch: dev Date: Thu, 15 Jun 2023 19:34:03 +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: bf613350-7b2b-4abf-ba92-47619758ccef X-Archives-Hash: e4589c1dfffb1b952ad32f7429488dfe commit: acd5ea2a1dbb23e5766f111c8540cae9b876aac5 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Jun 15 19:34:00 2023 +0000 Commit: Haelwenn Monnier hacktivis 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 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 +# 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 +}