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: Sat, 29 Oct 2016 20:30:59
Message-Id: 1477772992.27d24a84594693196e6f4559273da1cd1e02ff12.radhermit@gentoo
1 commit: 27d24a84594693196e6f4559273da1cd1e02ff12
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 20:28:13 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 20:29:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d24a84
7
8 media-libs/cimg: version bump to 1.7.8
9
10 media-libs/cimg/Manifest | 1 +
11 media-libs/cimg/cimg-1.7.8.ebuild | 25 +++++++++++++++++++++++++
12 media-libs/cimg/metadata.xml | 8 +++++---
13 3 files changed, 31 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
16 index 1912343..d0e76b5 100644
17 --- a/media-libs/cimg/Manifest
18 +++ b/media-libs/cimg/Manifest
19 @@ -1 +1,2 @@
20 DIST CImg-1.5.2.zip 12824193 SHA256 4c6939d7d3c57752bb347362eca26eafb497571246d0d4c5f22d49721f8bc63f SHA512 a6927cecb524da128a58de9d655c2bb948bb61f654d6f95c7fe2690d39a521fea5313326610c2b56b370f76139f753469b7e4366196dd83db18c5a0c3b307b52 WHIRLPOOL f5141eac762a2e6124fd6f88d0c54da4398321b043640d83665bd0e66af51067846d2d61be309b45efbddc111ffa79c61d4569268d504cb10ffa60b96acffb82
21 +DIST cimg-1.7.8.tar.gz 17805881 SHA256 1033ad0816c79f067453120f358c27aa7392c138bc1a47d36397f8f9dd421220 SHA512 6d8f29ba5a98e340d2b0957775459778c811c028a2b0e59cb0d1fad46f1477ad21c7ff565fb71b12d38c67ede307d84c787cad35c28eeec0cec9e68f5b454798 WHIRLPOOL 5051102c7a41a86bc4c07add5c48b1922c0bc2df946558cdda0b5e8313d8d969f1dde17f7116fdefbaff3166e6030c46f245bc52a682b5c178b620d0a241c042
22
23 diff --git a/media-libs/cimg/cimg-1.7.8.ebuild b/media-libs/cimg/cimg-1.7.8.ebuild
24 new file mode 100644
25 index 00000000..a7732ae
26 --- /dev/null
27 +++ b/media-libs/cimg/cimg-1.7.8.ebuild
28 @@ -0,0 +1,25 @@
29 +# Copyright 1999-2016 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI=6
34 +
35 +MY_PV=${PV//./}
36 +MY_P="CImg-v.${MY_PV}"
37 +
38 +DESCRIPTION="C++ template image processing toolkit"
39 +HOMEPAGE="http://cimg.eu/ https://github.com/dtschump/CImg"
40 +SRC_URI="https://github.com/dtschump/CImg/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="CeCILL-2 CeCILL-C"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE="doc"
46 +
47 +S=${WORKDIR}/${MY_P}
48 +
49 +src_install() {
50 + dodoc README.txt
51 + doheader CImg.h
52 + use doc && dodoc -r html
53 +}
54
55 diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml
56 index 8d5ce2a..f8b3987 100644
57 --- a/media-libs/cimg/metadata.xml
58 +++ b/media-libs/cimg/metadata.xml
59 @@ -1,9 +1,11 @@
60 <?xml version="1.0" encoding="UTF-8"?>
61 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 <pkgmetadata>
63 - <!-- maintainer-needed -->
64 + <maintainer type="project">
65 + <email>graphics@g.o</email>
66 + <name>Gentoo Graphics Project</name>
67 + </maintainer>
68 <upstream>
69 - <remote-id type="sourceforge">cimg</remote-id>
70 - <bugs-to>https://sourceforge.net/tracker/?group_id=96492</bugs-to>
71 + <remote-id type="github">dtschump/CImg</remote-id>
72 </upstream>
73 </pkgmetadata>