summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/cimg')
-rw-r--r--media-libs/cimg/Manifest4
-rw-r--r--media-libs/cimg/cimg-2.9.3.ebuild (renamed from media-libs/cimg/cimg-2.9.0.ebuild)10
-rw-r--r--media-libs/cimg/cimg-3.2.4.ebuild (renamed from media-libs/cimg/cimg-2.9.1.ebuild)13
-rw-r--r--media-libs/cimg/metadata.xml5
4 files changed, 16 insertions, 16 deletions
diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
index 4f08814d54a6..aea931d340ec 100644
--- a/media-libs/cimg/Manifest
+++ b/media-libs/cimg/Manifest
@@ -1,2 +1,2 @@
-DIST cimg-2.9.0.tar.gz 11213143 BLAKE2B 88f463990e1210221361be8d93bcad3abf19ba1f83440c102581417e66ebc771176a457d9516b4fe160e1640d3a996006aa64b218359397d75a204a3c34797fd SHA512 c3a45bdbf19a0598a7865920cc738deb71aa95351734d9bac9d77514dc6d5252433a28d4a8fe27aeb06b5c2557dc4e7a10e67cf788bcef2e52bf5038aa876031
-DIST cimg-2.9.1.tar.gz 11215948 BLAKE2B e655ddea292bdfede79cc93785aeb98890fc5c76697127ca53e2a2542ae4d2acef1d77f33464553e95b2fd6b224b6da671d554000463059a3cf307cd6bc9ec77 SHA512 9407a5f0fd68d03d164e07b0c41a4ee948605f656a1d4cb942cdc5b357515e5132e071036598b38ab56387c5cc6e574133357eacd4aef65a97b7fc1d605dae27
+DIST cimg-2.9.3.tar.gz 11222797 BLAKE2B c2135a0219305dafde642198888f5a813f7c73a34dbb015b271cbfd601a4265fe0495cbd74a0ac502cbbd1b8ead49687a945d35d7eaffe5127cbdc9c67664c14 SHA512 038cfa0dbb8beeffa53cc84491988bfee27b0e3e74c3f802185669be5ddc85f0ab002a6bce0e57e3692aa6380715436078cbcccadb0e2b34442db50fc19c1aed
+DIST cimg-3.2.4.tar.gz 12660194 BLAKE2B f30f24e388a066a6923a72be00055449862cc643bbe870e55198718e185d2fe9213cb8f19cb83c68fe6ff5ea4e93c2529f70c7256b2d022b304cb2b020f0db11 SHA512 71cbf5161a7778a14e105d8aa41bf0431303b6f4a0f4982d3788903b0505f5ae96be9515c67ea6a52e0e76fdcb25efe3cfd7684980545d078ff41e10dbb4fbb6
diff --git a/media-libs/cimg/cimg-2.9.0.ebuild b/media-libs/cimg/cimg-2.9.3.ebuild
index 3205e035da6e..68ac08fd6e5d 100644
--- a/media-libs/cimg/cimg-2.9.0.ebuild
+++ b/media-libs/cimg/cimg-2.9.3.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="C++ template image processing toolkit"
-HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
-SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://cimg.eu/ https://github.com/GreycLab/CImg"
+SRC_URI="https://github.com/GreycLab/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CeCILL-2 CeCILL-C"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-S=${WORKDIR}/CImg-v.${PV}
+S="${WORKDIR}/CImg-v.${PV}"
src_install() {
doheader CImg.h
@@ -21,6 +21,6 @@ src_install() {
use doc && dodoc -r html
if use examples; then
dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
+ docompress -x "/usr/share/doc/${PF}/examples"
fi
}
diff --git a/media-libs/cimg/cimg-2.9.1.ebuild b/media-libs/cimg/cimg-3.2.4.ebuild
index 3205e035da6e..47fd055c6a9c 100644
--- a/media-libs/cimg/cimg-2.9.1.ebuild
+++ b/media-libs/cimg/cimg-3.2.4.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="C++ template image processing toolkit"
-HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
-SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://cimg.eu/ https://github.com/GreycLab/CImg"
+SRC_URI="https://github.com/GreycLab/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/CImg-v.${PV}"
LICENSE="CeCILL-2 CeCILL-C"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-S=${WORKDIR}/CImg-v.${PV}
-
src_install() {
doheader CImg.h
dodoc README.txt
@@ -21,6 +20,6 @@ src_install() {
use doc && dodoc -r html
if use examples; then
dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
+ docompress -x "/usr/share/doc/${PF}/examples"
fi
}
diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml
index decc730ae1c7..b8430415cf27 100644
--- a/media-libs/cimg/metadata.xml
+++ b/media-libs/cimg/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="github">dtschump/CImg</remote-id>
+ <remote-id type="github">GreycLab/CImg</remote-id>
<remote-id type="sourceforge">cimg</remote-id>
+ <remote-id type="cpe">cpe:/a:cimg:cimg</remote-id>
</upstream>
</pkgmetadata>