Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/sharutils/
Date: Sat, 10 Aug 2019 16:32:43
Message-Id: 1565454752.a88bbfe0c08bf85e9193bd56ddd1fdace7aae686.bman@gentoo
1 commit: a88bbfe0c08bf85e9193bd56ddd1fdace7aae686
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 16:31:52 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 16:32:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88bbfe0
7
8 app-arch/sharutils: drop vulnerable wrt bug #652686
9
10 * maintainer/project timeout
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-arch/sharutils/Manifest | 2 --
15 app-arch/sharutils/sharutils-4.14-r1.ebuild | 31 -----------------------------
16 app-arch/sharutils/sharutils-4.15.1.ebuild | 31 -----------------------------
17 3 files changed, 64 deletions(-)
18
19 diff --git a/app-arch/sharutils/Manifest b/app-arch/sharutils/Manifest
20 index c63894ca334..b2a75220aac 100644
21 --- a/app-arch/sharutils/Manifest
22 +++ b/app-arch/sharutils/Manifest
23 @@ -1,3 +1 @@
24 -DIST sharutils-4.14.tar.xz 1089052 BLAKE2B 2fe3edc016840b51528b9a7c41219f901ed29399051f1f6f4bcedd75ee85037ac3e3b9a67278aea34cd7b4a20d226b4143501bda481612c5b348b2fe57f71e75 SHA512 c1b87bc87915f7aebc9e02dfc1e08321f5ed2e144509c063139cde23eb8f75cb6469aa8042e4c6ec801f55d805e595f4c1c674cf5f2b4580a1e4933fcd605614
25 -DIST sharutils-4.15.1.tar.xz 1126672 BLAKE2B b570ae35c0f516cdd24c75f59596a0cbff1c0747c92d1cfa78c0828e8d68ceb5b42f0a32113bdd557e099774ef3dbc5af1ef019ffe33469f4011090b8e27a6e6 SHA512 791e37730cfff36ef96793ff7e70af05845eef72c6f581ce05a873d7d9beb7d42504a253fb944c77938f355c5d29c1a9de78653812fbbf859574b7b72dc4d8e1
26 DIST sharutils-4.15.2.tar.xz 1122476 BLAKE2B e2acae027679ebdf723ecae6f243608f501f5c24685a19223dd27580ccf76bc7d38905a9d202b30cf2633e5580d727821398f1162b170233f03c17f3da683917 SHA512 80d0b804a0617e11e5c23dc0d59b218bbf93e40aaf5e9a5401a18ef9cb700390aab711e2b2e2f26c8fd5b8ef99a91d3405e01d02cadabcba7639979314e59f8d
27
28 diff --git a/app-arch/sharutils/sharutils-4.14-r1.ebuild b/app-arch/sharutils/sharutils-4.14-r1.ebuild
29 deleted file mode 100644
30 index ed1b2a733c4..00000000000
31 --- a/app-arch/sharutils/sharutils-4.14-r1.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -inherit eutils
40 -
41 -MY_P="${P/_/-}"
42 -DESCRIPTION="Tools to deal with shar archives"
43 -HOMEPAGE="https://www.gnu.org/software/sharutils/"
44 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
49 -IUSE="nls"
50 -
51 -DEPEND="app-arch/xz-utils
52 - sys-apps/texinfo
53 - nls? ( >=sys-devel/gettext-0.10.35 )"
54 -
55 -S=${WORKDIR}/${MY_P}
56 -
57 -src_prepare() {
58 - epatch "${FILESDIR}"/${PN}-4.14-popen-rb.patch
59 -}
60 -
61 -src_configure() {
62 - strip-linguas -u po
63 - econf $(use_enable nls)
64 -}
65
66 diff --git a/app-arch/sharutils/sharutils-4.15.1.ebuild b/app-arch/sharutils/sharutils-4.15.1.ebuild
67 deleted file mode 100644
68 index 402e15b7537..00000000000
69 --- a/app-arch/sharutils/sharutils-4.15.1.ebuild
70 +++ /dev/null
71 @@ -1,31 +0,0 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI="5"
76 -
77 -inherit eutils
78 -
79 -MY_P="${P/_/-}"
80 -DESCRIPTION="Tools to deal with shar archives"
81 -HOMEPAGE="https://www.gnu.org/software/sharutils/"
82 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
83 -
84 -LICENSE="GPL-3"
85 -SLOT="0"
86 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
87 -IUSE="nls"
88 -
89 -DEPEND="app-arch/xz-utils
90 - sys-apps/texinfo
91 - nls? ( >=sys-devel/gettext-0.10.35 )"
92 -
93 -S=${WORKDIR}/${MY_P}
94 -
95 -src_prepare() {
96 - epatch "${FILESDIR}"/${PN}-4.14-popen-rb.patch
97 -}
98 -
99 -src_configure() {
100 - strip-linguas -u po
101 - econf $(use_enable nls)
102 -}