dev-libs/gnulib: remove vulnerable versions
authorFabian Groffen <grobian@gentoo.org>
Wed, 18 Mar 2020 05:57:14 +0000 (06:57 +0100)
committerFabian Groffen <grobian@gentoo.org>
Wed, 18 Mar 2020 05:57:14 +0000 (06:57 +0100)
Bug: https://bugs.gentoo.org/713104
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
dev-libs/gnulib/Manifest
dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild [deleted file]
dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild [deleted file]

index 1511b43e91f283968865a0824b31feb5ef69fb88..39d4a175c2a9853c3fc8648151e88e705f944dc6 100644 (file)
@@ -1,3 +1 @@
-DIST gnulib-3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2.tar.gz 6192393 BLAKE2B 6c7409242c0421dd260369e7ca0b1c27ee46eb34c332d349545a5020e31fd476127b770739dc2578b3aa23e3a569e7d1467f41055bf449799d78b6ec48943fe8 SHA512 9076d0476aef4a7425fb6db038c2a4657ae1a5619a0ddce07a68a97883924f07635edc59818b532564128fbe23b06b39c98b4c544d4fc670dfc4ebd34e2e52c5
 DIST gnulib-b451121ab45497e78cb6f612c8673a9705193391.tar.gz 6666079 BLAKE2B e7d3b9478697067b57ab198e044f3c854128d5fe390d30947829ce4f34c695a748668c33ae19690e9927fff6df3e194a3160cb4adb7cf47235c603241c66889a SHA512 f6e165cfc0a3999c778d9f43ffc90ff9b569a77ff1e54ff5c50b12b0eddf262c24da8cd2719548574e0397535bb0eb835eef603cc74769f7876ef9db101bebec
-DIST gnulib-f583f328bec489dd59b54ecc1cc640843ea261cf.tar.gz 6486622 BLAKE2B 725fcb598262d12c8b0f04d4341cc59c18a915ce34f5239c587121a7f297d2b86dd49f98f19900c49400166789f6eea22f6719c76a78c0b107ba2fc550568145 SHA512 303d8d5eafd210854b803e9add2575de314a28cfc530dae49d1f738d73fbaaf3e3c18267ecf0367b8e16b11a2e403454f37b586f0e7718297ca6cdac9984258b
diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
deleted file mode 100644 (file)
index 880c246..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GIT_TAG="3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2"
-
-DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level"
-HOMEPAGE="https://www.gnu.org/software/gnulib"
-SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-S="${WORKDIR}/${PN}-${GIT_TAG}"
-
-src_compile() {
-       if use doc; then
-               emake -C doc info html
-       fi
-}
-
-src_install() {
-       dodoc README ChangeLog
-
-       insinto /usr/share/${PN}
-       doins -r build-aux
-       doins -r doc
-       doins -r lib
-       doins -r m4
-       doins -r modules
-       doins -r tests
-       doins -r top
-
-       # install the real script
-       exeinto /usr/share/${PN}
-       doexe gnulib-tool
-
-       # create and install the wrapper
-       dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
-}
diff --git a/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild b/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild
deleted file mode 100644 (file)
index 4689f18..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GIT_TAG="f583f328bec489dd59b54ecc1cc640843ea261cf"
-
-DESCRIPTION="Library of common routines intended to be shared"
-HOMEPAGE="https://www.gnu.org/software/gnulib"
-SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-S="${WORKDIR}/${PN}-${GIT_TAG}"
-
-src_compile() {
-       if use doc; then
-               emake -C doc info html
-       fi
-}
-
-src_install() {
-       dodoc README ChangeLog
-
-       insinto /usr/share/${PN}
-       doins -r build-aux
-       doins -r doc
-       doins -r lib
-       doins -r m4
-       doins -r modules
-       doins -r tests
-       doins -r top
-
-       # install the real script
-       exeinto /usr/share/${PN}
-       doexe gnulib-tool
-
-       # create and install the wrapper
-       dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
-}