public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/moar/
Date: Fri, 19 May 2023 00:56:57 +0000 (UTC)	[thread overview]
Message-ID: <1684457563.c00ed53b800d56e0a1b42d58d8bb68f2d4ab4f32.sam@gentoo> (raw)

commit:     c00ed53b800d56e0a1b42d58d8bb68f2d4ab4f32
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 00:52:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 19 00:52:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00ed53b

sys-apps/moar: add 1.15.0

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

 sys-apps/moar/Manifest           |  2 ++
 sys-apps/moar/moar-1.15.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/moar/Manifest b/sys-apps/moar/Manifest
index 07b731959a47..0f45652e9f62 100644
--- a/sys-apps/moar/Manifest
+++ b/sys-apps/moar/Manifest
@@ -4,3 +4,5 @@ DIST moar-1.13.0-deps.tar.xz 4808044 BLAKE2B cd7808337af5acb2bd6cb4b9696c9d04803
 DIST moar-1.13.0.tar.gz 2778084 BLAKE2B 6f3dfc1b997c0176b57e613a822df4f25d7bb509ce245d3c9711bebc4dfccee4d423ce02dbf2845377b856a909cc9e5d8f88d9c65a85d8830bd713ef93729250 SHA512 fca30d496c2439cf5d1204eaa5c5114ef13522f38c8ddcc771ea45aee5faafb5aaf48a8947ff7d5846556130368625f47e851c2494489eb9371807eabb4c7c49
 DIST moar-1.14.0-deps.tar.xz 4808044 BLAKE2B cd7808337af5acb2bd6cb4b9696c9d04803df033b5a1d4904418602dc629cef7c16172b0eaa57644be76a02b6727d36f767bfafba1377ea95eb827fbb4a1d34b SHA512 e51ca15137f4b5dc5ea447c200341aaeb06cd77118cd8f2fb3efca0ffc2d4199e00687f980803c4ff09c535621b58206b22bff2c944ad8786c73c3a7c886d6c6
 DIST moar-1.14.0.tar.gz 2780033 BLAKE2B 42e985aef677830782e70c60748ce732a572352dad629126873bd9532314924ba4e8afc2be4ced0d3161b00b5d4088782908ee7a2f24d670aaf7ddf243473fb6 SHA512 ec0e851f031a03d8af3c4b8b11be2eab300d46adb08fd366d41c958f0d2227fb82800974af3fda72ac01a79e4d2c65e41816b2f1c4ec3b3c7534aeb9b9ded51e
+DIST moar-1.15.0-deps.tar.xz 4808044 BLAKE2B cd7808337af5acb2bd6cb4b9696c9d04803df033b5a1d4904418602dc629cef7c16172b0eaa57644be76a02b6727d36f767bfafba1377ea95eb827fbb4a1d34b SHA512 e51ca15137f4b5dc5ea447c200341aaeb06cd77118cd8f2fb3efca0ffc2d4199e00687f980803c4ff09c535621b58206b22bff2c944ad8786c73c3a7c886d6c6
+DIST moar-1.15.0.tar.gz 2780805 BLAKE2B 6a50018596f34de7d43fcedf0155141a6cd8d5896f34a05b44cfc5180d00e17caaf46377ecc3bb273fd5e2fd4536ada94e82cc7a8788cd14b030390f22ba40a4 SHA512 deedb8bf6f28f68a1633296a32a690df109c867023980125f7550111a3cf20463980c95fbddbafb16175aa03c46f3bf6150fbe066508cedffce49dd9bf18a90c

diff --git a/sys-apps/moar/moar-1.15.0.ebuild b/sys-apps/moar/moar-1.15.0.ebuild
new file mode 100644
index 000000000000..177f577621ac
--- /dev/null
+++ b/sys-apps/moar/moar-1.15.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A pager designed to do the right thing without any configuration"
+HOMEPAGE="https://github.com/walles/moar"
+SRC_URI=" https://github.com/walles/moar/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
+
+LICENSE="BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="!dev-lang/moarvm"
+
+src_compile() {
+	# https://github.com/walles/moar/blob/master/build.sh#L28
+	ego build -ldflags="-w -X main.versionString=${PV}" -o moar
+}
+
+src_test() {
+	# From test.sh (we don't run that because it has some linting etc)
+	ego test -timeout 20s ./...
+}
+
+src_install() {
+	dobin moar
+	doman moar.1
+	einstalldocs
+}


             reply	other threads:[~2023-05-19  0:57 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19  0:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29  6:34 [gentoo-commits] repo/gentoo:master commit in: sys-apps/moar/ Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-08-15  0:26 Sam James
2024-07-04  0:49 Sam James
2024-06-28 16:01 Sam James
2024-06-25  4:14 Sam James
2024-06-24  5:39 Sam James
2024-06-24  4:00 Sam James
2024-06-24  4:00 Sam James
2024-06-24  4:00 Sam James
2024-06-23  2:42 Sam James
2024-06-23  2:42 Sam James
2024-06-23  2:38 Sam James
2024-05-28  1:06 Sam James
2024-05-16  2:39 Sam James
2024-05-11 20:59 Sam James
2024-05-11 20:59 Sam James
2024-05-06  5:03 Sam James
2024-05-03  8:57 Sam James
2024-05-03  8:57 Sam James
2024-04-17  4:42 Sam James
2024-04-15  7:30 Arthur Zamarin
2024-04-15  7:27 Sam James
2024-03-28  1:47 Sam James
2024-03-15  6:24 Sam James
2024-02-27 23:00 Sam James
2024-02-27 23:00 Sam James
2024-02-21 10:17 Sam James
2024-02-02  1:18 Sam James
2024-02-02  1:02 Sam James
2024-01-19 23:27 Sam James
2024-01-19 13:39 Arthur Zamarin
2024-01-19 10:07 Sam James
2024-01-14  3:56 Sam James
2024-01-14  3:56 Sam James
2024-01-05 14:16 Sam James
2024-01-05 13:37 Sam James
2024-01-05 11:38 Sam James
2024-01-05 11:38 Sam James
2024-01-02  6:54 Sam James
2023-12-28  3:43 Sam James
2023-12-20 10:04 Sam James
2023-12-14  9:31 Sam James
2023-12-14  9:31 Sam James
2023-12-03  8:24 Sam James
2023-11-25  5:28 Sam James
2023-11-25  4:49 Sam James
2023-11-12  6:36 Sam James
2023-11-12  6:35 Sam James
2023-10-20  3:49 Sam James
2023-10-20  0:51 Sam James
2023-10-15  8:26 Sam James
2023-10-11 11:37 Sam James
2023-09-30  5:59 Sam James
2023-09-29 23:54 Sam James
2023-09-29 23:54 Sam James
2023-09-16 12:25 Sam James
2023-09-13  5:38 Sam James
2023-09-01  8:04 Sam James
2023-08-28  4:05 Sam James
2023-08-01 12:44 Sam James
2023-07-09  7:59 Sam James
2023-06-09 13:40 Sam James
2023-05-31  0:29 Sam James
2023-05-31  0:29 Sam James
2023-05-19  0:56 Sam James
2023-05-04  4:36 Sam James
2023-05-02 15:21 Arthur Zamarin
2023-03-20  5:06 Sam James
2023-03-20  5:06 Sam James
2023-03-01  2:30 Sam James
2023-02-10 23:29 Sam James
2023-01-11 13:22 Sam James
2023-01-04  9:17 Sam James
2023-01-04  5:03 Sam James
2023-01-04  4:56 Sam James

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=1684457563.c00ed53b800d56e0a1b42d58d8bb68f2d4ab4f32.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