Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/psmisc/
Date: Thu, 13 May 2021 22:11:08
Message-Id: 1620943845.170a4f85e31b895b739752224cf33806ddbc5e09.soap@gentoo
1 commit: 170a4f85e31b895b739752224cf33806ddbc5e09
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 22:10:45 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 22:10:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170a4f85
7
8 sys-process/psmisc: Remove old 23.3-r1, 23.4
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-process/psmisc/Manifest | 1 -
14 sys-process/psmisc/psmisc-23.3-r1.ebuild | 45 -------------------------------
15 sys-process/psmisc/psmisc-23.4.ebuild | 46 --------------------------------
16 3 files changed, 92 deletions(-)
17
18 diff --git a/sys-process/psmisc/Manifest b/sys-process/psmisc/Manifest
19 index 972c7e944d8..ed6b89da291 100644
20 --- a/sys-process/psmisc/Manifest
21 +++ b/sys-process/psmisc/Manifest
22 @@ -1,2 +1 @@
23 -DIST psmisc-23.3.tar.xz 311896 BLAKE2B f38360dfb037a758633a8ff25af1de70be83ae5b2f2afe856ce237ade7bd2720f7c270c5af884313177022aa70f408dfce0c39e5d847057a6fdba98e3363561c SHA512 791ffef78d87b092d653da98710b338017466a9e1e1935968b9f0194ccef8da941317aa0c39d821d46b20d95d6539ccf78e5ebb71ad1032ae62337a397180d58
24 DIST psmisc-23.4.tar.xz 370000 BLAKE2B e762171c4d3252421a49b352fadb3e892f66862f003a313a0cc692f973364b06d2652a51d331314462784d94ad55189e74c4d7a023d5d7c917c5e5c05009f46b SHA512 b05781fdb283a6f132bd385d64437f8080e6bc0e11cd2e3e02227678682bb67b3c89edec34a6d067d77312811d072dc60b47ebb32b168c4c69bbc36df643a471
25
26 diff --git a/sys-process/psmisc/psmisc-23.3-r1.ebuild b/sys-process/psmisc/psmisc-23.3-r1.ebuild
27 deleted file mode 100644
28 index ea42dd49551..00000000000
29 --- a/sys-process/psmisc/psmisc-23.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="A set of tools that use the proc filesystem"
38 -HOMEPAGE="http://psmisc.sourceforge.net/"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
44 -IUSE="ipv6 nls selinux X"
45 -
46 -RDEPEND=">=sys-libs/ncurses-5.7-r7:0=
47 - nls? ( virtual/libintl )
48 - selinux? ( sys-libs/libselinux )"
49 -DEPEND="${RDEPEND}"
50 -BDEPEND=">=sys-devel/libtool-2.2.6b
51 - nls? ( sys-devel/gettext )"
52 -
53 -DOCS=( AUTHORS ChangeLog NEWS README )
54 -
55 -src_configure() {
56 - local myeconfargs=(
57 - --disable-harden-flags
58 - $(use_enable ipv6)
59 - $(use_enable nls)
60 - $(use_enable selinux)
61 - )
62 - econf "${myeconfargs[@]}"
63 -}
64 -
65 -src_install() {
66 - default
67 -
68 - use X || rm -f "${ED}"/usr/bin/pstree.x11
69 -
70 - [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd
71 - [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1
72 -
73 - # fuser is needed by init.d scripts; use * wildcard for #458250
74 - dodir /bin
75 - mv "${ED}"/usr/bin/*fuser "${ED}"/bin || die
76 -}
77
78 diff --git a/sys-process/psmisc/psmisc-23.4.ebuild b/sys-process/psmisc/psmisc-23.4.ebuild
79 deleted file mode 100644
80 index 70bf7153aa5..00000000000
81 --- a/sys-process/psmisc/psmisc-23.4.ebuild
82 +++ /dev/null
83 @@ -1,46 +0,0 @@
84 -# Copyright 1999-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -DESCRIPTION="A set of tools that use the proc filesystem"
90 -HOMEPAGE="http://psmisc.sourceforge.net/"
91 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
96 -IUSE="ipv6 nls selinux X"
97 -
98 -RDEPEND="!=app-i18n/man-pages-l10n-4.0.0-r0
99 - >=sys-libs/ncurses-5.7-r7:0=
100 - nls? ( virtual/libintl )
101 - selinux? ( sys-libs/libselinux )"
102 -DEPEND="${RDEPEND}"
103 -BDEPEND=">=sys-devel/libtool-2.2.6b
104 - nls? ( sys-devel/gettext )"
105 -
106 -DOCS=( AUTHORS ChangeLog NEWS README )
107 -
108 -src_configure() {
109 - local myeconfargs=(
110 - --disable-harden-flags
111 - $(use_enable ipv6)
112 - $(use_enable nls)
113 - $(use_enable selinux)
114 - )
115 - econf "${myeconfargs[@]}"
116 -}
117 -
118 -src_install() {
119 - default
120 -
121 - use X || rm -f "${ED}"/usr/bin/pstree.x11
122 -
123 - [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd
124 - [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1
125 -
126 - # fuser is needed by init.d scripts; use * wildcard for #458250
127 - dodir /bin
128 - mv "${ED}"/usr/bin/*fuser "${ED}"/bin || die
129 -}