From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/
Date: Sun, 7 Aug 2016 05:39:49 +0000 (UTC) [thread overview]
Message-ID: <1470548121.9a55bb23b69db9f5545ed35ebccf1e17a68292aa.radhermit@gentoo> (raw)
commit: 9a55bb23b69db9f5545ed35ebccf1e17a68292aa
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 05:34:56 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 05:35:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a55bb23
sys-apps/mawk: version bump to 1.3.4_p20160615
sys-apps/mawk/Manifest | 1 +
sys-apps/mawk/mawk-1.3.4_p20160615.ebuild | 43 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest
index 4a4cf9f..f551876 100644
--- a/sys-apps/mawk/Manifest
+++ b/sys-apps/mawk/Manifest
@@ -1,3 +1,4 @@
DIST mawk-1.3.4-20100625.tgz 304970 SHA256 a8837a66ecee746edc149d7c38686209656c455290a1805c5e05ebad3184d2c9 SHA512 06623b8e647dabffd34d6e655cee72fb8a70eaf70b5cd8165d687c6913fecd868c584306d9b37666e36a473fb6c8dd7c211cdf89fffe1c838eaa826e2865de69 WHIRLPOOL bc375ddfd423fe45a0a89ac5b16a4dbf04ef360cdacc9ca9aa33cceb92e6e9ebfc8447604bf396c5c89529a42555b4d7d55474740a4117717224f983604d1b20
DIST mawk-1.3.4-20141206.tgz 465025 SHA256 efa092ec3ea5dfd54571e8ba3b0327073f1fa51b8efa0953c2cadd87a87389c8 SHA512 636c863d759c8001fd51dea5fd1bfabed193976e9d7e7d614848bf8b5b4714b16325833099abf33c0a94c9cd746608da10e6e7b1199cd2480cab419f89813814 WHIRLPOOL a10a6517092fe97f0ae23766b055c20b73b26d5fcdf18c50e8a9f571be5d694b01a039d3ce6e7ca6294477d013b6a70ae24f5f48426e827a7673e8282a0bf91b
DIST mawk-1.3.4-20150503.tgz 468794 SHA256 461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f SHA512 ac9dde6948328d8db94458448abdf7389f8862ae6093315dd19ed9d1cbeab60fca1fc7b084cda4ce09505010f7108612585e3c4ba9663ddf3adb869bf1d9d7b6 WHIRLPOOL 171c82659cfbae255c7209a1ef700a981bebb46ebcfabe37852ef4edfe60f28e6f3b8509700fbdf6edd10af2bdf4a5be898686666f2a61e59c1771b475645a0a
+DIST mawk-1.3.4-20160615.tgz 466312 SHA256 230a2a2c707e184eb7e56681b993862ab0c4ed2165a893df4e96fac61e7813ac SHA512 97062fe278f1ec30db2233f9bd5a2f60557e2362a2c785bce94a7b9eec9065138cf1349bc145c18194b5af56c8e943e63c95baea839282a65ba09062bdcca2ae WHIRLPOOL 981676b445bf6ed7edbfd3bbc5e62675d1467b5e047a692a006765fbc7e3da45314c59f9959585f7d4ca5ef3f736f6b134352e6d97ba3097cba8673490d89538
diff --git a/sys-apps/mawk/mawk-1.3.4_p20160615.ebuild b/sys-apps/mawk/mawk-1.3.4_p20160615.ebuild
new file mode 100644
index 0000000..4e6a605
--- /dev/null
+++ b/sys-apps/mawk/mawk-1.3.4_p20160615.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+MY_P=${P/_p/-}
+DESCRIPTION="an (often faster than gawk) awk-interpreter"
+HOMEPAGE="http://invisible-island.net/mawk/mawk.html"
+SRC_URI="ftp://invisible-island.net/mawk/${MY_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="app-eselect/eselect-awk"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( ACKNOWLEDGMENT CHANGES README )
+
+src_prepare() {
+ tc-export BUILD_CC
+}
+
+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
+}
next reply other threads:[~2016-08-07 5:39 UTC|newest]
Thread overview: 129+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-07 5:39 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 20:50 [gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/ Sam James
2025-03-13 1:21 Sam James
2025-03-13 1:11 Sam James
2025-03-13 1:09 Sam James
2025-02-09 5:18 Sam James
2025-02-04 22:47 Sam James
2024-11-23 18:14 Sam James
2024-11-08 2:49 Sam James
2024-11-04 16:47 Arthur Zamarin
2024-11-04 3:28 Sam James
2024-11-04 3:28 Sam James
2024-11-04 3:28 Sam James
2024-11-04 3:05 Sam James
2024-11-04 3:05 Sam James
2024-11-02 22:46 Andreas K. Hüttel
2024-10-30 15:18 Sam James
2024-10-15 5:22 Sam James
2024-10-09 0:06 Jakov Smolić
2024-10-05 21:47 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-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
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=1470548121.9a55bb23b69db9f5545ed35ebccf1e17a68292aa.radhermit@gentoo \
--to=radhermit@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