commit:     543053d681b3dcb6628d2fed49062c666d2534c4
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 15:40:45 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 15:41:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543053d6

sci-calculators/datamash: add 1.9

This drops USE=linux-crypto as I could not find any trace of this being
a thing in current upstream's release nor ever in its git history.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sci-calculators/datamash/Manifest            |  1 +
 sci-calculators/datamash/datamash-1.9.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sci-calculators/datamash/Manifest 
b/sci-calculators/datamash/Manifest
index 8006a756e10a..f797932a33e3 100644
--- a/sci-calculators/datamash/Manifest
+++ b/sci-calculators/datamash/Manifest
@@ -1 +1,2 @@
 DIST datamash-1.8.tar.gz 2387673 BLAKE2B 
42ca3528dd8011961a6711054177e263c7ad4f429f40db0532719134ff1d735b5424dcd6d2643df123d9994df7d4ceb5b36578af5a86b4070a879eebea940c73
 SHA512 
5ef312a73ebee5df7308b7e368f296714fcc396761499d4a5ba94906f6ecdb0867193c5ce25668bf56b7a5339a8a833a98b3ad564c01544880a6ec210c7b922a
+DIST datamash-1.9.tar.gz 2653588 BLAKE2B 
a56f38b7006fe3c6fb2bda24ce3798d44c6d4cc41b6b4c5ca20c7e2fdfde046c60de9ee9a9ca559a733fe1364522a4cd260ceeb0f969de684bf267eaf3942865
 SHA512 
f8b081e6bc2579bdd753817aeaa09ea12e8c2bfa0a2b9a1071e10b402cf2a34f9cc76a7cadf5f1ecb9d88ea68e5aa99685496be8c4a41044e4e7e33a2105a57f

diff --git a/sci-calculators/datamash/datamash-1.9.ebuild 
b/sci-calculators/datamash/datamash-1.9.ebuild
new file mode 100644
index 000000000000..747836dc1e1e
--- /dev/null
+++ b/sci-calculators/datamash/datamash-1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="nls openssl"
+
+RDEPEND="
+       nls? ( virtual/libintl )
+       openssl? ( dev-libs/openssl:= )
+"
+BDEPEND="
+       nls? ( sys-devel/gettext )
+       openssl? ( dev-libs/openssl:= )
+"
+
+src_configure() {
+       econf \
+               $(use_enable nls) \
+               $(use_with openssl)
+}

Reply via email to