Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gifsicle/
Date: Sat, 01 Dec 2018 00:58:19
Message-Id: 1543625875.c278247f649999b9df0cd7655f17299d5a02ca91.bman@gentoo
1 commit: c278247f649999b9df0cd7655f17299d5a02ca91
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 00:57:55 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 00:57:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c278247f
7
8 media-gfx/gifsicle: drop vulnerable wrt bug #655572
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-gfx/gifsicle/Manifest | 2 --
13 media-gfx/gifsicle/gifsicle-1.86.ebuild | 24 ------------------------
14 media-gfx/gifsicle/gifsicle-1.90.ebuild | 21 ---------------------
15 3 files changed, 47 deletions(-)
16
17 diff --git a/media-gfx/gifsicle/Manifest b/media-gfx/gifsicle/Manifest
18 index a77eeb7b342..b132f1c825c 100644
19 --- a/media-gfx/gifsicle/Manifest
20 +++ b/media-gfx/gifsicle/Manifest
21 @@ -1,3 +1 @@
22 -DIST gifsicle-1.86.tar.gz 563638 BLAKE2B b42065c11822542b75161f34054c3208ad5425570f025fa6bc3c842e759ed84156e6cf202a73f0efd57afc0dff5b9fc7ca8463b6304b97d3888b5e2b0f885b2e SHA512 d55609e5d71f63ec13c1eed6a9071d756f07c765d2496d468cc7291e3b9e29304be1c3a5b0e822d9dc2df29ac489bafca2650d226d5b3c51dad74dd22c725a13
23 -DIST gifsicle-1.90.tar.gz 571910 BLAKE2B 607f8ff93818c3ab9d3d74bd7735bcf1bb6412c0607c07cc33bdf9c20d9fa56a004e5aeb66d6fd49bafc12dcb9daf32736597d0377b3dfa1ff665a49f1b47180 SHA512 a5fd815c3aa1388690199edc16c0d5c0c32257cefd1cf8a1b660024b8e2324a6b4a54e19013984f905549df42d7719cdb1a875979b77729723f70d8e43f9bab7
24 DIST gifsicle-1.91.tar.gz 571588 BLAKE2B be3973141e57618d50efb5205f79e485a4450ceed02d6c718e49305250941656f0d220c91d2056554348d14348ed1ddf03f0aa9c47e22589994c5e80046422f6 SHA512 49b89e6f99bffd0dd732c920b936c2430a2f4f595d46e41654e5f39f180acaf9b0a4aec6cf52597c470d7c60265f16b730f6ce82e08701a2054fc3d08754c6da
25
26 diff --git a/media-gfx/gifsicle/gifsicle-1.86.ebuild b/media-gfx/gifsicle/gifsicle-1.86.ebuild
27 deleted file mode 100644
28 index 4ce9c26ea62..00000000000
29 --- a/media-gfx/gifsicle/gifsicle-1.86.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -DESCRIPTION="Create, manipulate, and optimize GIF images and animations"
38 -HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle"
39 -SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2 MIT"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
44 -IUSE="X"
45 -
46 -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
47 -DEPEND="${RDEPEND}
48 - X? ( x11-base/xorg-proto )"
49 -
50 -src_configure() {
51 - local myconf
52 - use X || myconf='--disable-gifview'
53 -
54 - econf ${myconf}
55 -}
56
57 diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild
58 deleted file mode 100644
59 index 0f7c030a5b2..00000000000
60 --- a/media-gfx/gifsicle/gifsicle-1.90.ebuild
61 +++ /dev/null
62 @@ -1,21 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -DESCRIPTION="Create, manipulate, and optimize GIF images and animations"
69 -HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle"
70 -SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="GPL-2 MIT"
73 -SLOT="0"
74 -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
75 -IUSE="X"
76 -
77 -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
78 -DEPEND="${RDEPEND}
79 - X? ( x11-base/xorg-proto )"
80 -
81 -src_configure() {
82 - econf $(usex X "" "--disable-gifview")
83 -}