From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-checksums/
Date: Fri, 20 Sep 2019 15:36:22 +0000 (UTC) [thread overview]
Message-ID: <1568993013.52fa8ed86d349ddcd0a18784cdcf1b69485a70e8.juippis@gentoo> (raw)
commit: 52fa8ed86d349ddcd0a18784cdcf1b69485a70e8
Author: Sven Eden <yamakuzure <AT> gmx <DOT> net>
AuthorDate: Thu Aug 15 16:21:00 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 15:23:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fa8ed8
dev-libs/aws-checksums: HW accelerated CRC32c and CRC32 with fallbacks
Cross-Platform HW accelerated CRC32c and CRC32 with fallback to
efficient SW implementations. C interface with language bindings for
each of our SDKs
Dependency for dev-libs/aws-sdk-cpp-1.7.178
Signed-off-by: Sven Eden <yamakuzure <AT> gmx.net>
Bug: https://bugs.gentoo.org/666494
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/aws-checksums/Manifest | 1 +
dev-libs/aws-checksums/aws-checksums-0.1.3.ebuild | 23 +++++++++++++++++++++++
dev-libs/aws-checksums/metadata.xml | 17 +++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-libs/aws-checksums/Manifest b/dev-libs/aws-checksums/Manifest
new file mode 100644
index 00000000000..257865b6bd9
--- /dev/null
+++ b/dev-libs/aws-checksums/Manifest
@@ -0,0 +1 @@
+DIST aws-checksums-0.1.3.tar.gz 78242 BLAKE2B e78f3bb34e124351ad494e86e579613799afebcfe491fb36b20190121f2bf9de9d96714ad304a7fcd702708f5be417c6dbafe65606b2fe42c340edc796a3ecf3 SHA512 79bf71a6c4c268b27efe8a6a3c4b90281da4ce7f6e4c1c62fce80b11a4756ecfd4dc2b19624ace3f54137113d0cb56a517de0b91dd6338ee8ca069756bca13f4
diff --git a/dev-libs/aws-checksums/aws-checksums-0.1.3.ebuild b/dev-libs/aws-checksums/aws-checksums-0.1.3.ebuild
new file mode 100644
index 00000000000..cb764eeadcc
--- /dev/null
+++ b/dev-libs/aws-checksums/aws-checksums-0.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Cross-Platform HW accelerated CRC32c and CRC32 with software fallbacks"
+HOMEPAGE="https://github.com/awslabs/aws-checksums"
+SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake-utils_src_configure
+}
diff --git a/dev-libs/aws-checksums/metadata.xml b/dev-libs/aws-checksums/metadata.xml
new file mode 100644
index 00000000000..d0278a72a5c
--- /dev/null
+++ b/dev-libs/aws-checksums/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>yamakuzure@gmx.net</email>
+ <name>Sven Eden</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Cross-Platform HW accelerated CRC32c and CRC32 with fallback to
+ efficient SW implementations. C interface with language
+ bindings for each of our SDKs
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2019-09-20 15:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-20 15:36 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-06 13:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-checksums/ Andreas Sturmlechner
2020-08-24 17:45 Jonas Stein
2020-09-28 11:56 Joonas Niilola
2020-09-30 7:06 Joonas Niilola
2020-12-13 11:00 Joonas Niilola
2020-12-13 11:00 Joonas Niilola
2020-12-13 11:00 Joonas Niilola
2024-04-17 21:02 Conrad Kostecki
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=1568993013.52fa8ed86d349ddcd0a18784cdcf1b69485a70e8.juippis@gentoo \
--to=juippis@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