mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/deblob: drop 0.5
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user