commit: 83187d61f00715248bc02ff5bf7216e3fc310908
Author: Seth Price <sprice623 <AT> aol <DOT> com>
AuthorDate: Mon Aug 21 17:46:11 2023 +0000
Commit: Seth Price <sprice623 <AT> aol <DOT> com>
CommitDate: Mon Aug 21 17:47:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83187d61
dev-lang/cc65: use .tar.gz dist instead of Git
Signed-off-by: Seth Price <sprice623 <AT> aol.com>
dev-lang/cc65/Manifest | 1 +
dev-lang/cc65/{cc65-2.19-r1.ebuild => cc65-2.19-r2.ebuild} | 7 ++-----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-lang/cc65/Manifest b/dev-lang/cc65/Manifest
new file mode 100644
index 0000000000..339090cb0c
--- /dev/null
+++ b/dev-lang/cc65/Manifest
@@ -0,0 +1 @@
+DIST V2.19.tar.gz 2284735 BLAKE2B
c1c845417e38113c99a9ec8fbff1b90e292798582ac2b394e40419eff3eea62d838ea52165188516efc6157ef02aa7fc23c5a6510fd40d1012ad2b5231d78097
SHA512
e893359249588247d262ff19b8b7efbbcb10a274964aaa18cfe21830cce39da53831262bcc8ee4678158c0e0ab56905411b037699d1097aa5fc03edf7d6bea8f
diff --git a/dev-lang/cc65/cc65-2.19-r1.ebuild
b/dev-lang/cc65/cc65-2.19-r2.ebuild
similarity index 74%
rename from dev-lang/cc65/cc65-2.19-r1.ebuild
rename to dev-lang/cc65/cc65-2.19-r2.ebuild
index 6f80345a5c..d26ed15ec1 100644
--- a/dev-lang/cc65/cc65-2.19-r1.ebuild
+++ b/dev-lang/cc65/cc65-2.19-r2.ebuild
@@ -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"