Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/sharutils/
Date: Sat, 01 May 2021 23:02:57
Message-Id: 1619910144.022aca0b5ea17d6c54e8a29bcd61951ee2d66943.soap@gentoo
1 commit: 022aca0b5ea17d6c54e8a29bcd61951ee2d66943
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 23:02:24 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 23:02:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022aca0b
7
8 app-arch/sharutils: Remove old 4.15.2-r1
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-arch/sharutils/sharutils-4.15.2-r1.ebuild | 39 ---------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/app-arch/sharutils/sharutils-4.15.2-r1.ebuild b/app-arch/sharutils/sharutils-4.15.2-r1.ebuild
17 deleted file mode 100644
18 index 8b17c701b23..00000000000
19 --- a/app-arch/sharutils/sharutils-4.15.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -inherit epatch l10n flag-o-matic
28 -
29 -MY_P="${P/_/-}"
30 -DESCRIPTION="Tools to deal with shar archives"
31 -HOMEPAGE="https://www.gnu.org/software/sharutils/"
32 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE="nls"
38 -
39 -DEPEND="app-arch/xz-utils
40 - sys-apps/texinfo
41 - nls? ( >=sys-devel/gettext-0.10.35 )"
42 -
43 -S=${WORKDIR}/${MY_P}
44 -
45 -src_prepare() {
46 - default
47 -
48 - epatch "${FILESDIR}/sharutils-4.15.2-glibc228.patch"
49 - epatch "${FILESDIR}/sharutils-4.15.2-CVE-2018-1000097.patch"
50 - epatch "${FILESDIR}/sharutils-4.15.2-gcc-10.patch"
51 -
52 - # Upstream is aware but thinks this isn't a bug/problem in sharutils itself
53 - # See http://lists.gnu.org/archive/html/bug-gnu-utils/2013-10/msg00011.html
54 - append-cflags $(test-flags-CC -Wno-error=format-security)
55 -}
56 -
57 -src_configure() {
58 - strip-linguas -u po
59 - econf $(use_enable nls)
60 -}