commit:     41c23eb8f1b4624331b13efe74ffedd53cfc6429
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Mar 20 08:55:37 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 01:18:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c23eb8

app-admin/entr: drop 5.2

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/30254
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/entr/Manifest        |  1 -
 app-admin/entr/entr-5.2.ebuild | 32 --------------------------------
 2 files changed, 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
-}

Reply via email to