Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cimg/
Date: Fri, 27 Sep 2019 03:35:35
Message-Id: 1569555171.c01b46bb951938e03cea9d69ace134a45ed45770.radhermit@gentoo
1 commit: c01b46bb951938e03cea9d69ace134a45ed45770
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 03:32:51 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 03:32:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01b46bb
7
8 media-libs/cimg: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 media-libs/cimg/Manifest | 2 --
13 media-libs/cimg/cimg-2.6.5.ebuild | 26 --------------------------
14 media-libs/cimg/cimg-2.6.7.ebuild | 26 --------------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
18 index 9eb93099a1a..a1a2823da46 100644
19 --- a/media-libs/cimg/Manifest
20 +++ b/media-libs/cimg/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST cimg-2.6.5.tar.gz 11071672 BLAKE2B 61fa37c2f78e09d6aba0eb867c3797f86ed5a685a114dae779e439c76f4cc9768fada70affd2b14139c7fe7b2e79b61e653165abc47833e3a5cf857af0eb4ca4 SHA512 d8c1e10f702b47f6788fedf27681fe8e7ab3994c8018f96d4964694edda6acb1ca040244d7d1436a5381ec5a12e7a2b991ede6d9ea6d961ae6c4842feb2bf141
23 -DIST cimg-2.6.7.tar.gz 11072149 BLAKE2B 0695215eb57375ed216ab1b148bb09316af8f6e0191589e4a9a91b25355857a75d2f351d2e52584e626c8ff1f2aad940df4f8f0ee4c331ded62582804c3ce765 SHA512 9dadc0b7b1017ba19fb36232a32278c30628930b7c76a646ca343751754e10e1a1eb8a0c670ab308c437738ec28ceb324f6511ffb9c3bceabede01eb34b8a2e6
24 DIST cimg-2.7.0.tar.gz 11076642 BLAKE2B db2c8715f25ec160cdf41ac2cc1bee366ef49dbd0b3e5bd5bf6b4b8a0ba4c880f6af4cbd78d843abf0edd99ca45337fd1bd5dc25779b94984a64f5217c3430a5 SHA512 b1b12f4b36d7d799da330bb2854732e6207aa73b4d28bf9a13408154664c2d518652065738d1964da00a022449a3b618b25b72ec17deec6df463ff6811c21b21
25 DIST cimg-2.7.2.tar.gz 11204962 BLAKE2B dce4198e23d814fc4bd481388ca959cc831927329c5611b057aeb88cb5c3f80facc87433482ee6c1048b8478147db25ca592ecafe18528def156f30f626eef22 SHA512 ad251d2d433497be2fbf812dba7efecfdedc1b38770c34d600f5848fe91c130b8952c8d86fcd58894849175aa31358225e255b1558173ead79c47a985c7b11b2
26
27 diff --git a/media-libs/cimg/cimg-2.6.5.ebuild b/media-libs/cimg/cimg-2.6.5.ebuild
28 deleted file mode 100644
29 index a3f01bc9ba2..00000000000
30 --- a/media-libs/cimg/cimg-2.6.5.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="C++ template image processing toolkit"
39 -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
40 -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="CeCILL-2 CeCILL-C"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="doc examples"
46 -
47 -S=${WORKDIR}/CImg-v.${PV}
48 -
49 -src_install() {
50 - doheader CImg.h
51 - dodoc README.txt
52 -
53 - use doc && dodoc -r html
54 - if use examples; then
55 - dodoc -r examples
56 - docompress -x /usr/share/doc/${PF}/examples
57 - fi
58 -}
59
60 diff --git a/media-libs/cimg/cimg-2.6.7.ebuild b/media-libs/cimg/cimg-2.6.7.ebuild
61 deleted file mode 100644
62 index a3f01bc9ba2..00000000000
63 --- a/media-libs/cimg/cimg-2.6.7.ebuild
64 +++ /dev/null
65 @@ -1,26 +0,0 @@
66 -# Copyright 1999-2019 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -
71 -DESCRIPTION="C++ template image processing toolkit"
72 -HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
73 -SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="CeCILL-2 CeCILL-C"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE="doc examples"
79 -
80 -S=${WORKDIR}/CImg-v.${PV}
81 -
82 -src_install() {
83 - doheader CImg.h
84 - dodoc README.txt
85 -
86 - use doc && dodoc -r html
87 - if use examples; then
88 - dodoc -r examples
89 - docompress -x /usr/share/doc/${PF}/examples
90 - fi
91 -}