Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/files/, sys-process/lsof/
Date: Fri, 16 Feb 2018 10:33:50
Message-Id: 1518777222.4c4c1f37075b12f21759616f3e6a5a46b704054b.polynomial-c@gentoo
1 commit: 4c4c1f37075b12f21759616f3e6a5a46b704054b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 10:30:20 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 10:33:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4c1f37
7
8 sys-process/lsof: Removed old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-process/lsof/Manifest | 2 -
13 .../lsof/files/lsof-4.88-linux.dnode.c.patch | 21 -----
14 sys-process/lsof/lsof-4.87-r1.ebuild | 96 --------------------
15 sys-process/lsof/lsof-4.88-r1.ebuild | 101 ---------------------
16 4 files changed, 220 deletions(-)
17
18 diff --git a/sys-process/lsof/Manifest b/sys-process/lsof/Manifest
19 index 3b37d7d5486..b44111bb28c 100644
20 --- a/sys-process/lsof/Manifest
21 +++ b/sys-process/lsof/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST lsof_4.87.tar.bz2 773664 BLAKE2B 39ccc2ed9545c0e37ce21fae0330394110807f181bc2c35be3ca1e72062df8359163edec4a47f9f9edfeb2e87af27a40fe16d12436a10e521d595877d02786ed SHA512 5e811225dd65366e3ef49628d567864fadda1dbda2d66a5e473123e73c468f5a3a577ae4e1b701a55ac49c2a759dab5c413663121c260a2804fca10ece902766
24 -DIST lsof_4.88.tar.bz2 778563 BLAKE2B 376f4474a1a113b76fd40a542a2b2e797f1b181286935f66f10f37474a07f30b55feac4700789a923774be09f9ceded312e94e866e1156f7dee188adc5eb3fdd SHA512 acf3901ac08bac5acaa123af835de03fcf86c1cb851a2cba5bb6d08c53dff62570e4129c18ffa241ae84a83d5e6fc5207fb12e43b5ff5a21a0c1967ca117848b
25 DIST lsof_4.89.tar.bz2 784560 BLAKE2B 375ad53fd5c26a79559295fc8bcb6c495c00bf546019001b498f064dbd111f3581d60a577c199ce2cbd49dac0c061cdaea99de56d6bf069dceb0dd8b2f836942 SHA512 cafb0209143c7863e5cebe7efc33a2520d36f9e26222350e4edfa18debbcfb5c81f42f71469e5913fb21f49a7562bbe761b72dfc8f297dadf75ac619cdcb318c
26 DIST lsof_4.90.tar.bz2 791758 BLAKE2B 250025eb553ee4574cadadcc57fa52bd97d8ce4432e25e9e028d3eec4033be54d5cbab5f02e0a04365033b5d179ca50efa591efe4ac28077f63513edee131084 SHA512 8c1481ab72867488d800ad68c9de5c936f034f044c90eeed220fb5683f68ba8efa3dd0efe1e23b4d4968750255b475150ad08ae8627dd9aa0a5025498418351a
27
28 diff --git a/sys-process/lsof/files/lsof-4.88-linux.dnode.c.patch b/sys-process/lsof/files/lsof-4.88-linux.dnode.c.patch
29 deleted file mode 100644
30 index 28640a9e65e..00000000000
31 --- a/sys-process/lsof/files/lsof-4.88-linux.dnode.c.patch
32 +++ /dev/null
33 @@ -1,21 +0,0 @@
34 -ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/patches/4.88/linux.dnode.c.patch
35 -
36 -*** dnode.c
37 ---- lsof_4.88_src/dialects/linux/dnode.c
38 -***************
39 -*** 580,586 ****
40 - Lf->inp_ty = 1;
41 -
42 - #if defined(HASEPTOPTS)
43 -! if (Lf->ntype == N_FIFO) {
44 - (void) enter_pinfo();
45 - Lf->sf |= SELPINFO;
46 - }
47 ---- 580,586 ----
48 - Lf->inp_ty = 1;
49 -
50 - #if defined(HASEPTOPTS)
51 -! if ((Lf->ntype == N_FIFO) && FpipeE) {
52 - (void) enter_pinfo();
53 - Lf->sf |= SELPINFO;
54 - }
55
56 diff --git a/sys-process/lsof/lsof-4.87-r1.ebuild b/sys-process/lsof/lsof-4.87-r1.ebuild
57 deleted file mode 100644
58 index 1ff04cdc9b1..00000000000
59 --- a/sys-process/lsof/lsof-4.87-r1.ebuild
60 +++ /dev/null
61 @@ -1,96 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI="4"
66 -
67 -inherit eutils flag-o-matic toolchain-funcs
68 -
69 -MY_P=${P/-/_}
70 -DESCRIPTION="Lists open files for running Unix processes"
71 -HOMEPAGE="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/"
72 -SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2
73 - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/${MY_P}.tar.bz2"
74 -
75 -LICENSE="lsof"
76 -SLOT="0"
77 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
78 -IUSE="examples ipv6 rpc selinux static"
79 -
80 -RDEPEND="rpc? ( net-libs/libtirpc )
81 - selinux? ( sys-libs/libselinux )"
82 -DEPEND="${RDEPEND}
83 - rpc? ( virtual/pkgconfig )"
84 -
85 -S=${WORKDIR}/${MY_P}/${MY_P}_src
86 -
87 -src_unpack() {
88 - unpack ${A}
89 - cd ${MY_P}
90 - unpack ./${MY_P}_src.tar
91 -}
92 -
93 -src_prepare() {
94 - epatch "${FILESDIR}"/${PN}-4.85-cross.patch #432120
95 - # convert `test -r header.h` into a compile test
96 - sed -i -r \
97 - -e 's:test -r \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} ${LSOF_CFGF} -E - >/dev/null 2>\&1:' \
98 - -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \
99 - Configure || die
100 -}
101 -
102 -target() {
103 - case ${CHOST} in
104 - *-darwin*) echo darwin ;;
105 - *-freebsd*) echo freebsd ;;
106 - *-solaris*) echo solaris ;;
107 - *-aix*) echo aixgcc ;;
108 - *) echo linux ;;
109 - esac
110 -}
111 -
112 -src_configure() {
113 - use static && append-ldflags -static
114 -
115 - append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || echo "-DHASNOTRPC -DHASNORPC_H")
116 - append-cppflags $(usex ipv6 -{D,U}HASIPv6)
117 -
118 - export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \
119 - $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)"
120 -
121 - # Set LSOF_INCLUDE to a dummy location so the script doesn't poke
122 - # around in it and mix /usr/include paths with cross-compile/etc.
123 - touch .neverInv
124 - LINUX_HASSELINUX=$(usex selinux y n) \
125 - LSOF_INCLUDE=${T} \
126 - LSOF_CC=$(tc-getCC) \
127 - LSOF_AR="$(tc-getAR) rc" \
128 - LSOF_RANLIB=$(tc-getRANLIB) \
129 - LSOF_CFGF="${CFLAGS} ${CPPFLAGS}" \
130 - ./Configure -n $(target) || die
131 -}
132 -
133 -src_compile() {
134 - emake DEBUG="" all
135 -}
136 -
137 -src_install() {
138 - dobin lsof
139 -
140 - if use examples ; then
141 - insinto /usr/share/lsof/scripts
142 - doins scripts/*
143 - fi
144 -
145 - doman lsof.8
146 - dodoc 00*
147 -}
148 -
149 -pkg_postinst() {
150 - if [[ ${CHOST} == *-solaris* ]] ; then
151 - einfo "Note: to use lsof on Solaris you need read permissions on"
152 - einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys"
153 - elif [[ ${CHOST} == *-aix* ]] ; then
154 - einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and"
155 - einfo "/dev/kmem, i.e. you need to be root, or to be in the group system"
156 - fi
157 -}
158
159 diff --git a/sys-process/lsof/lsof-4.88-r1.ebuild b/sys-process/lsof/lsof-4.88-r1.ebuild
160 deleted file mode 100644
161 index f9371208a23..00000000000
162 --- a/sys-process/lsof/lsof-4.88-r1.ebuild
163 +++ /dev/null
164 @@ -1,101 +0,0 @@
165 -# Copyright 1999-2017 Gentoo Foundation
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI="4"
169 -
170 -inherit eutils flag-o-matic toolchain-funcs
171 -
172 -MY_P=${P/-/_}
173 -DESCRIPTION="Lists open files for running Unix processes"
174 -HOMEPAGE="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/"
175 -SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2
176 - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/${MY_P}.tar.bz2"
177 -
178 -LICENSE="lsof"
179 -SLOT="0"
180 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
181 -IUSE="examples ipv6 rpc selinux static"
182 -
183 -RDEPEND="rpc? ( net-libs/libtirpc )
184 - selinux? ( sys-libs/libselinux )"
185 -DEPEND="${RDEPEND}
186 - rpc? ( virtual/pkgconfig )"
187 -
188 -S=${WORKDIR}/${MY_P}/${MY_P}_src
189 -
190 -src_unpack() {
191 - unpack ${A}
192 - cd ${MY_P}
193 - unpack ./${MY_P}_src.tar
194 -}
195 -
196 -src_prepare() {
197 - epatch "${FILESDIR}"/${PN}-4.85-cross.patch #432120
198 - epatch "${FILESDIR}"/${P}-linux.dnode.c.patch
199 - # fix POSIX compliance with `echo`
200 - sed -i \
201 - -e 's:echo -n:printf:' \
202 - AFSConfig Configure Customize Inventory tests/CkTestDB || die
203 - # convert `test -r header.h` into a compile test
204 - sed -i -r \
205 - -e 's:test -r \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} ${LSOF_CFGF} -E - >/dev/null 2>\&1:' \
206 - -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \
207 - Configure || die
208 -}
209 -
210 -target() {
211 - case ${CHOST} in
212 - *-darwin*) echo darwin ;;
213 - *-freebsd*) echo freebsd ;;
214 - *-solaris*) echo solaris ;;
215 - *-aix*) echo aixgcc ;;
216 - *) echo linux ;;
217 - esac
218 -}
219 -
220 -src_configure() {
221 - use static && append-ldflags -static
222 -
223 - append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || echo "-DHASNOTRPC -DHASNORPC_H")
224 - append-cppflags $(usex ipv6 -{D,U}HASIPv6)
225 -
226 - export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \
227 - $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)"
228 -
229 - # Set LSOF_INCLUDE to a dummy location so the script doesn't poke
230 - # around in it and mix /usr/include paths with cross-compile/etc.
231 - touch .neverInv
232 - LINUX_HASSELINUX=$(usex selinux y n) \
233 - LSOF_INCLUDE=${T} \
234 - LSOF_CC=$(tc-getCC) \
235 - LSOF_AR="$(tc-getAR) rc" \
236 - LSOF_RANLIB=$(tc-getRANLIB) \
237 - LSOF_CFGF="${CFLAGS} ${CPPFLAGS}" \
238 - ./Configure -n $(target) || die
239 -}
240 -
241 -src_compile() {
242 - emake DEBUG="" all
243 -}
244 -
245 -src_install() {
246 - dobin lsof
247 -
248 - if use examples ; then
249 - insinto /usr/share/lsof/scripts
250 - doins scripts/*
251 - fi
252 -
253 - doman lsof.8
254 - dodoc 00*
255 -}
256 -
257 -pkg_postinst() {
258 - if [[ ${CHOST} == *-solaris* ]] ; then
259 - einfo "Note: to use lsof on Solaris you need read permissions on"
260 - einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys"
261 - elif [[ ${CHOST} == *-aix* ]] ; then
262 - einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and"
263 - einfo "/dev/kmem, i.e. you need to be root, or to be in the group system"
264 - fi
265 -}