Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libraw/
Date: Sun, 04 Oct 2020 14:17:37
Message-Id: 1601821051.146c2669a343ee0f6602f654c0006c27bfcaafa5.zlogene@gentoo
1 commit: 146c2669a343ee0f6602f654c0006c27bfcaafa5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 14:17:19 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 14:17:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146c2669
7
8 media-libs/libraw: Security cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-libs/libraw/Manifest | 3 --
14 media-libs/libraw/libraw-0.19.3.ebuild | 60 ----------------------------------
15 media-libs/libraw/libraw-0.19.4.ebuild | 60 ----------------------------------
16 media-libs/libraw/libraw-0.19.5.ebuild | 60 ----------------------------------
17 4 files changed, 183 deletions(-)
18
19 diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
20 index e03ffee71f0..e1e4e9d367d 100644
21 --- a/media-libs/libraw/Manifest
22 +++ b/media-libs/libraw/Manifest
23 @@ -1,4 +1 @@
24 -DIST LibRaw-0.19.3.tar.gz 1302745 BLAKE2B 3db3a07c5535a325c69d65ccc75e6a8c7d04e7b1c1d87506fd1c56a0d8f4a7c581467f6350922a4c62d4bc49372f31c86ae2a26a087c4ec11c3ab69763403a0b SHA512 e025695fb7f0016aeec76c0843a94387633457eee838cc48e65d1e84e703c8530b3fdd1e31d85dc322d3f2f6092b7c313fa6d1c3009fe1257c3d9411128b6fe2
25 -DIST LibRaw-0.19.4.tar.gz 1303047 BLAKE2B daa65c86ca81bee80ced5fcc3a048ef54cc5256b4b80bdda006a2b3d64c8c10436b906a238dd22c8623465288df5a86d65a4d6e2668ba5fc3ef3ad23c7e205d2 SHA512 e9f0b18b8be52119ff504d2645a011eca391a62bf651064dcbec4b6e16b3b09fda49e632453b051d3aae2ac3a8be021e5b71d7202913759ad1d61641d3318c4c
26 -DIST LibRaw-0.19.5.tar.gz 1303806 BLAKE2B 7ab6e30d88aa4aed2ed6825898f8de02f0d139eedec0756cd184822548a7aa69416f5f599542bb264a791f8b6284d6922a160063496f0e7b682333e847cc9b32 SHA512 4560045f75e6d2ab0d1d8686075f3a0e26a5d7ce693b48508110a2c31d19055d58983c24852da0abb64fa90db5e20f24b87aa7537ed04d958c38c8b265a7e826
27 DIST LibRaw-0.20.0.tar.gz 1431412 BLAKE2B 455649b600926a6a53924e4cfea33143fdd8658804cc5c19f0bb6ff5bc4a0f73ce6e45385a0edd5c78e290c8a1e32a6e3cb5a2a4c53318c046b6c4c5e6476acf SHA512 98c1d61b01fd8d408297960f63ba56d23f170ca820db7cb2c2ad5f0c9494ce79d4d615d76a6835e046589e76031a553d6e1c692e7e3e66655bc96f4d4847d7ac
28
29 diff --git a/media-libs/libraw/libraw-0.19.3.ebuild b/media-libs/libraw/libraw-0.19.3.ebuild
30 deleted file mode 100644
31 index 02744b12cc8..00000000000
32 --- a/media-libs/libraw/libraw-0.19.3.ebuild
33 +++ /dev/null
34 @@ -1,60 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools multilib-minimal toolchain-funcs
41 -
42 -MY_PN=LibRaw
43 -MY_PV="${PV/_b/-B}"
44 -MY_P="${MY_PN}-${MY_PV}"
45 -
46 -DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras"
47 -HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw"
48 -SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1 CDDL"
51 -SLOT="0/19" # subslot = libraw soname version
52 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
53 -IUSE="examples jpeg +lcms openmp"
54 -
55 -RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
56 - lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig"
59 -
60 -S="${WORKDIR}/${MY_P}"
61 -
62 -DOCS=( Changelog.txt README.md )
63 -
64 -pkg_pretend() {
65 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
66 -}
67 -
68 -pkg_setup() {
69 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
70 -}
71 -
72 -src_prepare() {
73 - default
74 - eautoreconf
75 -}
76 -
77 -multilib_src_configure() {
78 - local myeconfargs=(
79 - --disable-static
80 - --disable-jasper
81 - $(use_enable examples)
82 - $(use_enable jpeg)
83 - $(use_enable lcms)
84 - $(use_enable openmp)
85 - )
86 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
87 -}
88 -
89 -multilib_src_install_all() {
90 - einstalldocs
91 -
92 - # package installs .pc files
93 - find "${D}" -name '*.la' -delete || die
94 -}
95
96 diff --git a/media-libs/libraw/libraw-0.19.4.ebuild b/media-libs/libraw/libraw-0.19.4.ebuild
97 deleted file mode 100644
98 index de9464c5f18..00000000000
99 --- a/media-libs/libraw/libraw-0.19.4.ebuild
100 +++ /dev/null
101 @@ -1,60 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -
107 -inherit autotools multilib-minimal toolchain-funcs
108 -
109 -MY_PN=LibRaw
110 -MY_PV="${PV/_b/-B}"
111 -MY_P="${MY_PN}-${MY_PV}"
112 -
113 -DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras"
114 -HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw"
115 -SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz"
116 -
117 -LICENSE="LGPL-2.1 CDDL"
118 -SLOT="0/19" # subslot = libraw soname version
119 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
120 -IUSE="examples jpeg +lcms openmp"
121 -
122 -RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
123 - lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
124 -DEPEND="${RDEPEND}
125 - virtual/pkgconfig"
126 -
127 -S="${WORKDIR}/${MY_P}"
128 -
129 -DOCS=( Changelog.txt README.md )
130 -
131 -pkg_pretend() {
132 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
133 -}
134 -
135 -pkg_setup() {
136 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
137 -}
138 -
139 -src_prepare() {
140 - default
141 - eautoreconf
142 -}
143 -
144 -multilib_src_configure() {
145 - local myeconfargs=(
146 - --disable-static
147 - --disable-jasper
148 - $(use_enable examples)
149 - $(use_enable jpeg)
150 - $(use_enable lcms)
151 - $(use_enable openmp)
152 - )
153 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
154 -}
155 -
156 -multilib_src_install_all() {
157 - einstalldocs
158 -
159 - # package installs .pc files
160 - find "${D}" -name '*.la' -delete || die
161 -}
162
163 diff --git a/media-libs/libraw/libraw-0.19.5.ebuild b/media-libs/libraw/libraw-0.19.5.ebuild
164 deleted file mode 100644
165 index de9464c5f18..00000000000
166 --- a/media-libs/libraw/libraw-0.19.5.ebuild
167 +++ /dev/null
168 @@ -1,60 +0,0 @@
169 -# Copyright 1999-2019 Gentoo Authors
170 -# Distributed under the terms of the GNU General Public License v2
171 -
172 -EAPI=7
173 -
174 -inherit autotools multilib-minimal toolchain-funcs
175 -
176 -MY_PN=LibRaw
177 -MY_PV="${PV/_b/-B}"
178 -MY_P="${MY_PN}-${MY_PV}"
179 -
180 -DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras"
181 -HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw"
182 -SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz"
183 -
184 -LICENSE="LGPL-2.1 CDDL"
185 -SLOT="0/19" # subslot = libraw soname version
186 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
187 -IUSE="examples jpeg +lcms openmp"
188 -
189 -RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
190 - lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
191 -DEPEND="${RDEPEND}
192 - virtual/pkgconfig"
193 -
194 -S="${WORKDIR}/${MY_P}"
195 -
196 -DOCS=( Changelog.txt README.md )
197 -
198 -pkg_pretend() {
199 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
200 -}
201 -
202 -pkg_setup() {
203 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
204 -}
205 -
206 -src_prepare() {
207 - default
208 - eautoreconf
209 -}
210 -
211 -multilib_src_configure() {
212 - local myeconfargs=(
213 - --disable-static
214 - --disable-jasper
215 - $(use_enable examples)
216 - $(use_enable jpeg)
217 - $(use_enable lcms)
218 - $(use_enable openmp)
219 - )
220 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
221 -}
222 -
223 -multilib_src_install_all() {
224 - einstalldocs
225 -
226 - # package installs .pc files
227 - find "${D}" -name '*.la' -delete || die
228 -}