From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57D96158095 for ; Wed, 28 Sep 2022 16:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69381E0898; Wed, 28 Sep 2022 16:05:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C9C1E08EC for ; Wed, 28 Sep 2022 16:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57660340BDD for ; Wed, 28 Sep 2022 16:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E57F25F1 for ; Wed, 28 Sep 2022 16:05:00 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1664311680.0a324bf425394144a285cfb7e981c4b7873a8069.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/hare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/hare/Manifest dev-lang/hare/hare-0_pre20220827.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 0a324bf425394144a285cfb7e981c4b7873a8069 X-VCS-Branch: master Date: Wed, 28 Sep 2022 16:05:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9835c9a-4927-4b9f-a671-886afd42ff93 X-Archives-Hash: d4191907870fbec863787a59d9e0a42f commit: 0a324bf425394144a285cfb7e981c4b7873a8069 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Sep 27 20:48:00 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Sep 27 20:48:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a324bf4 dev-lang/hare: drop 0_pre20220827 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/Manifest | 1 - dev-lang/hare/hare-0_pre20220827.ebuild | 56 --------------------------------- 2 files changed, 57 deletions(-) diff --git a/dev-lang/hare/Manifest b/dev-lang/hare/Manifest index 4c56e8398..41271015e 100644 --- a/dev-lang/hare/Manifest +++ b/dev-lang/hare/Manifest @@ -1,2 +1 @@ -DIST hare-0_pre20220827.tar.gz 683066 BLAKE2B 779fe0f2383274be26bb00ac9092d254e88be531cfd796b1cab07e648dc38a23f5a30c90abaa836d0a62f4f0bffd3117ab1c893ebf98075567f0891b4eef9e53 SHA512 49e7ae709e5272c635246ef0ca187e08697d58864c58fe8e619a7ff0a3ab38952375e504c152af406a41e6b4982ac70e1c2f13a5822c3bfb0c3153a3cf2efbb6 DIST hare-82213191adc25137c704df4786a71bce40b6079f.tar.gz 696655 BLAKE2B aed07621b6f582ab717c2c12d5868962ae6186ac840ecf786726d6cf4cc8a38336da49dffb625fbd5d8e431b548257e2285213ae3a692d1a238b12fc34b13d7b SHA512 9a4e2efebaedd9ae7f516b6cbf9d1c5ea9f74caa2f04d5d624cc1e9aa7f62d2478e23e85d351bb2adf470f69dd6943d65a906c86bf9e734f6c68f381e1508c28 diff --git a/dev-lang/hare/hare-0_pre20220827.ebuild b/dev-lang/hare/hare-0_pre20220827.ebuild deleted file mode 100644 index f268f24d8..000000000 --- a/dev-lang/hare/hare-0_pre20220827.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2021-2022 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/hare" - SLOT="0" -else - EGIT_COMMIT="21a3e430c87ebfdb5e12aad01306e85a25fdfb4c" - SRC_URI="https://git.sr.ht/~sircmpwn/hare/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - SLOT="0/${PV}" - - KEYWORDS="~amd64 ~arm64 ~riscv" -fi - -DESCRIPTION="The Hare systems programming language" -HOMEPAGE="https://harelang.org/" -LICENSE="MPL-2.0 GPL-3" - -DEPEND=" - sys-devel/qbe - >=dev-lang/harec-0_pre20220702 -" -BDEPEND=" - app-text/scdoc -" -RDEPEND="${DEPEND}" - -# hare and harec are built by hare -QA_FLAGS_IGNORED="usr/bin/harec?" - -src_configure() { - local target_arch - case ${ARCH} in - amd64 ) target_arch=x86_64 ;; - arm64 ) target_arch=aarch64 ;; - riscv ) target_arch=riscv64 ;; - * ) die "unsupported architecture: ${ARCH}" ;; - esac - - cp config.example.mk config.mk || die - sed -i \ - -e 's;=aarch64-;=;' \ - -e 's;=riscv64-;=;' \ - -e "s;^ARCH =.*;ARCH=${target_arch};" \ - -e 's;^PREFIX=.*;PREFIX=/usr;' \ - -e 's;^AS =;AS ?=;' \ - -e 's;^LD =;LD ?=;' \ - -e 's;^AR =;AR ?=;' \ - config.mk || die - - sed -i 's; $(DESTDIR)$(LOCALSRCDIR);;' Makefile || die -}