diff options
author | 2023-03-20 09:55:37 +0100 | |
---|---|---|
committer | 2023-03-22 01:18:34 +0000 | |
commit | 41c23eb8f1b4624331b13efe74ffedd53cfc6429 (patch) | |
tree | d24d055f2cb508fa45360db14e85e5c236534afd /app-admin/entr | |
parent | dev-ruby/llhttp-ffi: add explicit rspec test dep (diff) | |
download | gentoo-41c23eb8f1b4624331b13efe74ffedd53cfc6429.tar.gz gentoo-41c23eb8f1b4624331b13efe74ffedd53cfc6429.tar.bz2 gentoo-41c23eb8f1b4624331b13efe74ffedd53cfc6429.zip |
app-admin/entr: drop 5.2
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/30254
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/entr')
-rw-r--r-- | app-admin/entr/Manifest | 1 | ||||
-rw-r--r-- | app-admin/entr/entr-5.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest index 702f040f8b4b..c8b74aab047e 100644 --- a/app-admin/entr/Manifest +++ b/app-admin/entr/Manifest @@ -1,2 +1 @@ -DIST entr-5.2.tar.gz 25834 BLAKE2B c14eddaaf26994679991c43b38dcea0f1cbf53ce517af462cfed9dea2c914d9c1719053cb3b9f28f04d0cbf8719fe5612963c1428832e02bd55545ba33c72556 SHA512 b12310b6695f0b3d3d830b651dd182ddf2321aad38f569066cc2e5b17570070e48eb4900725c88c1d31a8ff71099aba78fb7508ad60706265cbdf8f29257eaaa DIST entr-5.3.tar.gz 20905 BLAKE2B 79b4c39ee3f9530db1d8a6cd62a6aa925e201d6b5b370b25c3884b160a83658688204005db612b1d18743ba39f0de6ccad8492910142ebfff7b550a5ec48516d SHA512 b160cb60de99a743226b472256d937ef6ace54f5350a83420f59ac2706cd0fb042d6f85fcac6c73e76c161c6225b956df8b00156dea9ce55d8b8225e8ca13e7f diff --git a/app-admin/entr/entr-5.2.ebuild b/app-admin/entr/entr-5.2.ebuild deleted file mode 100644 index b4756d3f28e4..000000000000 --- a/app-admin/entr/entr-5.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit 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" - -src_configure() { - sh configure || die - sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die -} - -src_compile() { - export CC="$(tc-getCC)" - default -} - -src_test() { - export CC="$(tc-getCC)" - default -} |