public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cimg/
Date: Sun, 30 Dec 2018 08:27:45 +0000 (UTC)	[thread overview]
Message-ID: <1546158398.ee14d18a3237d87cf33055e798733766f63a54d6.radhermit@gentoo> (raw)

commit:     ee14d18a3237d87cf33055e798733766f63a54d6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 30 05:21:34 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 30 08:26:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee14d18a

media-libs/cimg: version bump to 2.4.3

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-libs/cimg/Manifest          |  1 +
 media-libs/cimg/cimg-2.4.3.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest
index 445b9f55cb8..88d126059cb 100644
--- a/media-libs/cimg/Manifest
+++ b/media-libs/cimg/Manifest
@@ -2,3 +2,4 @@ DIST CImg-1.5.2.zip 12824193 BLAKE2B ca4746a546b3dad74e994e6d788acdf4755d1ee8db2
 DIST cimg-1.7.8.tar.gz 17805881 BLAKE2B 24508bba89c1b2e4e11ff27eec65866a4b38fc6fbdc2cbd7de566a9382d0219ef0a8fa7dee32b7e8474732e349945b55da62d931f898de24d762173128f54efd SHA512 6d8f29ba5a98e340d2b0957775459778c811c028a2b0e59cb0d1fad46f1477ad21c7ff565fb71b12d38c67ede307d84c787cad35c28eeec0cec9e68f5b454798
 DIST cimg-1.7.9.tar.gz 17828648 BLAKE2B 7c6ac8453df519bf6720c2c5339fe359733128e1a481a03b0c3b37ef1050282be3cfd625687dab6c4830e4b292ce735cd7a77db09c06afb0bd9bad3598de2616 SHA512 4a7f3316c3ebdd751f7e5b504eda3a990087de8e3b21c5df259eea2ba853d0094365f20e7715e488db77f9fdb4e7244058403f4710065f5959245de631dbbf4b
 DIST cimg-2.0.0.tar.gz 17894467 BLAKE2B 9cbdf92b72a8845709e023ffc642fadde35928dbe618eb6c83020a430337895ed9bbeff7621a159dbcece6bab6be1d3f7599e708ca7f9e440e301139f3debe36 SHA512 432a4d7b60905b509c169a49bc16a2fd34abbebca0d74894f1c7d4729595ae59cc91d1bb0f64a5e888a2a0b13245144e3abdb96d543dc5ca3f28a40e0549cc46
+DIST cimg-2.4.3.tar.gz 11074736 BLAKE2B 097da7f5b214470247296265950061acefec19a169139c65eb12b27ed8e1256b97f77d28deb910bb444f38d396e36c204c761437e8991421422e840fd7505a95 SHA512 3409fde40780d293051914ce988193063139f1f805e5b0205e829234944c76b877a2723dd7c616158bbb58238baf653a03f34d55052103286d3ee28a33136d15

diff --git a/media-libs/cimg/cimg-2.4.3.ebuild b/media-libs/cimg/cimg-2.4.3.ebuild
new file mode 100644
index 00000000000..f4273ef1db4
--- /dev/null
+++ b/media-libs/cimg/cimg-2.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 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"
+
+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
+
+	use doc && dodoc -r html
+	if use examples; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


             reply	other threads:[~2018-12-30  8:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-30  8:27 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  5:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/cimg/ Joonas Niilola
2024-09-24  5:50 Joonas Niilola
2024-09-24  5:50 Joonas Niilola
2024-06-30 12:41 Conrad Kostecki
2024-06-30 12:41 Conrad Kostecki
2023-06-04 16:19 Arthur Zamarin
2023-05-10 19:02 Arthur Zamarin
2020-12-26 22:13 Andreas Sturmlechner
2020-12-26 22:11 Andreas Sturmlechner
2020-12-26 22:11 Andreas Sturmlechner
2020-06-30  2:49 Tim Harder
2020-06-30  2:49 Tim Harder
2020-04-05 10:05 Tim Harder
2020-04-05 10:05 Tim Harder
2020-02-06  4:02 Tim Harder
2020-02-06  4:02 Tim Harder
2020-01-03  6:34 Tim Harder
2020-01-03  6:34 Tim Harder
2019-09-27  3:35 Tim Harder
2019-09-27  3:35 Tim Harder
2019-08-24  4:49 Tim Harder
2019-07-02 21:06 Tim Harder
2019-07-02 21:06 Tim Harder
2019-06-10 19:50 Thomas Deutschmann
2019-01-14  7:48 Tim Harder
2018-12-30  8:27 Tim Harder
2017-06-07  9:08 Tim Harder
2016-12-17  2:55 Tim Harder
2016-10-29 20:30 Tim Harder
2016-05-03 23:44 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546158398.ee14d18a3237d87cf33055e798733766f63a54d6.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox