Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cimg/
Date: Sat, 26 Dec 2020 22:13:17
Message-Id: 1609020783.09a6fb8b50373f845d43c3ca668f937e629bd3b1.asturm@gentoo
1 commit: 09a6fb8b50373f845d43c3ca668f937e629bd3b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 22:13:03 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:13:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a6fb8b
7
8 media-libs/cimg: Security cleanup
9
10 Bug: https://bugs.gentoo.org/650426
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/cimg/Manifest | 2 --
15 media-libs/cimg/cimg-2.9.0.ebuild | 26 --------------------------
16 media-libs/cimg/cimg-2.9.1.ebuild | 26 --------------------------
17 3 files changed, 54 deletions(-)
18
19 diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
20 index 6cb2cd28236..3a0e0afd8cb 100644
21 --- a/media-libs/cimg/Manifest
22 +++ b/media-libs/cimg/Manifest
23 @@ -1,3 +1 @@
24 -DIST cimg-2.9.0.tar.gz 11213143 BLAKE2B 88f463990e1210221361be8d93bcad3abf19ba1f83440c102581417e66ebc771176a457d9516b4fe160e1640d3a996006aa64b218359397d75a204a3c34797fd SHA512 c3a45bdbf19a0598a7865920cc738deb71aa95351734d9bac9d77514dc6d5252433a28d4a8fe27aeb06b5c2557dc4e7a10e67cf788bcef2e52bf5038aa876031
25 -DIST cimg-2.9.1.tar.gz 11215948 BLAKE2B e655ddea292bdfede79cc93785aeb98890fc5c76697127ca53e2a2542ae4d2acef1d77f33464553e95b2fd6b224b6da671d554000463059a3cf307cd6bc9ec77 SHA512 9407a5f0fd68d03d164e07b0c41a4ee948605f656a1d4cb942cdc5b357515e5132e071036598b38ab56387c5cc6e574133357eacd4aef65a97b7fc1d605dae27
26 DIST cimg-2.9.3.tar.gz 11222797 BLAKE2B c2135a0219305dafde642198888f5a813f7c73a34dbb015b271cbfd601a4265fe0495cbd74a0ac502cbbd1b8ead49687a945d35d7eaffe5127cbdc9c67664c14 SHA512 038cfa0dbb8beeffa53cc84491988bfee27b0e3e74c3f802185669be5ddc85f0ab002a6bce0e57e3692aa6380715436078cbcccadb0e2b34442db50fc19c1aed
27
28 diff --git a/media-libs/cimg/cimg-2.9.0.ebuild b/media-libs/cimg/cimg-2.9.0.ebuild
29 deleted file mode 100644
30 index 3205e035da6..00000000000
31 --- a/media-libs/cimg/cimg-2.9.0.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="C++ template image processing toolkit"
40 -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
41 -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="CeCILL-2 CeCILL-C"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="doc examples"
47 -
48 -S=${WORKDIR}/CImg-v.${PV}
49 -
50 -src_install() {
51 - doheader CImg.h
52 - dodoc README.txt
53 -
54 - use doc && dodoc -r html
55 - if use examples; then
56 - dodoc -r examples
57 - docompress -x /usr/share/doc/${PF}/examples
58 - fi
59 -}
60
61 diff --git a/media-libs/cimg/cimg-2.9.1.ebuild b/media-libs/cimg/cimg-2.9.1.ebuild
62 deleted file mode 100644
63 index 3205e035da6..00000000000
64 --- a/media-libs/cimg/cimg-2.9.1.ebuild
65 +++ /dev/null
66 @@ -1,26 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -
72 -DESCRIPTION="C++ template image processing toolkit"
73 -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
74 -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
75 -
76 -LICENSE="CeCILL-2 CeCILL-C"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 -IUSE="doc examples"
80 -
81 -S=${WORKDIR}/CImg-v.${PV}
82 -
83 -src_install() {
84 - doheader CImg.h
85 - dodoc README.txt
86 -
87 - use doc && dodoc -r html
88 - if use examples; then
89 - dodoc -r examples
90 - docompress -x /usr/share/doc/${PF}/examples
91 - fi
92 -}