Skip to content

Commit b74da34

Browse files
Flatcar Buildbottormath1
authored andcommitted
sys-process/lsof: Sync with Gentoo
It's from Gentoo commit df317cda2e580cafb8b1667644186b3a22ea305b. Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 55dbfc4 commit b74da34

File tree

6 files changed

+3
-192
lines changed

6 files changed

+3
-192
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
DIST lsof-4.98.0.tar.gz 734232 BLAKE2B 2f4ba4d179e8061e5bcff7dda4a0981616530bd5577fc73904e2699e6e982efee9e4270d3f2d3c68751d73cb98bfed0fd49d4c6bd967d15b4e06dcb72494d024 SHA512 6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8
2-
DIST lsof-4.99.0.tar.gz 1127302 BLAKE2B 257f84e01b9530ab3a6c637c13c8e84c2562fa3ecd9048f93e2816bbed36ffd529311bc1424a41cde72383642decbd6f44e680bfdd2594bbae5908b07c466165 SHA512 6fe3039f1167fb3023a7f358dda2b4ea6eace1e50a97d0168af494217581eef73cc1742f544d2fb9f85ded8370c86e63d48104da899396de7b3007997a201825
3-
DIST lsof-4.99.3.tar.gz 1131470 BLAKE2B f2f298d8fe3f03b192984a31bd6b368e08c3ae5b8776625df413b94a0db59258e8aadb8ab4b94b9a3a54803fab463c1b920b524ee0ff512c8cda4b88e89b4c50 SHA512 83f62f62fa273becfdded4e553d398bafebf0186c7f8ac86a800dabf63ef0614c3c546b6dcd6d13f30c97ab33088a82e1e6b66cc8ed61f700c54487cab19d009
41
DIST lsof-4.99.4.tar.gz 1128285 BLAKE2B aa8e062f782f3e94688e725f963cc4a907abd49e1b78813ea3639afc284efb0946efd7f14f918f8792e253fb7bfceb6c3d258b84660d2af015a218d7cba16eb7 SHA512 5b04e2d8f26e6f76bcdb3e1282fbe71bb1b9379c76ffd88b05731920d5175595b0d4dbfd41a7ace1bfb4d21fcc7ebc641372af76c24ccb01bc3f5d7149ea4fa3
2+
DIST lsof-4.99.5.tar.gz 1139280 BLAKE2B 2f11990956b64b5777721f669b231e8f2a520f4535cd3d6023a3d8563c65c83598a4b52c887a2c1c742d12b2f92f724a33873bf460a5fb52255d1622436b1d44 SHA512 1584804fd98f6d416dd1b334832a306abb8e557185523ba255032c3e33fdc472ce4912c50ef70a0ed5e33194ebc4d4853ed7a9baa40c327223614de209c60f13

sdk_container/src/third_party/portage-stable/sys-process/lsof/files/lsof-4.98.0-fix-clang-version-parser.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-process/lsof/files/lsof-4.98.0-fix-common-include-strftime.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.98.0-r1.ebuild

Lines changed: 0 additions & 66 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.0.ebuild

Lines changed: 0 additions & 65 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.3.ebuild renamed to sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.5.ebuild

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# Copyright 1999-2024 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
inherit autotools
7-
86
MY_P="${P/-/_}"
97
DESCRIPTION="Lists open files for running Unix processes"
108
HOMEPAGE="https://github.com/lsof-org/lsof"
119
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz"
1210

1311
LICENSE="lsof"
1412
SLOT="0"
15-
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
13+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
1614
IUSE="rpc selinux"
1715

1816
RDEPEND="
@@ -28,17 +26,6 @@ BDEPEND="
2826
# Needs fixing first for sandbox
2927
RESTRICT="test"
3028

31-
PATCHES=(
32-
"${FILESDIR}"/${PN}-4.98.0-fix-clang-version-parser.patch
33-
)
34-
35-
# TODO: drop this block, "inherit autotools" and clang-version-parser patch after 4.99.3
36-
# https://github.com/lsof-org/lsof/pull/306
37-
src_prepare() {
38-
default
39-
eautoreconf
40-
}
41-
4229
src_configure() {
4330
local myeconfargs=(
4431
$(use_with rpc libtirpc)

0 commit comments

Comments
 (0)