Skip to content

Commit

Permalink
games-puzzle/atomix: remove deprecated gnome-games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0
  • Loading branch information
austin987 committed Aug 2, 2016
1 parent 0592d0d commit 849ab1f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions games-puzzle/atomix/atomix-3.18.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit gnome2

DESCRIPTION="A game where you build full molecules, from simple inorganic to extremely complex organic ones"
HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="
>=dev-libs/glib-2.36:2
>=x11-libs/gdk-pixbuf-2.0.5:2
>=x11-libs/gtk+-3.10:3"
DEPEND="${RDEPEND}
dev-libs/appstream-glib
>=dev-util/intltool-0.40
gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig"

0 comments on commit 849ab1f

Please sign in to comment.