aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Price <sprice623@aol.com>2023-08-21 13:46:11 -0400
committerSeth Price <sprice623@aol.com>2023-08-21 13:47:43 -0400
commit83187d61f00715248bc02ff5bf7216e3fc310908 (patch)
tree863d327b8eaf1274cd545daac4b497b3bd79754f /dev-lang
parentwww-client/badwolf: Add webkit41 USE flag (diff)
downloadguru-83187d61f00715248bc02ff5bf7216e3fc310908.tar.gz
guru-83187d61f00715248bc02ff5bf7216e3fc310908.tar.bz2
guru-83187d61f00715248bc02ff5bf7216e3fc310908.zip
dev-lang/cc65: use .tar.gz dist instead of Git
Signed-off-by: Seth Price <sprice623@aol.com>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cc65/Manifest1
-rw-r--r--dev-lang/cc65/cc65-2.19-r2.ebuild (renamed from dev-lang/cc65/cc65-2.19-r1.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 000000000..339090cb0
--- /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
index 6f80345a5..d26ed15ec 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"