commit: 7120a1bbcada3ab16c7c4c237d385e7e276b2e16 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Fri Dec 28 23:56:39 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Fri Dec 28 23:58:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7120a1bb
games-puzzle/gnome2048: 3.26.1 → 3.30.0 Cleanup DEPEND. Do not use vala eclass as sources are pre-generated. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> games-puzzle/gnome2048/gnome2048-3.30.0.ebuild | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild new file mode 100644 index 00000000..32bc152b --- /dev/null +++ b/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME_ORG_MODULE="gnome-2048" +VALA_MIN_API_VERSION="0.32" + +inherit gnome2 + +DESCRIPTION="Move the tiles until you obtain the 2048 tile" +HOMEPAGE="https://wiki.gnome.org/Apps/2048" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=dev-libs/libgee-0.14:0.8 + dev-libs/libgnome-games-support:1= + >=media-libs/clutter-1.12:1.0 + >=media-libs/clutter-gtk-1.6:1.0 + >=x11-libs/gtk+-3.12:3 +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +"
