From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D8D4138330 for ; Sat, 6 Jan 2018 08:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21D0CE088B; Sat, 6 Jan 2018 08:56:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4B66E088B for ; Sat, 6 Jan 2018 08:56:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C440335C07 for ; Sat, 6 Jan 2018 08:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86EC195 for ; Sat, 6 Jan 2018 08:56:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515228992.8c402341cf47392ad8fc77d6e97f2780e1ce20ad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/miller/Manifest sys-apps/miller/metadata.xml sys-apps/miller/miller-5.2.2.ebuild X-VCS-Directories: sys-apps/miller/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c402341cf47392ad8fc77d6e97f2780e1ce20ad X-VCS-Branch: master Date: Sat, 6 Jan 2018 08:56:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17e8fef8-6fe7-40e9-942d-1646c7d729cb X-Archives-Hash: 2f2d1ce86f0ed4258dd98e2e283ee963 commit: 8c402341cf47392ad8fc77d6e97f2780e1ce20ad Author: Herb Miller Jr hlmjr com> AuthorDate: Wed Aug 16 16:40:47 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 08:56:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c402341 sys-apps/miller: bump to version 5.2.2 Adding myself and proxy maintainer project as maintainers to signal proxy maintainers project leads. Cleanup per guidance from mgorny. Closes: https://github.com/gentoo/gentoo/pull/5446 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/miller/Manifest | 1 + sys-apps/miller/metadata.xml | 9 ++++++- sys-apps/miller/miller-5.2.2.ebuild | 47 +++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/sys-apps/miller/Manifest b/sys-apps/miller/Manifest index 01ff07e893e..9f489d900d0 100644 --- a/sys-apps/miller/Manifest +++ b/sys-apps/miller/Manifest @@ -1 +1,2 @@ DIST miller-4.2.0.tar.gz 3373505 BLAKE2B 5051f310a70ad151aa8fd80dd4b885e78561dfb1fd14fa3a49ffb9928ce55acb59220b2b122b798256a0d258fbe4216470cdf8aec37be2fd26ac5ecb1f80e982 SHA512 f176dc2ce4e733ac1e4e331f17554d4ed089344a5f571bcc9d4b3b227f6c950fa0355f1a5b934e4f9467d9a22448e2842c586a4e6c424a98ec89170cd70b1714 +DIST miller-5.2.2.tar.gz 5024653 BLAKE2B c13b6fb03404ae93f436997510aaaced2e11616b42fe132b9a267b1e71c2b7ada5bd310a20bd0bbd50ca6edaac915ebd68885ef4de1558aea63d9753b9f69125 SHA512 64ab35db6382cd9bf819249a57b88a142fccf7d6facdc6b9fdf3005b82bb2567f57b64d52a29b5f9d44c941974803339eb4a34c6648fdde2c82cc7c2f98e727c diff --git a/sys-apps/miller/metadata.xml b/sys-apps/miller/metadata.xml index b514bd71d71..bea67532f6a 100644 --- a/sys-apps/miller/metadata.xml +++ b/sys-apps/miller/metadata.xml @@ -1,7 +1,14 @@ - + + herb@hlmjr.com + Herb Miller Jr. (herbmillerjr) + + + proxy-maint@gentoo.org + Proxy Maintainers + johnkerl/miller diff --git a/sys-apps/miller/miller-5.2.2.ebuild b/sys-apps/miller/miller-5.2.2.ebuild new file mode 100644 index 00000000000..7d27a1bf9b8 --- /dev/null +++ b/sys-apps/miller/miller-5.2.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 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' +}