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/icoutils/
Date: Thu, 25 Jan 2018 00:33:46
Message-Id: 1516840412.7d49cff47ebb1ce75290b99982310e7e935b3831.bman@gentoo
1 commit: 7d49cff47ebb1ce75290b99982310e7e935b3831
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 00:33:32 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 00:33:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d49cff4
7
8 media-gfx/icoutils: cleanup vulnerable wrt bug #605138
9
10 media-gfx/icoutils/Manifest | 3 --
11 media-gfx/icoutils/icoutils-0.31.0.ebuild | 39 ------------------------
12 media-gfx/icoutils/icoutils-0.31.1.ebuild | 39 ------------------------
13 media-gfx/icoutils/icoutils-0.31.3.ebuild | 49 -------------------------------
14 4 files changed, 130 deletions(-)
15
16 diff --git a/media-gfx/icoutils/Manifest b/media-gfx/icoutils/Manifest
17 index dee75e84f69..403cfeba404 100644
18 --- a/media-gfx/icoutils/Manifest
19 +++ b/media-gfx/icoutils/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST icoutils-0.31.0.tar.bz2 559836 BLAKE2B 3f2c0607cb2be5aa7772ca741e7bffbbec4dba23d9e18e5a3d1015482b8587602627694dd69fe091cce24ae17fa63a40f5a4c18fed36700a75fbe22d649b6680 SHA512 f6ee954784abd9f6cf1f6a2424b89e917de2e3950a5411c6790f1a7a34522e067308677ab00bd34781d179fde1192ec91dcd400207edb09bdb20d503507b5cca
22 -DIST icoutils-0.31.1.tar.bz2 573484 BLAKE2B c49e486f57e1b3acfadf2f764a5520d085caa07149a705a82cecac532076839db836e10d202543d82c1f55733cf40ea41f4c4282009180bc081e494cd218c826 SHA512 47fe41429cee73b6aff90e2b385b621314700dedfe09989318e439b19a484d806a9428652008be2db70598ba1337e860fba30b6d8104525f9e0bcbb4dc61dc56
23 -DIST icoutils-0.31.3.tar.bz2 593403 BLAKE2B d444290f97cf754a5d69cd1ff4b905b141b6482bf4c12fc547a10063070a35e7e580f9642ba270a8df88cceb1469b488e44340fba78b85b8014e78794985239a SHA512 3c25dfff0d947ad4688e57871888b7d03ecc1d5aaf2dd957bbfd5d034cbde03238a03446a719b637d2f0c309af424359435d98bddfbdf1ea9d4c08bb23f154d8
24 DIST icoutils-0.32.0.tar.bz2 593699 BLAKE2B 5a2dbe67468c1bc0380b94f4ecf707c5e1019539e959c0692d195599ff402c4e5496f46883cdd898abb319d8545b76afe32b172d3f74f674c008c69de5a93463 SHA512 35fb584611edefe4445784e61e9cc10bdc039fc4106b7dca7faf66ca1a252ad6dc6e3511b4a5aba744ba74b51315a757addce2f8d5b20a1d7e38886e3eecd878
25 DIST icoutils-0.32.1.tar.bz2 594036 BLAKE2B cc3e9071ed6b4e4d783831a180eeae60cadac53e7cfc4cc3c2b5db842680500f04a42f9610e71fd52bbaf3b9d8dc0aacfe16ea0605b809df566fa65328abb32c SHA512 e235cbf0e30f7833babd3aba182cf32b8b76ee757d0d44597c21567a6f960943ec187423727cc33016f6b4d4b0367b9bee7da9dc12807551b38bb4fbe14c37f6
26
27 diff --git a/media-gfx/icoutils/icoutils-0.31.0.ebuild b/media-gfx/icoutils/icoutils-0.31.0.ebuild
28 deleted file mode 100644
29 index 5e675e46940..00000000000
30 --- a/media-gfx/icoutils/icoutils-0.31.0.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=4
37 -inherit autotools eutils flag-o-matic
38 -
39 -DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
40 -HOMEPAGE="http://www.nongnu.org/icoutils/"
41 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
46 -IUSE="nls"
47 -
48 -RDEPEND=">=dev-lang/perl-5.6
49 - >=dev-perl/libwww-perl-5.64
50 - media-libs/libpng:0
51 - sys-libs/zlib
52 - nls? ( virtual/libintl )"
53 -DEPEND="${RDEPEND}
54 - nls? ( sys-devel/gettext )"
55 -
56 -src_prepare() {
57 - epatch "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
58 - rm m4/po.m4* || die
59 - cp /usr/share/aclocal/po.m4 m4/
60 - AT_M4DIR=m4 eautoreconf
61 -}
62 -
63 -src_configure() {
64 - [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
65 - econf $(use_enable nls)
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
70 - dodoc AUTHORS ChangeLog NEWS README TODO
71 -}
72
73 diff --git a/media-gfx/icoutils/icoutils-0.31.1.ebuild b/media-gfx/icoutils/icoutils-0.31.1.ebuild
74 deleted file mode 100644
75 index 07c8686f423..00000000000
76 --- a/media-gfx/icoutils/icoutils-0.31.1.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=4
83 -inherit autotools eutils flag-o-matic
84 -
85 -DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
86 -HOMEPAGE="http://www.nongnu.org/icoutils/"
87 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
92 -IUSE="nls"
93 -
94 -RDEPEND=">=dev-lang/perl-5.6
95 - >=dev-perl/libwww-perl-5.64
96 - media-libs/libpng:0
97 - sys-libs/zlib
98 - nls? ( virtual/libintl )"
99 -DEPEND="${RDEPEND}
100 - nls? ( sys-devel/gettext )"
101 -
102 -src_prepare() {
103 - epatch "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
104 - rm m4/po.m4* || die
105 - cp /usr/share/aclocal/po.m4 m4/
106 - AT_M4DIR=m4 eautoreconf
107 -}
108 -
109 -src_configure() {
110 - [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
111 - econf $(use_enable nls)
112 -}
113 -
114 -src_install() {
115 - emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
116 - dodoc AUTHORS ChangeLog NEWS README TODO
117 -}
118
119 diff --git a/media-gfx/icoutils/icoutils-0.31.3.ebuild b/media-gfx/icoutils/icoutils-0.31.3.ebuild
120 deleted file mode 100644
121 index 853d0d25462..00000000000
122 --- a/media-gfx/icoutils/icoutils-0.31.3.ebuild
123 +++ /dev/null
124 @@ -1,49 +0,0 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -inherit autotools flag-o-matic
130 -
131 -DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
132 -HOMEPAGE="http://www.nongnu.org/icoutils/"
133 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
138 -IUSE="nls"
139 -
140 -RDEPEND="
141 - >=dev-lang/perl-5.6
142 - >=dev-perl/libwww-perl-5.64
143 - media-libs/libpng:0
144 - sys-libs/zlib
145 - nls? ( virtual/libintl )
146 -"
147 -DEPEND="
148 - ${RDEPEND}
149 - nls? ( sys-devel/gettext )
150 -"
151 -
152 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
153 -
154 -PATCHES=(
155 - "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
156 -)
157 -
158 -src_prepare() {
159 - default
160 - rm m4/po.m4* || die
161 - cp /usr/share/aclocal/po.m4 m4/
162 - AT_M4DIR=m4 eautoreconf
163 -}
164 -
165 -src_configure() {
166 - [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
167 - econf $(use_enable nls)
168 -}
169 -
170 -src_install() {
171 - emake DESTDIR="${D}" mkinstalldirs="mkdir -p" install
172 - einstalldocs
173 -}