From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/
Date: Sat, 3 Mar 2018 21:47:51 +0000 (UTC) [thread overview]
Message-ID: <1520113657.051d4c7a76f6c431b9610b54cf8a73e593ef8ccc.mgorny@gentoo> (raw)
commit: 051d4c7a76f6c431b9610b54cf8a73e593ef8ccc
Author: Herb Miller Jr <herb <AT> hlmjr <DOT> com>
AuthorDate: Sat Mar 3 20:40:31 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 21:47:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051d4c7a
sys-apps/miller: Bump to version 5.3.0.
Closes: https://github.com/gentoo/gentoo/pull/7344
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-apps/miller/Manifest | 1 +
sys-apps/miller/miller-5.3.0.ebuild | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sys-apps/miller/Manifest b/sys-apps/miller/Manifest
index 9f489d900d0..45a1a89c325 100644
--- a/sys-apps/miller/Manifest
+++ b/sys-apps/miller/Manifest
@@ -1,2 +1,3 @@
DIST miller-4.2.0.tar.gz 3373505 BLAKE2B 5051f310a70ad151aa8fd80dd4b885e78561dfb1fd14fa3a49ffb9928ce55acb59220b2b122b798256a0d258fbe4216470cdf8aec37be2fd26ac5ecb1f80e982 SHA512 f176dc2ce4e733ac1e4e331f17554d4ed089344a5f571bcc9d4b3b227f6c950fa0355f1a5b934e4f9467d9a22448e2842c586a4e6c424a98ec89170cd70b1714
DIST miller-5.2.2.tar.gz 5024653 BLAKE2B c13b6fb03404ae93f436997510aaaced2e11616b42fe132b9a267b1e71c2b7ada5bd310a20bd0bbd50ca6edaac915ebd68885ef4de1558aea63d9753b9f69125 SHA512 64ab35db6382cd9bf819249a57b88a142fccf7d6facdc6b9fdf3005b82bb2567f57b64d52a29b5f9d44c941974803339eb4a34c6648fdde2c82cc7c2f98e727c
+DIST miller-5.3.0.tar.gz 4940072 BLAKE2B 2e34ae010d409877040a60b08dd615f32e6945ca3bf97c078c89b9d2811067fa4bca2403f8ad239f8245e050acb10305d351b1db4177541a4fa9ed9a4bc1396c SHA512 4c557d97eb1cda2e52093fa097677602491895dea3093776a03af56114022b8c0917df9fbf26071d4d1a3c1360f520c82e33b32635c7b4207fa62869ab564712
diff --git a/sys-apps/miller/miller-5.3.0.ebuild b/sys-apps/miller/miller-5.3.0.ebuild
new file mode 100644
index 00000000000..97912f6bbd6
--- /dev/null
+++ b/sys-apps/miller/miller-5.3.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)"
+HOMEPAGE="http://johnkerl.org/miller"
+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"
+
+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 'doc/mlr.1'
+}
next reply other threads:[~2018-03-03 21:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-03 21:47 Michał Górny [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-22 3:30 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-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=1520113657.051d4c7a76f6c431b9610b54cf8a73e593ef8ccc.mgorny@gentoo \
--to=mgorny@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