public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/samurai/
Date: Fri,  9 Apr 2021 06:40:21 +0000 (UTC)	[thread overview]
Message-ID: <1617950416.e25aefca2c7bb24e6b1311b2b7ea05548e0952d8.polynomial-c@gentoo> (raw)

commit:     e25aefca2c7bb24e6b1311b2b7ea05548e0952d8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  9 06:40:05 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Apr  9 06:40:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25aefca

dev-util/samurai: Initial commit

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-util/samurai/Manifest            |  1 +
 dev-util/samurai/metadata.xml        | 15 +++++++++++++++
 dev-util/samurai/samurai-1.2.ebuild  | 21 +++++++++++++++++++++
 dev-util/samurai/samurai-9999.ebuild | 21 +++++++++++++++++++++
 4 files changed, 58 insertions(+)

diff --git a/dev-util/samurai/Manifest b/dev-util/samurai/Manifest
new file mode 100644
index 00000000000..9bf19297f14
--- /dev/null
+++ b/dev-util/samurai/Manifest
@@ -0,0 +1 @@
+DIST samurai-1.2.tar.gz 32709 BLAKE2B 86ed79f7d6ab492216cf3bf0e19ff8be8c1ca37e5c99de84b457875fa710d720624bd0de53105ed0b1d382c417aeb7397929cb9a35a8d1b36a11e053bf8d7ff5 SHA512 bbe6a582c34b04f1df53b76c1647aa3e03c4698ebf7591a203935f11ffa05971bbcb86dc1a8c06aeb904cdc741abb08918122810fc47216fed0a6d9f87fd1225

diff --git a/dev-util/samurai/metadata.xml b/dev-util/samurai/metadata.xml
new file mode 100644
index 00000000000..d367798815a
--- /dev/null
+++ b/dev-util/samurai/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>orbea@riseup.net</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>polynomial-c@gentoo.org</email>
+		<name>Lars Wendler</name>
+		<description>Proxy maintainer for Orbea</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">michaelforney/samurai</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-util/samurai/samurai-1.2.ebuild b/dev-util/samurai/samurai-1.2.ebuild
new file mode 100644
index 00000000000..dd005b2bcc3
--- /dev/null
+++ b/dev-util/samurai/samurai-1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ninja-compatible build tool written in C"
+HOMEPAGE="https://github.com/michaelforney/samurai"
+if [[ "${PV}" == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/michaelforney/samurai.git"
+else
+	SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~arm ~x86"
+fi
+
+LICENSE="ISC Apache-2.0 MIT"
+SLOT="0"
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+}

diff --git a/dev-util/samurai/samurai-9999.ebuild b/dev-util/samurai/samurai-9999.ebuild
new file mode 100644
index 00000000000..dd005b2bcc3
--- /dev/null
+++ b/dev-util/samurai/samurai-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ninja-compatible build tool written in C"
+HOMEPAGE="https://github.com/michaelforney/samurai"
+if [[ "${PV}" == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/michaelforney/samurai.git"
+else
+	SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~arm ~x86"
+fi
+
+LICENSE="ISC Apache-2.0 MIT"
+SLOT="0"
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+}


             reply	other threads:[~2021-04-09  6:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  6:40 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-09  7:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/samurai/ Lars Wendler
2021-04-28 18:29 Lars Wendler
2021-09-07 21:06 Sam James
2022-06-29  6:29 Joonas Niilola
2023-02-22  9:32 Sam James
2023-10-06 16:04 Sam James
2023-10-06 17:05 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 18:36 Arthur Zamarin
2023-10-06 19:02 Sam James
2023-12-08  8:57 Arthur Zamarin
2024-01-08  0:56 Jakov Smolić

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=1617950416.e25aefca2c7bb24e6b1311b2b7ea05548e0952d8.polynomial-c@gentoo \
    --to=polynomial-c@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