Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/defcon/
Date: Sat, 29 Feb 2020 13:05:13
Message-Id: 1582981318.2256aea9e5ca8cafd7842b80ccaf4feebe23c656.winterheart@gentoo
1 commit: 2256aea9e5ca8cafd7842b80ccaf4feebe23c656
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 13:01:58 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 13:01:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=2256aea9
7
8 games-strategy/defcon: minor fixes
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-strategy/defcon/defcon-1.6.1.ebuild | 29 ++++++++++++-----------------
14 1 file changed, 12 insertions(+), 17 deletions(-)
15
16 diff --git a/games-strategy/defcon/defcon-1.6.1.ebuild b/games-strategy/defcon/defcon-1.6.1.ebuild
17 index 5bd959c..d155858 100644
18 --- a/games-strategy/defcon/defcon-1.6.1.ebuild
19 +++ b/games-strategy/defcon/defcon-1.6.1.ebuild
20 @@ -1,33 +1,28 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit eutils unpacker versionator
29 +inherit eutils unpacker
30
31 -MY_PV=$(replace_version_separator 2 '-')
32 -
33 -DESCRIPTION="http://www.introversion.co.uk/defcon/"
34 -HOMEPAGE="Global thermonuclear war simulation with multiplayer support"
35 -BASE_URI="https://www.introversion.co.uk/defcon/downloads/${PN}_${MY_PV}___ARCH__.deb"
36 +HOMEPAGE="http://www.introversion.co.uk/defcon/"
37 +DESCRIPTION="Global thermonuclear war simulation with multiplayer support"
38 SRC_URI="
39 - x86? ( ${BASE_URI/__ARCH__/i386} )
40 - amd64? ( ${BASE_URI/__ARCH__/amd64} )
41 + x86? ( https://www.introversion.co.uk/defcon/downloads/${PN}_$(ver_rs 2 -)_i386.deb )
42 + amd64? ( https://www.introversion.co.uk/defcon/downloads/${PN}_$(ver_rs 2 -)_amd64.deb )
43 "
44
45 LICENSE="Introversion"
46 SLOT="0"
47 -KEYWORDS="~x86 ~amd64"
48 +KEYWORDS="~amd64 ~x86"
49 RESTRICT="strip"
50 IUSE=""
51
52 -DEPEND=""
53 RDEPEND="
54 - ${DEPEND}
55 - virtual/glu
56 - media-libs/libogg
57 - media-libs/libvorbis
58 - media-libs/libsdl:0
59 + virtual/glu
60 + media-libs/libogg
61 + media-libs/libvorbis
62 + media-libs/libsdl:0
63 "
64
65 S="${WORKDIR}"