Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: games-board/infector/
Date: Sun, 04 Jun 2017 18:18:06
Message-Id: 1496588896.31f35b8c1899025bf051ca0d3d9fc3ec34d84661.jlec@gentoo
1 commit: 31f35b8c1899025bf051ca0d3d9fc3ec34d84661
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 15:08:16 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:08:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=31f35b8c
7
8 games-board/infector: Bump EAPI
9
10 Drop games eclass
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 games-board/infector/infector-0.2-r1.ebuild | 15 ++++++---------
16 games-board/infector/metadata.xml | 4 +++-
17 2 files changed, 9 insertions(+), 10 deletions(-)
18
19 diff --git a/games-board/infector/infector-0.2-r1.ebuild b/games-board/infector/infector-0.2-r1.ebuild
20 index d184d6a..e6b6a2f 100644
21 --- a/games-board/infector/infector-0.2-r1.ebuild
22 +++ b/games-board/infector/infector-0.2-r1.ebuild
23 @@ -1,12 +1,9 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="1"
29 -
30 -inherit games
31 -
32 -DESCRIPTION="Ataxx/Hexxagon clone."
33 +EAPI=6
34
35 +DESCRIPTION="Ataxx/Hexxagon clone"
36 HOMEPAGE="http://infector.mangobrain.co.uk/"
37 SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz"
38
39 @@ -15,7 +12,8 @@ SLOT="0"
40 KEYWORDS="~x86"
41 IUSE=""
42
43 -RDEPEND=">=dev-cpp/gtkmm-2.12
44 +RDEPEND="
45 + >=dev-cpp/gtkmm-2.12:2.4=
46 >=dev-cpp/libglademm-2.6"
47
48 DEPEND="${RDEPEND}
49 @@ -34,8 +32,7 @@ copy_stuff() {
50
51 src_install() {
52 XDG_UTILS_INSTALL_MODE=user \
53 - emake DESTDIR="${D}" install \
54 - || die "make install failed"
55 + emake DESTDIR="${D}" install
56
57 # xdg-utils workaround
58 cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed"
59
60 diff --git a/games-board/infector/metadata.xml b/games-board/infector/metadata.xml
61 index b969149..9c7e122 100644
62 --- a/games-board/infector/metadata.xml
63 +++ b/games-board/infector/metadata.xml
64 @@ -1,5 +1,7 @@
65 <?xml version="1.0" encoding="UTF-8"?>
66 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 <pkgmetadata>
68 -<maintainer type="project"><email>maintainer-wanted@g.o</email></maintainer>
69 + <maintainer type="project">
70 + <email>maintainer-wanted@g.o</email>
71 + </maintainer>
72 </pkgmetadata>