public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/
Date: Sun,  9 May 2021 12:53:41 +0000 (UTC)	[thread overview]
Message-ID: <1620564760.1a08904c3b876e440d3c08385d24df27c531d23b.soap@gentoo> (raw)

commit:     1a08904c3b876e440d3c08385d24df27c531d23b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 12:52:40 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun May  9 12:52:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a08904c

sys-apps/mawk: add 1.3.4_p20200120

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/mawk/Manifest                    |  1 +
 sys-apps/mawk/mawk-1.3.4_p20200120.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest
index 09f583024ab..1e1a77cce54 100644
--- a/sys-apps/mawk/Manifest
+++ b/sys-apps/mawk/Manifest
@@ -1,3 +1,4 @@
 DIST mawk-1.3.4-20161120.tgz 461464 BLAKE2B 7481345b391198cc9ec47f6ad84f0f07e31c931a40d59bde401d00ea7bc74b728c8149f80187e5d73923496e2eef1ec70bc097aedf0b68630f73264d45d96ebd SHA512 c5edcbff4ab1e40eb9b178a045fcd426a5f3c93a3ab5bc1ca1fa85a0977b8c9060967fcbda4e4a6e9e68628f50a2814e22939676008dced529377d2cf9bda5b2
 DIST mawk-1.3.4-20190203.tgz 466481 BLAKE2B f647c52872ff510f02ab44f13f6c51497abdecf3d6ab40faa2e419f726a15ebdb531607465bcaf2f53d032284251f9fd25e73734a72fc31c014a0a9f200613ed SHA512 64d5b1838d34d30e32966f46cb7457c865caccfe9fe1049d2645ba301b1ddb4efc18588115dbcf96234a2a0b791211a7f82264a3c81899459dc3029e65837646
 DIST mawk-1.3.4-20200106.tgz 468031 BLAKE2B b125eecf780f0658d3a1c06875fdac221ffe5999e38646d71b15159c50271a7bbfb594fb6347442239c3eab6703f9c782739bd2a5a055e1ff8cd44a0e8a6545d SHA512 f6f65f3b73965f520a6f9bb7e2b6ad2a3c532c0768461744e6cfb2e72e2c718dacd1c5eea995dfa267facfc4e0ee71d337809cd45d5c75cfbc65294b45280ff9
+DIST mawk-1.3.4-20200120.tgz 468855 BLAKE2B dd8bb8f66cb8bd67d8415ee25ce928113cf3f33f8135bc432a16f30b83df861cd2e29da9e0fac1dfb1a6796239d0c838ed72cf51467f8ed79b96068e3e1f1e93 SHA512 14d9a6642ce931bf6457d248fc2d6da4f0ea7541976ca282ea708b26df048f86fdf92c27f72d497501ccd43a244d1d1a606f1a2f266a7558306fea35dcc3041b

