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 95C5815815E for ; Mon, 5 Feb 2024 18:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0AFFE2A59; Mon, 5 Feb 2024 18:10:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0EECE2A5A for ; Mon, 5 Feb 2024 18:10:19 +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 D0C323430A5 for ; Mon, 5 Feb 2024 18:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E1A14AB for ; Mon, 5 Feb 2024 18:10:17 +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: <1707156606.f3b9d77b31150da56d930e8fec42fadb6d5f66c0.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: f3b9d77b31150da56d930e8fec42fadb6d5f66c0 X-VCS-Branch: dev Date: Mon, 5 Feb 2024 18:10:17 +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: fd97d6cc-b60c-4f6d-81f2-c80894cc0c44 X-Archives-Hash: 43e58372d043c33fd83048744150ab6e commit: f3b9d77b31150da56d930e8fec42fadb6d5f66c0 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Feb 5 18:09:06 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Feb 5 18:10:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3b9d77b dev-util/deblob: drop 0.5 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-util/deblob/Manifest | 1 - dev-util/deblob/deblob-0.5.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-util/deblob/Manifest b/dev-util/deblob/Manifest index 63be2ae25b..bd183017ba 100644 --- a/dev-util/deblob/Manifest +++ b/dev-util/deblob/Manifest @@ -1,2 +1 @@ -DIST deblob-0.5.tar.gz 46977 BLAKE2B 5484a3173bb8f4fc93df7a0b8905f52e6c3d1dbf0ffe86b036dbf3f545d7b3d8eaa486446f0f6bea896bea2e7d63b63b8a4a79ba5f1c380f9487f1a21858be13 SHA512 bb1678aef49ccc20cd06bdf187f5ba97f6618a6ef53cab4a03c8f76d62fc20cb05fb7711931a1d2831ba56a66d0aca9f67b049db0fc732ea7a4624e367a463eb DIST deblob-0.6.tar.gz 47780 BLAKE2B 7c19c9dfb466ef705789768b9424b3ff5861c03f10715c63ea1215cf94a3bf8284304a771953f1311e74fc7aa60e2ab5990d5ab35622b9d578baad98bab3d5e2 SHA512 04381745af4d0bc4958a0a40de448ab45fdfe345dbaac08c93e1729bf90c1cc08f803a9831c346bf0d94258ea570e212ea924363aa50db2de1654f68aa27778a diff --git a/dev-util/deblob/deblob-0.5.ebuild b/dev-util/deblob/deblob-0.5.ebuild deleted file mode 100644 index 0aebd423dd..0000000000 --- a/dev-util/deblob/deblob-0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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" - 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_pre20230615:=" -RDEPEND="" - -# built by hare -QA_FLAGS_IGNORED="usr/bin/deblob" - -src_install() { - PREFIX="/usr" default -}