From 8a95fba0ec3dd82cf53876196dc4e4668a609f7a Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Sun, 4 Jun 2023 11:51:08 +0100 Subject: revbump, py11 Signed-off-by: Paul Healy --- games-simulation/autobuild/Manifest | 3 +- .../autobuild/autobuild-3.0.0_beta1.ebuild | 33 ---------------------- games-simulation/autobuild/autobuild-3.9.2.ebuild | 32 +++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 games-simulation/autobuild/autobuild-3.0.0_beta1.ebuild create mode 100644 games-simulation/autobuild/autobuild-3.9.2.ebuild 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.0.0_beta1.ebuild deleted file mode 100644 index d04c97b..0000000 --- a/games-simulation/autobuild/autobuild-3.0.0_beta1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python3_9) -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - ${PYTHON_DEPS} -" -DEPEND=" - dev-python/pydot[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - games-simulation/llbase[${PYTHON_USEDEP}] - ${RDEPEND} -" - -DOCS="README.md" - -distutils_enable_tests nose diff --git a/games-simulation/autobuild/autobuild-3.9.2.ebuild b/games-simulation/autobuild/autobuild-3.9.2.ebuild new file mode 100644 index 0000000..17ee976 --- /dev/null +++ b/games-simulation/autobuild/autobuild-3.9.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://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" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + ${PYTHON_DEPS} +" +DEPEND=" + dev-python/pydot[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + games-simulation/llbase[${PYTHON_USEDEP}] + ${RDEPEND} +" + +DOCS="README.md" + +distutils_enable_tests nose -- cgit v1.2.3-65-gdbad