public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/
Date: Mon, 23 Sep 2024 15:02:15 +0000 (UTC)	[thread overview]
Message-ID: <1727103649.41f6ed907ba64bd8d261b3e62f6f7c74c7a8262c.andrewammerlaan@gentoo> (raw)

commit:     41f6ed907ba64bd8d261b3e62f6f7c74c7a8262c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Sep  4 13:27:18 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 15:00:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f6ed90

sci-calculators/datamash: add 1.8 with improved ebuild

- bump EAPI
- update LICENSE
- inline CDEPEND
- capitalize first letter of DESCRIPTION

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

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

diff --git a/sci-calculators/datamash/Manifest b/sci-calculators/datamash/Manifest
index 90df7b5e3564..89f3fb3a109f 100644
--- a/sci-calculators/datamash/Manifest
+++ b/sci-calculators/datamash/Manifest
@@ -1 +1,2 @@
 DIST datamash-1.7.tar.gz 2183886 BLAKE2B 56ccb35a985caddd8403d5759c4723ca1309825adf3f34ce70ca16cb1d45378cfe3c9bf2d3f357b497cede403981a1746bccbde1003cdbe48b3d1769b9c68a30 SHA512 29d82d6a1ac25a6ceb901c14fdeacbcb575771f405d844a66df525f820f1515d84989480807e466ddaa0a1ebc5cf698191538391b0c64bddf0d80462f66a5992
+DIST datamash-1.8.tar.gz 2387673 BLAKE2B 42ca3528dd8011961a6711054177e263c7ad4f429f40db0532719134ff1d735b5424dcd6d2643df123d9994df7d4ceb5b36578af5a86b4070a879eebea940c73 SHA512 5ef312a73ebee5df7308b7e368f296714fcc396761499d4a5ba94906f6ecdb0867193c5ce25668bf56b7a5339a8a833a98b3ad564c01544880a6ec210c7b922a

diff --git a/sci-calculators/datamash/datamash-1.8.ebuild b/sci-calculators/datamash/datamash-1.8.ebuild
new file mode 100644
index 000000000000..dcd2342627bf
--- /dev/null
+++ b/sci-calculators/datamash/datamash-1.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 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="linux-crypto 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) \
+		$(use_with linux-crypto)
+}


             reply	other threads:[~2024-09-23 15:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-23 15:02 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-15 15:42 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/ Florian Schmaus
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-09-18 10:02 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=1727103649.41f6ed907ba64bd8d261b3e62f6f7c74c7a8262c.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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