summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-10-29 16:28:13 -0400
committerTim Harder <radhermit@gentoo.org>2016-10-29 16:29:52 -0400
commit27d24a84594693196e6f4559273da1cd1e02ff12 (patch)
tree0c642980c7da0041d3a6088bbb726d8870c7214a /media-libs
parentapp-vim/vim-tmux: Stable for amd64. Mark stable for the remaining arches usin... (diff)
downloadgentoo-27d24a84594693196e6f4559273da1cd1e02ff12.tar.gz
gentoo-27d24a84594693196e6f4559273da1cd1e02ff12.tar.bz2
gentoo-27d24a84594693196e6f4559273da1cd1e02ff12.zip
media-libs/cimg: version bump to 1.7.8
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/cimg/Manifest1
-rw-r--r--media-libs/cimg/cimg-1.7.8.ebuild25
-rw-r--r--media-libs/cimg/metadata.xml8
3 files changed, 31 insertions, 3 deletions
diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
index 1912343137df..d0e76b5215b3 100644
--- a/media-libs/cimg/Manifest
+++ b/media-libs/cimg/Manifest
@@ -1 +1,2 @@
DIST CImg-1.5.2.zip 12824193 SHA256 4c6939d7d3c57752bb347362eca26eafb497571246d0d4c5f22d49721f8bc63f SHA512 a6927cecb524da128a58de9d655c2bb948bb61f654d6f95c7fe2690d39a521fea5313326610c2b56b370f76139f753469b7e4366196dd83db18c5a0c3b307b52 WHIRLPOOL f5141eac762a2e6124fd6f88d0c54da4398321b043640d83665bd0e66af51067846d2d61be309b45efbddc111ffa79c61d4569268d504cb10ffa60b96acffb82
+DIST cimg-1.7.8.tar.gz 17805881 SHA256 1033ad0816c79f067453120f358c27aa7392c138bc1a47d36397f8f9dd421220 SHA512 6d8f29ba5a98e340d2b0957775459778c811c028a2b0e59cb0d1fad46f1477ad21c7ff565fb71b12d38c67ede307d84c787cad35c28eeec0cec9e68f5b454798 WHIRLPOOL 5051102c7a41a86bc4c07add5c48b1922c0bc2df946558cdda0b5e8313d8d969f1dde17f7116fdefbaff3166e6030c46f245bc52a682b5c178b620d0a241c042
diff --git a/media-libs/cimg/cimg-1.7.8.ebuild b/media-libs/cimg/cimg-1.7.8.ebuild
new file mode 100644
index 000000000000..a7732ae5ca13
--- /dev/null
+++ b/media-libs/cimg/cimg-1.7.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV=${PV//./}
+MY_P="CImg-v.${MY_PV}"
+
+DESCRIPTION="C++ template image processing toolkit"
+HOMEPAGE="http://cimg.eu/ https://github.com/dtschump/CImg"
+SRC_URI="https://github.com/dtschump/CImg/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CeCILL-2 CeCILL-C"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ dodoc README.txt
+ doheader CImg.h
+ use doc && dodoc -r html
+}
diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml
index 8d5ce2a8a839..f8b39875889a 100644
--- a/media-libs/cimg/metadata.xml
+++ b/media-libs/cimg/metadata.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>graphics@gentoo.org</email>
+ <name>Gentoo Graphics Project</name>
+ </maintainer>
<upstream>
- <remote-id type="sourceforge">cimg</remote-id>
- <bugs-to>https://sourceforge.net/tracker/?group_id=96492</bugs-to>
+ <remote-id type="github">dtschump/CImg</remote-id>
</upstream>
</pkgmetadata>