public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/harec/
Date: Sun, 14 Jul 2024 17:47:57 +0000 (UTC)	[thread overview]
Message-ID: <1720970251.09cabfa1642fa605fbc7cbc5028d0bb1d8c3e6cb.flow@gentoo> (raw)

commit:     09cabfa1642fa605fbc7cbc5028d0bb1d8c3e6cb
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jul 14 15:17:31 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 15:17:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09cabfa1

dev-lang/harec: drop 0_pre20230807, 0_pre20231128

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

 dev-lang/harec/Manifest                   |  3 +--
 dev-lang/harec/harec-0_pre20230807.ebuild | 43 -------------------------------
 dev-lang/harec/harec-0_pre20231128.ebuild | 43 -------------------------------
 3 files changed, 1 insertion(+), 88 deletions(-)

diff --git a/dev-lang/harec/Manifest b/dev-lang/harec/Manifest
index a3a4bffff..421b6f220 100644
--- a/dev-lang/harec/Manifest
+++ b/dev-lang/harec/Manifest
@@ -1,3 +1,2 @@
 DIST harec-0.24.0.tar.gz 193534 BLAKE2B 651fc34a6053b81c90e405dd53f84c4c9f549baa601dfba1227bdf1d660b461a1f1e20b0e99ac0c2aa8499375ddf37f52c9c05172433359cb777e806701209b3 SHA512 aab347351bcd748a98e3a58f1ff9a0d194aea907d6ebfacbc7e10671e018fb5ce296e71119ab975e3a1e66ba439d7b706943082d57af2459e694856a89453d8d
-DIST harec-ec3193e3870436180b0f3df82b769adc57a1c099.tar.gz 193069 BLAKE2B 7f34a25e53c864435740fbc5f4fb0a59b4611e50ece6ad18fd4b5f88f839177ed57431c3a4a24521b73f4a1af52e10b51ab574fe205a3a88314ea50b6c67a84e SHA512 2962af65f95d3db51432cea0b08b963a713c746a856623be6162873a34cc558577fd4673d1c502fced2582331886f5269c79381a4a26a8d743dc1a9fe7aefda0
-DIST harec-f735abab4516d2fb729e3ea7aee309eab5a1b0bf.tar.gz 186009 BLAKE2B d68070541ab61c3af9bc793df2911604095f007421f3b2e0176f25cac98596a3ca32046601fbc2fd78dd2e0406b557e8beb0206cc0827564287ead25057548fd SHA512 6183f5e78e116c2b1174c583e9a69a10cb93e7ea4c9197b583a9f8d056aae5ea28c42bf4a447aaf544b9bcbf181ae3f8d64c9716bfac5a046f41caa86e727a30
+DIST harec-0.24.2.tar.gz 201789 BLAKE2B b7241fc9e3265486982104fad4d21323a591642b7c19edbedaa4f8b299ed9cde8412b0ef95b0faf33fa8aa6153dc5f965199d5778a434823f8c6faabcd38fde3 SHA512 3b32e82df937de1fdd2af20a2162bc3754cb9178cd67e56f3e7bc7fc9eb9e9bad5609ca1c328d42ac5cdd527edf6d9c381dc384df72c2d7666c7ce5684871a17

diff --git a/dev-lang/harec/harec-0_pre20230807.ebuild b/dev-lang/harec/harec-0_pre20230807.ebuild
deleted file mode 100644
index e38257eb6..000000000
--- a/dev-lang/harec/harec-0_pre20230807.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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="f735abab4516d2fb729e3ea7aee309eab5a1b0bf"
-	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
-}

diff --git a/dev-lang/harec/harec-0_pre20231128.ebuild b/dev-lang/harec/harec-0_pre20231128.ebuild
deleted file mode 100644
index cc6e049fe..000000000
--- a/dev-lang/harec/harec-0_pre20231128.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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="ec3193e3870436180b0f3df82b769adc57a1c099"
-	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-r1"
-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:[~2024-07-14 17:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-14 17:47 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 17:47 [gentoo-commits] repo/proj/guru:master commit in: dev-lang/harec/ Florian Schmaus
2024-02-29 13:56 David Roman
2024-02-29 13:56 David Roman
2024-02-29 13:56 David Roman
2024-01-20 22:13 David Roman
2024-01-20 22:13 David Roman
2024-01-16 13:54 David Roman
2023-08-17  5:15 Viorel Munteanu
2023-06-17  7:03 Viorel Munteanu
2022-09-28 16:05 Ronny Gutbrod
2022-09-28 16:05 Ronny Gutbrod
2022-08-11 13:45 Andrew Ammerlaan
2022-07-03 12:08 Andrew Ammerlaan
2022-06-24 13:24 Andrew Ammerlaan
2022-04-23 19:07 Andrew Ammerlaan

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=1720970251.09cabfa1642fa605fbc7cbc5028d0bb1d8c3e6cb.flow@gentoo \
    --to=flow@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