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 7BCDB158091 for ; Mon, 6 Jun 2022 15:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A67E076B; Mon, 6 Jun 2022 15:56:40 +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 A74DBE076B for ; Mon, 6 Jun 2022 15:56:39 +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 9FBDE3417EB for ; Mon, 6 Jun 2022 15:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3570C326 for ; Mon, 6 Jun 2022 15:56:37 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1654530965.a6079679cc531c13f6a1d20e9f10cb606bf547c5.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-hare/hare-xml/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-hare/hare-xml/hare-xml-9999.ebuild dev-hare/hare-xml/metadata.xml X-VCS-Directories: dev-hare/hare-xml/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a6079679cc531c13f6a1d20e9f10cb606bf547c5 X-VCS-Branch: dev Date: Mon, 6 Jun 2022 15:56:37 +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: 2de4d149-58eb-4088-983a-d959b08b0084 X-Archives-Hash: aedb2821a19c38d2dbcd38a2439b9910 commit: a6079679cc531c13f6a1d20e9f10cb606bf547c5 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Jun 6 15:56:05 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Jun 6 15:56:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6079679 dev-hare/hare-xml: initial import Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-hare/hare-xml/hare-xml-9999.ebuild | 21 +++++++++++++++++++++ dev-hare/hare-xml/metadata.xml | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-hare/hare-xml/hare-xml-9999.ebuild b/dev-hare/hare-xml/hare-xml-9999.ebuild new file mode 100644 index 000000000..e6631cae3 --- /dev/null +++ b/dev-hare/hare-xml/hare-xml-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="XML support for Hare" +HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-xml" +EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-xml" +LICENSE="MPL-2.0" +SLOT="0" + +DEPEND="dev-lang/hare" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die +} diff --git a/dev-hare/hare-xml/metadata.xml b/dev-hare/hare-xml/metadata.xml new file mode 100644 index 000000000..c698af234 --- /dev/null +++ b/dev-hare/hare-xml/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + +