diff options
author | Austin English <wizardedit@gentoo.org> | 2016-08-02 16:33:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-08-02 16:33:14 -0500 |
commit | 849ab1f3c1d7397246e5957208bbd06528895b6d (patch) | |
tree | 808f863c20eceffa2f7a25f9156e067b55b38aba /games-puzzle/atomix/atomix-3.18.0-r1.ebuild | |
parent | games-board/pioneers: remove deprecated gnome-games eclass (diff) | |
download | gentoo-849ab1f3c1d7397246e5957208bbd06528895b6d.tar.gz gentoo-849ab1f3c1d7397246e5957208bbd06528895b6d.tar.bz2 gentoo-849ab1f3c1d7397246e5957208bbd06528895b6d.zip |
games-puzzle/atomix: remove deprecated gnome-games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-puzzle/atomix/atomix-3.18.0-r1.ebuild')
-rw-r--r-- | games-puzzle/atomix/atomix-3.18.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-puzzle/atomix/atomix-3.18.0-r1.ebuild b/games-puzzle/atomix/atomix-3.18.0-r1.ebuild new file mode 100644 index 000000000000..620dd3b2321c --- /dev/null +++ b/games-puzzle/atomix/atomix-3.18.0-r1.ebuild @@ -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" |