mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
dev-hare/hare-xml: add 0_pre20231231
This allows to build hare-xml with hare-0.24.0 as commits in hare-xml since are for the development version of hare. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
4e7eaeaafe
commit
a2a09dfdbf
1
dev-hare/hare-xml/Manifest
Normal file
1
dev-hare/hare-xml/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST hare-xml-82ad30e1143286417b12b00d45ee1a03330f117e.tar.gz 11596 BLAKE2B 125b34d3773677ec7cf242eabcf0c55365ca0914e566075b8cef41ecc70119622fed3297d1f056f7336b7b247ab50e81ce66f41a1c817749eceb718b803d5c4c SHA512 0b16eaaa1a4c13692179eb8fd3c9d7ef3a63fb89df5520b09b961618890a66d6a7f13cb93c19ebb9d81b9edcb10a1ef3c9570e6269fbcae8e60e52b0c8471e5f
|
31
dev-hare/hare-xml/hare-xml-0_pre20231231.ebuild
Normal file
31
dev-hare/hare-xml/hare-xml-0_pre20231231.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 2022-2024 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-xml"
|
||||
SLOT="0"
|
||||
else
|
||||
EGIT_COMMIT="82ad30e1143286417b12b00d45ee1a03330f117e"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-xml/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}/"
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
fi
|
||||
|
||||
DESCRIPTION="XML support for Hare"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-xml"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
|
||||
DEPEND=">=dev-lang/hare-0.24.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
|
||||
}
|
@ -1,17 +1,27 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
if [[ "${PV}" = 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-xml"
|
||||
SLOT="0"
|
||||
else
|
||||
EGIT_COMMIT="82ad30e1143286417b12b00d45ee1a03330f117e"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-xml/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}/"
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
fi
|
||||
|
||||
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"
|
||||
LICENSE="MPL-2.0"
|
||||
|
||||
DEPEND=">=dev-lang/hare-9999"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user