Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/
Date: Wed, 01 Jan 2020 11:59:59
Message-Id: 1577879991.633e87741329c596d6c1db43707ccfbcf96450c1.polynomial-c@gentoo
1 commit: 633e87741329c596d6c1db43707ccfbcf96450c1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 11:59:40 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 11:59:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633e8774
7
8 games-engines/devilutionx: Synced live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-engines/devilutionx/devilutionx-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/games-engines/devilutionx/devilutionx-9999.ebuild b/games-engines/devilutionx/devilutionx-9999.ebuild
17 index c0684055693..6d3bda7a2fb 100644
18 --- a/games-engines/devilutionx/devilutionx-9999.ebuild
19 +++ b/games-engines/devilutionx/devilutionx-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,6 +19,7 @@ if [[ "${PV}" == 9999 ]] ; then
27 else
28 SRC_URI="https://github.com/diasurgical/devilutionX/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="~amd64 ~x86"
30 + S="${WORKDIR}/devilutionX-${PV}"
31 fi
32
33 LICENSE="public-domain"