aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-06-04 11:51:08 +0100
committerPaul Healy <lmiphay@gmail.com>2023-06-04 11:51:08 +0100
commit8a95fba0ec3dd82cf53876196dc4e4668a609f7a (patch)
treebb01de0116f0fcbbb29050ec2483d1ff3091772e /games-simulation/autobuild
parentswitch to py11 (diff)
downloadlmiphay-8a95fba0ec3dd82cf53876196dc4e4668a609f7a.tar.gz
lmiphay-8a95fba0ec3dd82cf53876196dc4e4668a609f7a.tar.bz2
lmiphay-8a95fba0ec3dd82cf53876196dc4e4668a609f7a.zip
revbump, py11
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'games-simulation/autobuild')
-rw-r--r--games-simulation/autobuild/Manifest3
-rw-r--r--games-simulation/autobuild/autobuild-3.9.2.ebuild (renamed from games-simulation/autobuild/autobuild-3.0.0_beta1.ebuild)9
2 files changed, 6 insertions, 6 deletions
diff --git a/games-simulation/autobuild/Manifest b/games-simulation/autobuild/Manifest
index 9299de1..021ac39 100644
--- a/games-simulation/autobuild/Manifest
+++ b/games-simulation/autobuild/Manifest
@@ -1 +1,2 @@
-EBUILD autobuild-3.0.0_beta1.ebuild 742 BLAKE2B 882aabb068579e5d71d0a44b96aa34b1f95a3e3f7c0912787fdb95152905ca131424f1542b0e2f19e676f678800a5259c8e7dc6154d75ab87a26191f4c83f718 SHA512 2e66c62adf44c63f077249ab8e5e5afb0ebdb7f9dbc1a2deef5cf3c1558aff01eda583ff5b2dcb0445bab6bc1c62d971471b697a7c47f6cd9bf343aacdcd453b
+DIST autobuild-3.9.2.tar.gz 133103 BLAKE2B 7d6b0c40cf835d62408c7b0e0cb345354a54592873edb72240a1cb211cbbc45ea530a41444a0e2ed4301e8d505d0b43e8ec298fbcce3b6a2b8c8ce81108b11cf SHA512 7d851a4953a029479032d6a2491f19788e3a4d2ebf016168f44317e3b2cb12d82f64eb42f5ceed812a45624abc5c2081948510e4e6b5d54d8379eb32ed96bd6f
+EBUILD autobuild-3.9.2.ebuild 709 BLAKE2B f6daca646aa9212befe10dc78e76028a2d866807c0a83b2a22c27190ec633f33027879f21adfbc9ef0fe03bd120ecec0ada568d2641090bbb198a5185dd8d335 SHA512 d047cad088844059265e00b143d81945593bcde20f2d7f7f09d8f01701709fd732426f46c40b4c2a600a353fd7d12daecd01d9a8d5e24d3e495a47ed27c86e56
diff --git a/games-simulation/autobuild/autobuild-3.0.0_beta1.ebuild b/games-simulation/autobuild/autobuild-3.9.2.ebuild
index d04c97b..17ee976 100644
--- a/games-simulation/autobuild/autobuild-3.0.0_beta1.ebuild
+++ b/games-simulation/autobuild/autobuild-3.9.2.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_9)
+PYTHON_COMPAT=(python3_11)
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit eutils distutils-r1 git-r3
DESCRIPTION="A framework for building packages and for managing the dependencies"
-HOMEPAGE="https://bitbucket.org/lindenlab/autobuild/src/v3/"
-EGIT_REPO_URI="https://bitbucket.org/lindenlab/autobuild.git"
-EGIT_COMMIT="b15f569fca7bbfa8050a7723c32476eddcdf9ba9"
+HOMEPAGE="https://github.com/secondlife/autobuild"
+SRC_URI="https://github.com/secondlife/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"