aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-05-21 14:51:26 +0100
committerPaul Healy <lmiphay@gmail.com>2023-05-21 14:51:26 +0100
commit1e643d28989fd462ee6c6aab9b0862f7f94c7cd6 (patch)
treec4f5642320c78efd3304454ef0cf38a0d15c8201
parentrevbump, add py10,11 (diff)
downloadlmiphay-1e643d28989fd462ee6c6aab9b0862f7f94c7cd6.tar.gz
lmiphay-1e643d28989fd462ee6c6aab9b0862f7f94c7cd6.tar.bz2
lmiphay-1e643d28989fd462ee6c6aab9b0862f7f94c7cd6.zip
revbump, github HP, py10,11
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--games-simulation/llbase/Manifest3
-rw-r--r--games-simulation/llbase/llbase-1.3.1.ebuild (renamed from games-simulation/llbase/llbase-1.2.11.ebuild)11
2 files changed, 7 insertions, 7 deletions
diff --git a/games-simulation/llbase/Manifest b/games-simulation/llbase/Manifest
index 9b6238f..581967c 100644
--- a/games-simulation/llbase/Manifest
+++ b/games-simulation/llbase/Manifest
@@ -1 +1,2 @@
-EBUILD llbase-1.2.11.ebuild 753 BLAKE2B 2ee92082a526d5b263bbe5432247f6ce09eca9081ac337d10d4c59133050d8a17fba7f2b8d2c91a55f2f3581e76d4b702facc8875566563cc22465042066d4e7 SHA512 d29502ccee85e8ea03c009056d9c77f7a564f5a96af1e0326fe566b063b9e8b9b4778e45f79c5094f5aef995b88a2c349a5899f51902cea87d258aea60e3f889
+DIST llbase-1.3.1.tar.gz 36023 BLAKE2B e067714e0eabba64531c9007310e6a7a95e3a837dd9f3d3e8e0363d74a7f03d870fad4071204b7df47bf69e91406cd0a08afef1cf6d3fb019de2f84da8cc86e8 SHA512 fdaa005dbfa0fe558455246b6ce84b0a21a582feb7ecdaa511b3691a49c65e8285cbb881789f36dcca603f985f5fca48ce386098bc42bd87ec02a5dac4928d2e
+EBUILD llbase-1.3.1.ebuild 731 BLAKE2B c0388eabdc46ebef947215acc26c7df3c69b3628ed7cabc2bd1dabda9ce182da2b13c10095a5f27942ae84d27df26a86ba4b03540403f5ab7ccc41d59f5ab4e3 SHA512 e6f6ba1599ce8b80bf7b717231f2acd418b1c00f114d07ac007cfb8236f2b881b17283b4b8088ad0e5c4c693ec5b5049ca85039f0db8b8f8e9c91cb4eefb4443
diff --git a/games-simulation/llbase/llbase-1.2.11.ebuild b/games-simulation/llbase/llbase-1.3.1.ebuild
index 476e125..4d6351f 100644
--- a/games-simulation/llbase/llbase-1.2.11.ebuild
+++ b/games-simulation/llbase/llbase-1.3.1.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_{10,11})
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit eutils distutils-r1 git-r3
+inherit eutils distutils-r1
DESCRIPTION="Utility modules used from Linden Lab"
-HOMEPAGE="https://bitbucket.org/lindenlab/llbase/src/master/"
-EGIT_REPO_URI="https://bitbucket.org/lindenlab/llbase.git"
-EGIT_COMMIT="85b2b7d38f91e1c1f76cf742f26d5cdc9e0e1ced"
+HOMEPAGE="https://github.com/secondlife/python-llbase"
+SRC_URI="https://github.com/secondlife/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"