public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/harec/
Date: Thu, 15 Jun 2023 19:12:45 +0000 (UTC)	[thread overview]
Message-ID: <1686856325.7f008baf48aa980f48331c3d38bb98ba235022d0.lanodan@gentoo> (raw)

commit:     7f008baf48aa980f48331c3d38bb98ba235022d0
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Jun 15 19:11:36 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jun 15 19:12:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f008baf

dev-lang/harec: add 0_pre20230611

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-lang/harec/Manifest                   |  1 +
 dev-lang/harec/harec-0_pre20230611.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-lang/harec/Manifest b/dev-lang/harec/Manifest
index 30d764c1f..e9f4cfcda 100644
--- a/dev-lang/harec/Manifest
+++ b/dev-lang/harec/Manifest
@@ -1 +1,2 @@
 DIST harec-068e8da091f9053726251bc221abf40fdea630ff.tar.gz 180554 BLAKE2B c25fef198bcf0a6232bf3674d4e2e158d202520acb34c8875820a94b86020d3a67dea6af3bc5e20def682aafa2dd715ca36f6ecb8a20dcab8a2723a59ec132d8 SHA512 6bfa6c6bc2e3c61e2a7ad9c19051eab4e9754d963b93a5f9dbcba61f3908b337230fda1191b0fa375369dee2de00e5edbc12114332906aca0867ded493b265aa
+DIST harec-174aef484c0b0067f0a131dc52ee05af1a0e5027.tar.gz 182392 BLAKE2B f8fb16d25fcd550976c9c6922662cb9dfeebf1d296a4f7915064a92d6e7932436d5bc56438492a580968ebfcfc303be7812b627511f9cb6ffd6b2748a1d5117f SHA512 9d6f2107954dd11a3c201409b42e35299339ac57c39daceb2e7f3c98c34161d86b8c943094f7cc412d06d9225149e1938e36ce0c1ad624c54c12d9d7fb5a2d83

diff --git a/dev-lang/harec/harec-0_pre20230611.ebuild b/dev-lang/harec/harec-0_pre20230611.ebuild
new file mode 100644
index 000000000..eee725f01
--- /dev/null
+++ b/dev-lang/harec/harec-0_pre20230611.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ "${PV}" = "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/harec"
+	S="${WORKDIR}/${P}/build"
+else
+	EGIT_COMMIT="174aef484c0b0067f0a131dc52ee05af1a0e5027"
+	MY_P="${PN}-${EGIT_COMMIT}"
+	SRC_URI="https://git.sr.ht/~sircmpwn/harec/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+	S="${WORKDIR}/${MY_P}/build"
+
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="The Hare compiler"
+HOMEPAGE="https://harelang.org/"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND=">=sys-devel/qbe-1.1"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	default
+
+	[[ "${PV}" = "9999" ]] && git-r3_src_unpack
+
+	mkdir "${S}" || die
+}
+
+src_prepare() {
+	default
+
+	sed -i 's; -Werror ; ;' ../config.sh || die
+}
+
+src_configure() {
+	../configure --prefix="/usr" --libdir="/usr/$(get_libdir)" || die
+}


             reply	other threads:[~2023-06-15 19:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15 19:12 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 15:27 [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/harec/ Haelwenn Monnier
2024-07-14 15:27 Haelwenn Monnier
2024-02-29  8:49 Haelwenn Monnier
2024-02-29  8:49 Haelwenn Monnier
2024-02-28 10:30 Haelwenn Monnier
2024-01-19 17:47 Haelwenn Monnier
2024-01-19 17:47 Haelwenn Monnier
2024-01-19 17:47 Haelwenn Monnier
2024-01-16 13:23 Takuya Wakazono
2023-08-14 16:37 Haelwenn Monnier
2023-05-30 21:59 Haelwenn Monnier
2023-02-27 22:32 Haelwenn Monnier
2022-11-02 13:58 Haelwenn Monnier
2022-09-27 20:48 Haelwenn Monnier
2022-09-27 20:41 Haelwenn Monnier
2022-08-28 13:47 Haelwenn Monnier
2022-08-08 20:23 Haelwenn Monnier
2022-07-03 12:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-07-03 12:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-06-27  2:56 Haelwenn Monnier
2022-06-27  2:56 Haelwenn Monnier
2022-06-24 13:11 Rui Huang
2022-04-23 17:53 Haelwenn Monnier

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=1686856325.7f008baf48aa980f48331c3d38bb98ba235022d0.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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