From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/
Date: Mon, 22 Mar 2021 03:30:10 +0000 (UTC) [thread overview]
Message-ID: <1616383795.8a683b69050b5455a5ecb412ccece854cbced257.sam@gentoo> (raw)
commit: 8a683b69050b5455a5ecb412ccece854cbced257
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 03:26:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 03:29:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a683b69
sys-apps/miller: add 5.10.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/miller/Manifest | 1 +
sys-apps/miller/miller-5.10.1.ebuild | 48 ++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/sys-apps/miller/Manifest b/sys-apps/miller/Manifest
index a91a7d449c5..59a024e51dc 100644
--- a/sys-apps/miller/Manifest
+++ b/sys-apps/miller/Manifest
@@ -1 +1,2 @@
DIST miller-5.10.0.tar.gz 6793426 BLAKE2B 25ec96e29ee8d913feffd6e9a54cd2d494c9050e180556ed462a6d94a6adaaea88dbdbc09b4753f8888673bdc33a1f0aa43f9dac37bdc3c25191b2a565fe8847 SHA512 a7cbaee9ad4075d27e74ab3a60297164c535ea2bc1e38128174f4f226ad061850d37108e7d7547821b7e6667cb9a024639795d7678b1897fedf6ee15d6064538
+DIST miller-5.10.1.tar.gz 6158587 BLAKE2B f22db3ccd29e0ff99e3f287e7e4382d679bba2c4d8e0fef3f3c086fa11ffbb287c22fc69c23f3baf647c2e5ac020d73f55ee613b0bb71273d7f94a5fe9561ea5 SHA512 32ec8216ea9c73c20b5c22fa047535c37f52a0d3c3c1100b090c57011cd555cae57a56425dfb0eaf0d09d41d82dbea3ad78a182ec8b538e194599b754f562961
diff --git a/sys-apps/miller/miller-5.10.1.ebuild b/sys-apps/miller/miller-5.10.1.ebuild
new file mode 100644
index 00000000000..4f24e895c45
--- /dev/null
+++ b/sys-apps/miller/miller-5.10.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)"
+HOMEPAGE="https://johnkerl.org/miller/doc/index.html"
+SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+DEPEND="sys-devel/flex"
+
+src_prepare() {
+ default
+
+ # Respect flags
+ find -type f -name "Makefile.am" -exec sed -i -r -e '/.*FLAGS[^=]*=/ s:(-g|-pg|-O[0-9]) ::g' -- {} \; || die
+
+ # Disable docs rebuilding as they're shipped prebuilt
+ sed -e '/SUBDIRS[^=]*=/ s:doc::g' -i -- Makefile.am || die
+
+ # Disable building tests automagically
+ if ! use test; then
+ sed -e '/SUBDIRS[^=]*=/ s:[^ ]*_test::g' -i -- c/Makefile.am || die
+ fi
+
+ eautoreconf
+}
+
+src_test() {
+ emake -C c/reg_test
+ emake -C c/unit_test
+}
+
+src_install() {
+ local HTML_DOCS=( $(usev doc) )
+
+ default
+
+ doman docs/mlr.1
+}
next reply other threads:[~2021-03-22 3:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 3:30 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-29 10:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/ Sam James
2021-12-07 6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-05 4:49 Sam James
2021-04-25 21:01 Sam James
2021-04-25 20:07 Sam James
2021-03-16 19:57 Sam James
2021-02-16 12:34 Sam James
2021-02-03 14:30 Agostino Sarubbo
2021-02-01 13:33 Sam James
2021-01-02 6:47 Sam James
2019-02-16 9:45 Pacho Ramos
2019-02-15 17:48 Mikle Kolyada
2019-02-15 0:39 Thomas Deutschmann
2018-05-20 0:16 Aaron Bauman
2018-03-03 21:47 Michał Górny
2018-01-06 8:56 Michał Górny
2017-04-16 22:00 Patrice Clement
2017-04-16 22:00 Patrice Clement
2016-07-07 19:48 Austin English
2016-06-26 11:45 Patrice Clement
2016-05-29 15:30 Kristian Fiskerstrand
2016-05-19 1:37 Ian Delaney
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=1616383795.8a683b69050b5455a5ecb412ccece854cbced257.sam@gentoo \
--to=sam@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