From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/
Date: Wed, 18 Sep 2019 10:02:37 +0000 (UTC) [thread overview]
Message-ID: <1568800955.df64c57cb14d21d1b8cf4b8e7039b604a18981c7.jer@gentoo> (raw)
commit: df64c57cb14d21d1b8cf4b8e7039b604a18981c7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 10:00:02 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 10:02:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df64c57c
sci-calculators/datamash: Version 1.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
sci-calculators/datamash/Manifest | 1 +
sci-calculators/datamash/datamash-1.5.ebuild | 32 ++++++++++++++++++++++++++++
sci-calculators/datamash/metadata.xml | 3 ++-
3 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/sci-calculators/datamash/Manifest b/sci-calculators/datamash/Manifest
index fec96d2166e..d724f7c5881 100644
--- a/sci-calculators/datamash/Manifest
+++ b/sci-calculators/datamash/Manifest
@@ -1 +1,2 @@
DIST datamash-1.4.tar.gz 2013538 BLAKE2B 7be0d146e24c9d5e4e739e4884dda30c52089410b39b77e80e2265f134aaf3fb4db097b2b138497ed117028191a8a1bd0b82d2754f96bb5473d79b7785e1e1af SHA512 1c47d70c9d7fa5ab2fd2a8cb1d40817ca07e8501628997ae370884fd0a4e926c0718f49f54a5f91eb4db847296bc120db3dd19fc12a92bfe8d2e7d6f2ded5aec
+DIST datamash-1.5.tar.gz 2086985 BLAKE2B 3b377d5886ac7de0066c30ffa7a8923230b928514274be10b213d1a0631709b1c940a4da07709d0cb67a6719f5da9b9f045b8a5bb519370b64a677d20547aa17 SHA512 9f7bff0858a7519ef8efc30ef39c3e99f17e81ed847f1edce6ff28e1191d52fbc173baa5d21d6852effbbf2af800604920d92d412f45519700a9b5809da0e8fa
diff --git a/sci-calculators/datamash/datamash-1.5.ebuild b/sci-calculators/datamash/datamash-1.5.ebuild
new file mode 100644
index 00000000000..db1f765861f
--- /dev/null
+++ b/sci-calculators/datamash/datamash-1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="command-line program for basic numeric, textual and statistical operations"
+HOMEPAGE="https://www.gnu.org/software/datamash/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="linux-crypto nls openssl"
+
+CDEPEND="
+ openssl? ( dev-libs/openssl )
+"
+RDEPEND="
+ ${CDEPEND}
+ nls? ( virtual/libintl )
+"
+BDEPEND="
+ ${CDEPEND}
+ nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with openssl) \
+ $(use_with linux-crypto)
+}
diff --git a/sci-calculators/datamash/metadata.xml b/sci-calculators/datamash/metadata.xml
index 71dccc38c27..e792eaf68c5 100644
--- a/sci-calculators/datamash/metadata.xml
+++ b/sci-calculators/datamash/metadata.xml
@@ -5,6 +5,7 @@
<email>jer@gentoo.org</email>
</maintainer>
<use>
-<flag name='openssl'>Use <pkg>dev-libs/openssl</pkg> for cryptographic features</flag>
+<flag name='linux-crypto'>Use Linux kernel cryptographic API</flag>
+<flag name='openssl'>Use <pkg>dev-libs/openssl</pkg> for hash routines instead of internal gnulib</flag>
</use>
</pkgmetadata>
next reply other threads:[~2019-09-18 10:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-18 10:02 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 15:02 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/ Andrew Ammerlaan
2024-09-23 15:02 Andrew Ammerlaan
2022-10-18 2:18 Sam James
2021-06-22 18:19 Sam James
2020-04-24 7:35 Jeroen Roovers
2020-03-10 8:22 Jeroen Roovers
2019-06-01 5:57 Jeroen Roovers
2018-12-23 14:57 Jeroen Roovers
2018-03-19 17:36 Jeroen Roovers
2018-03-19 17:36 Jeroen Roovers
2017-02-21 7:06 Jeroen Roovers
2017-02-21 7:06 Jeroen Roovers
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=1568800955.df64c57cb14d21d1b8cf4b8e7039b604a18981c7.jer@gentoo \
--to=jer@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