mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
28
sci-calculators/datamash/datamash-1.9.ebuild
Normal file
28
sci-calculators/datamash/datamash-1.9.ebuild
Normal file
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user