diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-09-04 15:35:49 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-09-23 17:00:50 +0200 |
commit | d9754b011d1a639b18339d13f20003f390e2e7b6 (patch) | |
tree | a8cdd27becaab65a7ea5d9b819a3d8ff13f85ca2 /sci-calculators | |
parent | sci-calculators/datamash: add 1.8 with improved ebuild (diff) | |
download | gentoo-d9754b011d1a639b18339d13f20003f390e2e7b6.tar.gz gentoo-d9754b011d1a639b18339d13f20003f390e2e7b6.tar.bz2 gentoo-d9754b011d1a639b18339d13f20003f390e2e7b6.zip |
sci-calculators/datamash: drop 1.7-r1
Closes: https://bugs.gentoo.org/880149
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38431
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/datamash/Manifest | 1 | ||||
-rw-r--r-- | sci-calculators/datamash/datamash-1.7-r1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-calculators/datamash/Manifest b/sci-calculators/datamash/Manifest index 89f3fb3a109f..8006a756e10a 100644 --- a/sci-calculators/datamash/Manifest +++ b/sci-calculators/datamash/Manifest @@ -1,2 +1 @@ -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.7-r1.ebuild b/sci-calculators/datamash/datamash-1.7-r1.ebuild deleted file mode 100644 index f9a68c3f6149..000000000000 --- a/sci-calculators/datamash/datamash-1.7-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 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) -} |