mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/entr: drop 5.7
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST entr-5.7.tar.gz 23587 BLAKE2B 497ac54042fd6d54f7c0f4401e2038d1f0f8e55277efb54389cd9c9635d2caf77e80d042456ac06cfe937ec88111cdebaaf8f6133cdddadcdb65d11442b9fe82 SHA512 a267fdc3a9aeb84823e14167a7aed32d682d200e72409f896e95aea3cb22e5185e1ee1c49726435d66953baae6444d49111e0c6a0af66895bdef0fccd3320446
|
||||
DIST entr-5.8.tar.gz 24859 BLAKE2B a3abf33d18ec04deeef65b0f127fb30f90cdbda14460845740a557600d40b0aebabfc240f47e949bce2d8f7a9a8809a4758b4ccad58db67ed48a2e932c49f953 SHA512 ceae34406930cffc931d139857cde17757fe1fc5727d9b0d278d9615f93cb007c238378ed4f852db40a62e1031e5c8f7f6569de75a50f11b518c1eefdccafbe8
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo toolchain-funcs
|
||||
|
||||
DESCRIPTION="Run arbitrary commands when files change"
|
||||
HOMEPAGE="
|
||||
https://eradman.com/entrproject/
|
||||
https://github.com/eradman/entr
|
||||
"
|
||||
SRC_URI="https://eradman.com/entrproject/code/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
app-alternatives/awk[gawk]
|
||||
app-editors/vim
|
||||
app-misc/tmux
|
||||
dev-vcs/git
|
||||
sys-apps/file
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
export PREFIX="${EPREFIX}/usr"
|
||||
export SHELL="${BROOT}/bin/bash"
|
||||
export TMUX_TMPDIR="${T}"
|
||||
|
||||
edo ./configure
|
||||
}
|
||||
Reference in New Issue
Block a user