commit: 5ca99171eb0a4d194a52fb62ec6ed79f9f33f5aa Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Jul 10 22:14:56 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 22:14:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca99171
games-action/dxx-rebirth: Bump snapshot to 20210623 Fixes: https://bugs.gentoo.org/801487 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-action/dxx-rebirth/Manifest | 1 + ...-rebirth-9999.ebuild => dxx-rebirth-0.61.0_pre20210623.ebuild} | 8 ++++---- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/games-action/dxx-rebirth/Manifest b/games-action/dxx-rebirth/Manifest index 1b705069b99..f41040fea49 100644 --- a/games-action/dxx-rebirth/Manifest +++ b/games-action/dxx-rebirth/Manifest @@ -1 +1,2 @@ DIST dxx-rebirth-0.61.0_pre20200615.tar.gz 1959226 BLAKE2B 08d66eb1599100172e2bd8dcb8e13ca11314f3b06658c36851ddc7d91897a8376899b7c33b6e7a2d7b72e93cf7f20f157994d06f880e138dc807350e4c64c517 SHA512 3470e2b9cf20268f1af5e8084f0b361d1dd5d797bee9a1d97ce5509046f79750ac214d0f34e7eef1acc4ee4ae868ad3f34d33b45ff163863333e9d8a7d758db2 +DIST dxx-rebirth_20210623-src.tar.xz 1340044 BLAKE2B f16a8904d777559e789d719bc0d6d2dbb7d26c1128984117b6c64a334ae589dd5806439cc51e458a583e1b6cc831dae7c51bf7bd3fbc972989b0ce4e5b932a4e SHA512 150d873fa045df6fb2f9bb70334d08eeae0cc7a639e825f1352fed28501ab9541a27bf3395fc1929bc8d76ed9126b038eed67c5a01657f43116da4663e929821 diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild similarity index 97% copy from games-action/dxx-rebirth/dxx-rebirth-9999.ebuild copy to games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild index b29054e2a7b..f2aeb8f86f4 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild @@ -11,11 +11,11 @@ if [[ "${PV}" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" else - MY_COMMIT='' - S="${WORKDIR}/${PN}-${MY_COMMIT}" - SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" - unset MY_COMMIT + S="${WORKDIR}/${PN}_${PV##*_pre}-src" + SRC_URI="https://www.dxx-rebirth.com/download/dxx/rebirth/${PN}_${PV##*_pre}-src.tar.xz" + # Games under Gentoo are marked as 'testing' by convention + # # Other architectures are reported to work, but not tested regularly by # the core team. # diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index b29054e2a7b..8b70e138369 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -16,6 +16,8 @@ else SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" unset MY_COMMIT + # Games under Gentoo are marked as 'testing' by convention + # # Other architectures are reported to work, but not tested regularly by # the core team. #
