diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-11-30 19:57:55 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-11-30 19:57:55 -0500 |
commit | c278247f649999b9df0cd7655f17299d5a02ca91 (patch) | |
tree | 65b7b8311bdc07a45df40c351bae6337b18e3c6e /media-gfx/gifsicle | |
parent | dev-lang/python: drop vulnerable (diff) | |
download | gentoo-c278247f649999b9df0cd7655f17299d5a02ca91.tar.gz gentoo-c278247f649999b9df0cd7655f17299d5a02ca91.tar.bz2 gentoo-c278247f649999b9df0cd7655f17299d5a02ca91.zip |
media-gfx/gifsicle: drop vulnerable wrt bug #655572
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r-- | media-gfx/gifsicle/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.86.ebuild | 24 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.90.ebuild | 21 |
3 files changed, 0 insertions, 47 deletions
diff --git a/media-gfx/gifsicle/Manifest b/media-gfx/gifsicle/Manifest index a77eeb7b342e..b132f1c825c6 100644 --- a/media-gfx/gifsicle/Manifest +++ b/media-gfx/gifsicle/Manifest @@ -1,3 +1 @@ -DIST gifsicle-1.86.tar.gz 563638 BLAKE2B b42065c11822542b75161f34054c3208ad5425570f025fa6bc3c842e759ed84156e6cf202a73f0efd57afc0dff5b9fc7ca8463b6304b97d3888b5e2b0f885b2e SHA512 d55609e5d71f63ec13c1eed6a9071d756f07c765d2496d468cc7291e3b9e29304be1c3a5b0e822d9dc2df29ac489bafca2650d226d5b3c51dad74dd22c725a13 -DIST gifsicle-1.90.tar.gz 571910 BLAKE2B 607f8ff93818c3ab9d3d74bd7735bcf1bb6412c0607c07cc33bdf9c20d9fa56a004e5aeb66d6fd49bafc12dcb9daf32736597d0377b3dfa1ff665a49f1b47180 SHA512 a5fd815c3aa1388690199edc16c0d5c0c32257cefd1cf8a1b660024b8e2324a6b4a54e19013984f905549df42d7719cdb1a875979b77729723f70d8e43f9bab7 DIST gifsicle-1.91.tar.gz 571588 BLAKE2B be3973141e57618d50efb5205f79e485a4450ceed02d6c718e49305250941656f0d220c91d2056554348d14348ed1ddf03f0aa9c47e22589994c5e80046422f6 SHA512 49b89e6f99bffd0dd732c920b936c2430a2f4f595d46e41654e5f39f180acaf9b0a4aec6cf52597c470d7c60265f16b730f6ce82e08701a2054fc3d08754c6da diff --git a/media-gfx/gifsicle/gifsicle-1.86.ebuild b/media-gfx/gifsicle/gifsicle-1.86.ebuild deleted file mode 100644 index 4ce9c26ea623..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.86.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Create, manipulate, and optimize GIF images and animations" -HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle" -SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="X" - -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto )" - -src_configure() { - local myconf - use X || myconf='--disable-gifview' - - econf ${myconf} -} diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild deleted file mode 100644 index 0f7c030a5b2d..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.90.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Create, manipulate, and optimize GIF images and animations" -HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle" -SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="X" - -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto )" - -src_configure() { - econf $(usex X "" "--disable-gifview") -} |