diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-10 12:31:52 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-10 12:32:32 -0400 |
commit | a88bbfe0c08bf85e9193bd56ddd1fdace7aae686 (patch) | |
tree | 12c15f7e5b6e7e4df38a8fc64b7b1702f43aced0 /app-arch | |
parent | Revert "dev-lang/orc: keyworded 0.4.29 for ppc64, bug #691804" (diff) | |
download | gentoo-a88bbfe0c08bf85e9193bd56ddd1fdace7aae686.tar.gz gentoo-a88bbfe0c08bf85e9193bd56ddd1fdace7aae686.tar.bz2 gentoo-a88bbfe0c08bf85e9193bd56ddd1fdace7aae686.zip |
app-arch/sharutils: drop vulnerable wrt bug #652686
* maintainer/project timeout
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/sharutils/Manifest | 2 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.14-r1.ebuild | 31 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.15.1.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/app-arch/sharutils/Manifest b/app-arch/sharutils/Manifest index c63894ca3348..b2a75220aac0 100644 --- a/app-arch/sharutils/Manifest +++ b/app-arch/sharutils/Manifest @@ -1,3 +1 @@ -DIST sharutils-4.14.tar.xz 1089052 BLAKE2B 2fe3edc016840b51528b9a7c41219f901ed29399051f1f6f4bcedd75ee85037ac3e3b9a67278aea34cd7b4a20d226b4143501bda481612c5b348b2fe57f71e75 SHA512 c1b87bc87915f7aebc9e02dfc1e08321f5ed2e144509c063139cde23eb8f75cb6469aa8042e4c6ec801f55d805e595f4c1c674cf5f2b4580a1e4933fcd605614 -DIST sharutils-4.15.1.tar.xz 1126672 BLAKE2B b570ae35c0f516cdd24c75f59596a0cbff1c0747c92d1cfa78c0828e8d68ceb5b42f0a32113bdd557e099774ef3dbc5af1ef019ffe33469f4011090b8e27a6e6 SHA512 791e37730cfff36ef96793ff7e70af05845eef72c6f581ce05a873d7d9beb7d42504a253fb944c77938f355c5d29c1a9de78653812fbbf859574b7b72dc4d8e1 DIST sharutils-4.15.2.tar.xz 1122476 BLAKE2B e2acae027679ebdf723ecae6f243608f501f5c24685a19223dd27580ccf76bc7d38905a9d202b30cf2633e5580d727821398f1162b170233f03c17f3da683917 SHA512 80d0b804a0617e11e5c23dc0d59b218bbf93e40aaf5e9a5401a18ef9cb700390aab711e2b2e2f26c8fd5b8ef99a91d3405e01d02cadabcba7639979314e59f8d diff --git a/app-arch/sharutils/sharutils-4.14-r1.ebuild b/app-arch/sharutils/sharutils-4.14-r1.ebuild deleted file mode 100644 index ed1b2a733c44..000000000000 --- a/app-arch/sharutils/sharutils-4.14-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="https://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -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" -IUSE="nls" - -DEPEND="app-arch/xz-utils - sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.14-popen-rb.patch -} - -src_configure() { - strip-linguas -u po - econf $(use_enable nls) -} diff --git a/app-arch/sharutils/sharutils-4.15.1.ebuild b/app-arch/sharutils/sharutils-4.15.1.ebuild deleted file mode 100644 index 402e15b75376..000000000000 --- a/app-arch/sharutils/sharutils-4.15.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="Tools to deal with shar archives" -HOMEPAGE="https://www.gnu.org/software/sharutils/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -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" -IUSE="nls" - -DEPEND="app-arch/xz-utils - sys-apps/texinfo - nls? ( >=sys-devel/gettext-0.10.35 )" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.14-popen-rb.patch -} - -src_configure() { - strip-linguas -u po - econf $(use_enable nls) -} |