dev-lang/cc65: use .tar.gz dist instead of Git

Signed-off-by: Seth Price <sprice623@aol.com>
This commit is contained in:
Seth Price
2023-08-21 13:46:11 -04:00
parent 0ce649767c
commit 83187d61f0
2 changed files with 3 additions and 5 deletions

1
dev-lang/cc65/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST V2.19.tar.gz 2284735 BLAKE2B c1c845417e38113c99a9ec8fbff1b90e292798582ac2b394e40419eff3eea62d838ea52165188516efc6157ef02aa7fc23c5a6510fd40d1012ad2b5231d78097 SHA512 e893359249588247d262ff19b8b7efbbcb10a274964aaa18cfe21830cce39da53831262bcc8ee4678158c0e0ab56905411b037699d1097aa5fc03edf7d6bea8f

View File

@@ -1,14 +1,11 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022, 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Cross-development package for 65(C)02 systems"
HOMEPAGE="https://cc65.github.io/"
EGIT_REPO_URI="https://github.com/cc65/cc65.git"
EGIT_COMMIT="V${PV}"
SRC_URI="https://github.com/cc65/cc65/archive/refs/tags/V${PV}.tar.gz"
LICENSE="ZLIB"
SLOT="0"