Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/dxx-rebirth/
Date: Thu, 22 Apr 2021 12:05:14
Message-Id: 1619093093.49ab8e7a60c850bc89c4f603589121d2fbf9d122.sam@gentoo
1 commit: 49ab8e7a60c850bc89c4f603589121d2fbf9d122
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 12:04:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 12:04:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ab8e7a
7
8 games-action/dxx-rebirth: fix typo
9
10 Closes: https://bugs.gentoo.org/785040
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
17 index c46c7fc0513..c2ee8a2d717 100644
18 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
19 +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
20 @@ -16,7 +16,7 @@ else
21 MY_COMMIT='0c2fcf691ffb2a586991350d67f3efd1cca2a1f3'
22 # dxx-rebirth-0.61.0_pre20200627.ebuild
23 #MY_COMMIT='aba40babb47d36a88011af01e4bc0fc00dca74ef'
24 - S="${WORKDIR}/${P}N-${MY_COMMIT}"
25 + S="${WORKDIR}/${PN}-${MY_COMMIT}"
26 #SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/${MY_COMMIT}.tar.gz -> ${PN}-${PVR}.tar.gz"
27 SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz"
28 unset MY_COMMIT