From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Tue, 3 Jan 2017 17:30:08 +0000 (UTC) [thread overview]
Message-ID: <1483464600.6a55cb7e0f336eb0a3c6a7697931b41a0d7412c0.mgorny@gentoo> (raw)
commit: 6a55cb7e0f336eb0a3c6a7697931b41a0d7412c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 17:27:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 17:30:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a55cb7e
app-arch/lz4: Bump to 1.7.5
app-arch/lz4/Manifest | 1 +
app-arch/lz4/lz4-1.7.5.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest
index 6cf7fa7..53bbdbb 100644
--- a/app-arch/lz4/Manifest
+++ b/app-arch/lz4/Manifest
@@ -1,3 +1,4 @@
DIST lz4-0_p106.tar.xz 129352 SHA256 a9a09c4ebb962995d10e7e4f7d9224aaa93f308899de18a414948a58e87b6f22 SHA512 8b2bafbf78be7c42831e264d7acdca12712c88369cecdb3aa4621c84bb6b450c372f5153f7c3939a5f70d5810c62b98993697397319d286a1bb51b1e4a6ecde6 WHIRLPOOL fc5bb47b73606b125d8e155365d1fe101083e68e684ffd6014440e0f1416f1f6ecc64b797083e6939bd3e8cd42018e46a1864ae4542160c96933a47df9421a42
+DIST lz4-1.7.5.tar.gz 208019 SHA256 0190cacd63022ccb86f44fa5041dc6c3804407ad61550ca21c382827319e7e7e SHA512 b4e5b17fe06805e676608e636a45f0b480b79a02c6b7ffce84dc4d607861cb2652b2852493ab9d9249e7caeae6f00b6834801fdc39f58d901cbc1c7347915295 WHIRLPOOL 961c56f36a78a4703403a95b54efed8fe859b7ae6327a1318112e322052655aa379e37c34a1d9e8f11397e4f3e14b5f1dfe60083e253dbf20fbbbbb753c28c1b
DIST lz4-r120.tar.gz 161950 SHA256 fa02b1bcc26529c27cff0883d830914bdd1ba41a87035313e1050302f17e4b07 SHA512 8b27c57737ba4c2c8e4f00f7ce13f6edc91f74885bad66dd521dfe85d427e0fd78a300896d599bb8642a34fba78446daf207d1b2fd8e91543d4c093e53694e86 WHIRLPOOL 6a0cd7f8caf9799130b13b3f282197b5ef20fb987f0f5f6911f71a0f5d5d37c542976be5f13bdd2e21a8edd0a6cc8408fcc0f69f6354a0fbc7df75b22fb9de91
DIST lz4-r131.tar.gz 133784 SHA256 9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed SHA512 60bd95d529691ffee2c43f0d8a62484c3cff74c0154094f073192606806ac8182dced61e0534ffa7e0ccf5f18e9a8cfd2738883a83814c0711a6d7f1d1b252e5 WHIRLPOOL d605dbada1d4eb84eb6f3f45417eaa35433b1e3e875af560bb5fa06f0465f1652fab74c094d0d743e0034abc0067c83114827e21baea69d5c3d6d95062d0f660
diff --git a/app-arch/lz4/lz4-1.7.5.ebuild b/app-arch/lz4/lz4-1.7.5.ebuild
new file mode 100644
index 00000000..3e59139
--- /dev/null
+++ b/app-arch/lz4/lz4-1.7.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-multilib
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lz4/lz4.git"
+ EGIT_BRANCH=dev
+else
+ SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Extremely Fast Compression algorithm"
+HOMEPAGE="https://github.com/lz4/lz4"
+
+LICENSE="BSD-2 GPL-2"
+# https://abi-laboratory.pro/tracker/timeline/lz4/
+# note: abi-tracker is most likely wrong about 1.7.3 changing ABI,
+# the maintainer is looking into fixing that
+SLOT="0/r131"
+IUSE="static-libs"
+
+CMAKE_USE_DIR=${S}/contrib/cmake_unofficial
+
+multilib_src_configure() {
+ local mycmakeargs=(
+ -DBUILD_STATIC_LIBS=$(usex static-libs)
+ )
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2017-01-03 17:30 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-03 17:30 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-18 11:23 [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/ Michał Górny
2024-08-16 13:58 Sam James
2024-08-10 15:41 Michał Górny
2024-08-10 8:35 Michał Górny
2024-08-10 8:17 Michał Górny
2024-08-10 6:43 Michał Górny
2024-07-31 8:17 Fabian Groffen
2024-07-22 7:33 Michał Górny
2024-07-22 7:33 Michał Górny
2022-10-09 8:53 Agostino Sarubbo
2022-10-09 0:10 Sam James
2022-10-08 19:28 Sam James
2022-10-08 19:24 Arthur Zamarin
2022-10-08 19:24 Arthur Zamarin
2022-10-08 19:24 Arthur Zamarin
2022-10-08 16:03 Arthur Zamarin
2022-08-30 5:45 Michał Górny
2021-01-06 12:52 Fabian Groffen
2020-12-20 20:34 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 18:45 Sam James
2020-12-18 14:22 Sam James
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 4:56 Sam James
2020-12-16 19:50 Sam James
2020-11-16 8:22 Michał Górny
2020-11-16 8:22 Michał Górny
2020-08-31 13:39 Mikle Kolyada
2020-06-08 8:56 Michał Górny
2019-12-26 10:53 Michał Górny
2019-12-26 10:53 Michał Górny
2019-09-26 20:06 Mikle Kolyada
2019-09-26 20:06 Mikle Kolyada
2019-09-26 20:06 Mikle Kolyada
2019-09-21 5:26 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-09 16:15 Aaron Bauman
2019-09-09 6:02 Agostino Sarubbo
2019-09-09 5:54 Agostino Sarubbo
2019-09-08 19:15 Thomas Deutschmann
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 18:21 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-08-21 5:41 Michał Górny
2019-08-16 14:35 Guilherme Amadio
2019-08-16 14:35 Guilherme Amadio
2019-08-16 14:35 Guilherme Amadio
2019-05-11 12:38 Michał Górny
2019-05-06 18:04 Tobias Klausmann
2019-04-12 3:22 Aaron Bauman
2019-04-01 17:21 Thomas Deutschmann
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 16:56 Mikle Kolyada
2019-03-16 16:56 Mikle Kolyada
2019-03-16 16:56 Mikle Kolyada
2019-03-16 14:06 Mikle Kolyada
2019-03-12 17:04 Mikle Kolyada
2019-03-11 22:42 Sergei Trofimovich
2019-03-10 22:17 Sergei Trofimovich
2019-03-10 20:35 Sergei Trofimovich
2018-12-27 18:48 Fabian Groffen
2018-10-19 9:57 Michał Górny
2018-10-12 16:18 Mikle Kolyada
2018-10-10 16:26 Markus Meier
2018-09-29 21:07 Mikle Kolyada
2018-09-14 12:17 Tobias Klausmann
2018-09-09 1:12 Thomas Deutschmann
2018-09-08 12:53 Mart Raudsepp
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:57 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 22:43 Sergei Trofimovich
2018-09-07 19:04 Sergei Trofimovich
2018-09-07 13:50 Mikle Kolyada
2018-06-07 13:23 Mikle Kolyada
2018-05-22 20:40 Michał Górny
2018-04-21 14:50 Mart Raudsepp
2018-03-23 4:48 Markus Meier
2018-03-03 13:12 Tobias Klausmann
2018-03-01 15:09 Michał Górny
2018-03-01 15:09 Michał Górny
2018-02-01 20:37 Thomas Deutschmann
2018-01-05 19:34 Mikle Kolyada
2018-01-02 19:54 Sergei Trofimovich
2018-01-02 8:14 Sergei Trofimovich
2017-09-25 19:04 Fabian Groffen
2017-09-04 17:21 Michał Górny
2017-06-25 7:25 Markus Meier
2017-06-21 12:17 Agostino Sarubbo
2017-06-20 14:56 Tobias Klausmann
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 16:10 Sergei Trofimovich
2017-06-17 15:36 Agostino Sarubbo
2017-02-05 10:12 Michał Górny
2017-01-03 17:30 Michał Górny
2016-11-10 9:46 Lars Wendler
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29 9:35 Agostino Sarubbo
2016-07-29 14:46 Michał Górny
2016-07-28 18:18 Michał Górny
2016-07-28 14:13 Michał Górny
2016-07-27 20:24 Markus Meier
2016-07-18 8:50 Agostino Sarubbo
2016-07-18 8:50 Agostino Sarubbo
2016-07-17 19:37 Jeroen Roovers
2016-07-17 11:52 Tobias Klausmann
2016-03-02 16:05 Patrick Lauer
2016-03-02 9:07 Patrick Lauer
2015-11-03 21:55 Michał Górny
2015-09-01 18:37 Tobias Klausmann
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=1483464600.6a55cb7e0f336eb0a3c6a7697931b41a0d7412c0.mgorny@gentoo \
--to=mgorny@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