From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/
Date: Sun, 10 Jun 2018 13:33:34 +0000 (UTC) [thread overview]
Message-ID: <1528637601.09f7ece185e64c98a3e0416cb6d53686cc1dc467.junghans@gentoo> (raw)
commit: 09f7ece185e64c98a3e0416cb6d53686cc1dc467
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 13:31:46 2018 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 13:33:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f7ece1
sci-libs/libaec: version bump
Bug: https://bugs.gentoo.org/657732
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sci-libs/libaec/Manifest | 1 +
sci-libs/libaec/libaec-1.0.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest
index 062c46fc60a..f34687967f9 100644
--- a/sci-libs/libaec/Manifest
+++ b/sci-libs/libaec/Manifest
@@ -1,3 +1,4 @@
DIST libaec-0.3.2.tar.gz 353185 BLAKE2B 7578b35f25ecf8e3e5172f1f0fcbb84a0354cf5a1cb3bfb8588d63ee6872ea8ad7e220b53ea4989dfc1741417f5f10023e91d3a3db7d2ed9e7bc1f6a4eae3509 SHA512 c3935f7d3e2e289e66f24d5af8f8fe21aab1044adbe883708ed64eb194bf93511fe2a9dd2b1658571ebbcc502123b3a5e6dfaa1bc4a1b85eaeaedc8b43d8085e
DIST libaec-1.0.0.tar.gz 3118578 BLAKE2B f3b8ef52e636cd3a04710f75de6fac6d4ab97bbb9422a7753ec5acf98a9cfedf8dacfd13a610f6a5445312448e3490d43182753c8f82995b112de1ad3dd0f45a SHA512 112ded6151e46a90adfe230d8298452b2e42105e0e9d40ce10ac49f1e0160a13fa7ddec22e22346f0d5defc397bbba7c12f9d58b08e024da19991108e6e8d8ba
DIST libaec-1.0.1.tar.gz 769507 BLAKE2B 7a5f0e3c016f6562a94013a072e33638ba6e4b4af1a607befd508e442dae750d59435b96628bc59e4b86694d5745c302a615fa00603221d642700b86519c4428 SHA512 e3e38298d8d1fdf86332612c4dd62cafb8fa59ec8de00ed96aabee5bfbb46fd2396fcc0ad7fa2e4f89f9a22de538e58be5017d214b42176c0450dcc7c35bfedb
+DIST libaec-1.0.2.tar.gz 767910 BLAKE2B 4d843839b21d93a7ae0f90627217978d1d7262dff35962bb7fe7a9f62f57b5042c36278ff61ad7d7aa3ad1a7cdd1ceb75a59dcc1ab9b3d1c899c506ffe5819d3 SHA512 28a8839089e4b643b259cb8679b96e602a35098d1129baae6b3923767060e5deabfa33256d628a8bcbf205368cda5f2e6701078de0caccf44e0597d932a67ba2
diff --git a/sci-libs/libaec/libaec-1.0.2.ebuild b/sci-libs/libaec/libaec-1.0.2.ebuild
new file mode 100644
index 00000000000..99c1467eeb9
--- /dev/null
+++ b/sci-libs/libaec/libaec-1.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils vcs-snapshot
+
+DESCRIPTION="Adaptive Entropy Coding library"
+HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec"
+SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+szip"
+
+DEPEND=""
+RDEPEND="szip? ( !sci-libs/szip )"
+
+src_install() {
+ cmake-utils_src_install
+ # avoid conflict with szip (easier than to patch)
+ if ! use szip; then
+ rm "${ED}"/usr/include/szlib.h || die
+ rm "${ED}"/usr/$(get_libdir)/libsz* || die
+ rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
+ fi
+}
next reply other threads:[~2018-06-10 13:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-10 13:33 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 5:22 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/ Sam James
2022-12-19 14:47 Andreas Sturmlechner
2022-12-18 19:37 Arthur Zamarin
2022-12-18 11:47 Sam James
2022-12-18 11:47 Sam James
2022-12-05 9:29 WANG Xuerui
2022-06-10 10:49 Andrew Ammerlaan
2021-07-13 12:02 Marek Szuba
2021-01-17 11:52 David Seifert
2020-11-26 11:09 Sam James
2020-11-19 11:16 Agostino Sarubbo
2020-11-18 23:42 Thomas Deutschmann
2020-11-18 17:28 Sam James
2020-11-06 21:19 Sam James
2020-10-26 0:12 Sam James
2020-10-26 0:12 Sam James
2019-05-18 19:56 Aaron Bauman
2017-07-17 14:58 Christoph Junghans
2017-06-20 12:12 Alexis Ballier
2017-06-16 21:26 Christoph Junghans
2016-03-24 12:57 Ulrich Müller
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=1528637601.09f7ece185e64c98a3e0416cb6d53686cc1dc467.junghans@gentoo \
--to=junghans@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