diff --git a/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild b/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild
new file mode 100644
index 00000000000..d5c01b2a942
--- /dev/null
+++ b/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/_p/-}"
+DESCRIPTION="An (often faster than gawk) awk-interpreter"
+HOMEPAGE="https://invisible-island.net/mawk/mawk.html"
+SRC_URI="https://invisible-mirror.net/archives/${PN}/${MY_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="app-eselect/eselect-awk"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( ACKNOWLEDGMENT CHANGES README )
+
+src_configure() {
+	tc-export BUILD_CC
+	econf
+}
+
+src_install() {
+	default
+
+	exeinto /usr/share/doc/${PF}/examples
+	doexe examples/*
+	docompress -x /usr/share/doc/${PF}/examples
+}
+
+pkg_postinst() {
+	eselect awk update ifunset
+}
+
+pkg_postrm() {
+	eselect awk update ifunset
+}


             reply	other threads:[~2021-05-09 12:53 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09 12:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 21:47 [gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/ Jakov Smolić
2024-10-05 21:47 Jakov Smolić
2024-10-05 13:58 Arthur Zamarin
2024-10-05 12:58 Arthur Zamarin
2024-10-05 11:48 Arthur Zamarin
2024-09-18  6:27 Sam James
2024-08-28 10:06 Sam James
2024-06-24  1:16 Sam James
2024-04-13  6:26 Arthur Zamarin
2024-03-14  8:18 Arthur Zamarin
2024-03-14  7:58 Arthur Zamarin
2024-03-14  7:00 Arthur Zamarin
2024-03-14  6:44 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:07 Sam James
2024-03-14  6:07 Sam James
2024-03-04 10:36 Sam James
2024-01-26 13:01 Sam James
2024-01-26 12:51 Sam James
2024-01-23  4:38 Sam James
2024-01-18  0:28 Sam James
2024-01-17  8:53 Arthur Zamarin
2024-01-17  6:34 Sam James
2024-01-17  5:50 Sam James
2024-01-17  5:33 Sam James
2024-01-17  5:33 Sam James
2023-12-28  4:04 Sam James
2023-12-23  4:17 Ionen Wolkens
2023-12-15 13:21 Arthur Zamarin
2023-12-15  8:31 Sam James
2023-12-15  7:20 Sam James
2023-12-15  7:14 Sam James
2023-12-15  7:14 Sam James
2023-12-01 19:38 Arthur Zamarin
2023-11-30  3:49 Sam James
2023-11-04 19:40 Sam James
2023-09-23 16:50 Arthur Zamarin
2023-09-23 16:50 Arthur Zamarin
2023-09-23 16:50 Arthur Zamarin
2023-09-23 16:50 Arthur Zamarin
2023-09-23 16:50 Arthur Zamarin
2023-09-23 16:50 Arthur Zamarin
2023-09-23 15:57 Arthur Zamarin
2023-08-12  5:34 Sam James
2023-08-10  4:45 Sam James
2023-05-31 12:42 Arthur Zamarin
2023-05-31  5:01 Sam James
2023-05-31  3:36 Sam James
2023-05-31  3:36 Sam James
2023-05-31  2:18 Sam James
2023-05-31  2:18 Sam James
2023-05-31  2:18 Sam James
2023-05-31  0:29 Sam James
2023-05-31  0:29 Sam James
2023-04-23 22:35 Sam James
2023-04-23 20:42 Sam James
2023-04-23 20:32 Sam James
2023-04-23 20:23 Sam James
2023-04-23 20:08 Sam James
2023-04-23 20:07 Sam James
2023-04-23 20:05 Sam James
2023-04-23 20:00 Sam James
2023-04-07  2:29 Sam James
2023-03-24 14:07 Arthur Zamarin
2023-03-24 13:36 Arthur Zamarin
2023-03-23  5:58 Sam James
2023-03-22 22:36 Sam James
2023-03-22  5:49 Sam James
2023-02-08 20:32 Sam James
2023-02-05 19:54 Sam James
2022-12-02 18:44 WANG Xuerui
2022-12-01 19:38 Sam James
2022-10-17 16:03 Jakov Smolić
2022-08-10 20:29 Sam James
2022-07-03 18:13 Arthur Zamarin
2021-08-03 11:03 Sam James
2021-07-31 22:12 Sam James
2021-07-28  3:12 Sam James
2021-06-14  9:19 David Seifert
2021-06-13  6:32 Agostino Sarubbo
2021-06-13  6:10 Sam James
2021-06-12 15:49 Sam James
2021-06-12 15:49 Sam James
2021-05-09 12:53 David Seifert
2021-05-09 12:53 David Seifert
2021-01-06 15:26 Fabian Groffen
2020-07-17  7:44 Agostino Sarubbo
2020-07-11 15:21 Sam James
2020-07-08 12:23 Michał Górny
2020-07-06  7:02 Sergei Trofimovich
2020-01-17 16:02 Mike Gilbert
2020-01-16 20:51 Tim Harder
2019-08-30  8:14 Lars Wendler
2019-08-30  8:14 Lars Wendler
2018-01-07 21:49 Mikle Kolyada
2018-01-07 21:44 Mikle Kolyada
2018-01-07 14:23 Sergei Trofimovich
2018-01-06 14:25 Sergei Trofimovich
2018-01-01 22:09 Sergei Trofimovich
2018-01-01 18:40 Thomas Deutschmann
2017-09-08  3:54 Tim Harder
2017-04-12 10:25 Tim Harder
2016-11-10  5:09 Mike Frysinger
2016-08-07  5:39 Tim Harder
2015-11-16 14:19 Agostino Sarubbo
2015-11-15 21:01 Matt Turner
2015-11-05 11:20 Agostino Sarubbo
2015-10-27 15:20 Agostino Sarubbo
2015-08-28  6:40 Tim Harder
2015-08-28  6:40 Tim Harder

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=1620564760.1a08904c3b876e440d3c08385d24df27c531d23b.soap@gentoo \
    --to=soap@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