Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/atomix/
Date: Tue, 02 Aug 2016 21:34:43
Message-Id: 1470173594.849ab1f3c1d7397246e5957208bbd06528895b6d.wizardedit@gentoo
1 commit: 849ab1f3c1d7397246e5957208bbd06528895b6d
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 21:33:03 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 21:33:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849ab1f3
7
8 games-puzzle/atomix: remove deprecated gnome-games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.3.0
15
16 games-puzzle/atomix/atomix-3.18.0-r1.ebuild | 25 +++++++++++++++++++++++++
17 1 file changed, 25 insertions(+)
18
19 diff --git a/games-puzzle/atomix/atomix-3.18.0-r1.ebuild b/games-puzzle/atomix/atomix-3.18.0-r1.ebuild
20 new file mode 100644
21 index 0000000..620dd3b
22 --- /dev/null
23 +++ b/games-puzzle/atomix/atomix-3.18.0-r1.ebuild
24 @@ -0,0 +1,25 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +inherit gnome2
31 +
32 +DESCRIPTION="A game where you build full molecules, from simple inorganic to extremely complex organic ones"
33 +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +IUSE=""
39 +
40 +RDEPEND="
41 + >=dev-libs/glib-2.36:2
42 + >=x11-libs/gdk-pixbuf-2.0.5:2
43 + >=x11-libs/gtk+-3.10:3"
44 +DEPEND="${RDEPEND}
45 + dev-libs/appstream-glib
46 + >=dev-util/intltool-0.40
47 + gnome-base/gnome-common
48 + sys-devel/gettext
49 + virtual/pkgconfig"