Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXpm/
Date: Sun, 29 Jan 2017 17:33:04
Message-Id: 1485711123.a99914d2265ba3dcb4fa6a4c680ebec84be69083.mattst88@gentoo
1 commit: a99914d2265ba3dcb4fa6a4c680ebec84be69083
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 17:20:26 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:32:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99914d2
7
8 x11-libs/libXpm: Drop vulnerable versions.
9
10 Bug: https://bugs.gentoo.org/602782
11
12 x11-libs/libXpm/Manifest | 2 --
13 x11-libs/libXpm/libXpm-3.5.10-r1.ebuild | 29 -----------------------------
14 x11-libs/libXpm/libXpm-3.5.10.ebuild | 27 ---------------------------
15 x11-libs/libXpm/libXpm-3.5.11.ebuild | 29 -----------------------------
16 4 files changed, 87 deletions(-)
17
18 diff --git a/x11-libs/libXpm/Manifest b/x11-libs/libXpm/Manifest
19 index 98f7898..9eb8027 100644
20 --- a/x11-libs/libXpm/Manifest
21 +++ b/x11-libs/libXpm/Manifest
22 @@ -1,3 +1 @@
23 -DIST libXpm-3.5.10.tar.bz2 431310 SHA256 a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735 SHA512 27ddf49ec13e77ee89cc3dfcf95631576a941e9fab18bfa1bbe2d45e8979548793f8723ffa4d97db7fdb4909883f9efa2c7d6e2996696f82940fdd7518e2c49d WHIRLPOOL ac4871d7b3e5fe90cdd0b6f31fb00fa26dd35985027947dd116a20b5738ed290804b84d70ebcc52577235045cb1272dbe0b04512630c47b8b26b679008a78fa4
24 -DIST libXpm-3.5.11.tar.bz2 443496 SHA256 c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c SHA512 c089056108d4598f6c4603d6440d9ef6216e87c5cf1e30d143b0e7abc9c5d6f40050c747a57a27d751bc80786ded0390d97cbe221be628241c881d21a3ce6024 WHIRLPOOL d2b60fcfe2b591a452074e2bb9ba7f22ce705f86716a547bf9a8b75454c6e5f06848086880f14459440ca4106f1b3247f84de2fb705686082c34a5194e38d484
25 DIST libXpm-3.5.12.tar.bz2 430736 SHA256 fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec SHA512 a5707d5f758d577414101b0723af334fc8ac223e5b9f869994765735e1cbd8dafed48ea2851ebc479fecaf84381bfd5fbef842ec971a487f7fa9e77d54d3a17e WHIRLPOOL 4e44eb629b7c862528b8a07b6ce752570951fc6dac93fb093b2b08c5313646699373e125df174c88524ddc6726e3b0af02230b4bbecb269ff08a600f59286705
26
27 diff --git a/x11-libs/libXpm/libXpm-3.5.10-r1.ebuild b/x11-libs/libXpm/libXpm-3.5.10-r1.ebuild
28 deleted file mode 100644
29 index 0da1dda..00000000
30 --- a/x11-libs/libXpm/libXpm-3.5.10-r1.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -XORG_MULTILIB=yes
40 -inherit xorg-2
41 -
42 -DESCRIPTION="X.Org Xpm library"
43 -
44 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -IUSE=""
46 -
47 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
48 - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
49 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
50 - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
51 - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
52 -DEPEND="${RDEPEND}
53 - sys-devel/gettext"
54 -
55 -src_configure() {
56 - # the gettext configure check and code in sxpm are incorrect; they assume
57 - # gettext being in libintl, whereas Solaris has gettext by default
58 - # resulting in libintl not being added to LIBS
59 - [[ ${CHOST} == *-solaris* ]] && export ac_cv_search_gettext=-lintl
60 - xorg-2_src_configure
61 -}
62
63 diff --git a/x11-libs/libXpm/libXpm-3.5.10.ebuild b/x11-libs/libXpm/libXpm-3.5.10.ebuild
64 deleted file mode 100644
65 index da0cd6b..00000000
66 --- a/x11-libs/libXpm/libXpm-3.5.10.ebuild
67 +++ /dev/null
68 @@ -1,27 +0,0 @@
69 -# Copyright 1999-2013 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=4
74 -inherit xorg-2
75 -
76 -DESCRIPTION="X.Org Xpm library"
77 -
78 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
79 -IUSE=""
80 -
81 -RDEPEND="x11-libs/libX11
82 - x11-libs/libXt
83 - x11-libs/libXext
84 - x11-proto/xextproto
85 - x11-proto/xproto"
86 -DEPEND="${RDEPEND}
87 - sys-devel/gettext"
88 -
89 -src_configure() {
90 - # the gettext configure check and code in sxpm are incorrect; they assume
91 - # gettext being in libintl, whereas Solaris has gettext by default
92 - # resulting in libintl not being added to LIBS
93 - [[ ${CHOST} == *-solaris* ]] && export ac_cv_search_gettext=-lintl
94 - xorg-2_src_configure
95 -}
96
97 diff --git a/x11-libs/libXpm/libXpm-3.5.11.ebuild b/x11-libs/libXpm/libXpm-3.5.11.ebuild
98 deleted file mode 100644
99 index 1c4c1b4..00000000
100 --- a/x11-libs/libXpm/libXpm-3.5.11.ebuild
101 +++ /dev/null
102 @@ -1,29 +0,0 @@
103 -# Copyright 1999-2014 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -# $Id$
106 -
107 -EAPI=5
108 -
109 -XORG_MULTILIB=yes
110 -inherit xorg-2
111 -
112 -DESCRIPTION="X.Org Xpm library"
113 -
114 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
115 -IUSE=""
116 -
117 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
118 - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
119 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
120 - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
121 - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
122 -DEPEND="${RDEPEND}
123 - sys-devel/gettext"
124 -
125 -src_configure() {
126 - # the gettext configure check and code in sxpm are incorrect; they assume
127 - # gettext being in libintl, whereas Solaris has gettext by default
128 - # resulting in libintl not being added to LIBS
129 - [[ ${CHOST} == *-solaris* ]] && export ac_cv_search_gettext=-lintl
130 - xorg-2_src_configure
131 -}