summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 15:19:56 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 15:19:56 +0000
commitb19d9eaa4dff71d561c11cdd6dbee3bc2aa2d45e (patch)
tree7ef41f289bb0471b7f43c3807b6584fb60ce0de4 /games-puzzle
parentUpdating remote-id in metadata.xml (diff)
downloadgentoo-2-b19d9eaa4dff71d561c11cdd6dbee3bc2aa2d45e.tar.gz
gentoo-2-b19d9eaa4dff71d561c11cdd6dbee3bc2aa2d45e.tar.bz2
gentoo-2-b19d9eaa4dff71d561c11cdd6dbee3bc2aa2d45e.zip
Initial ebuild from gnome-overlay for Gnome 3.16.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/hitori/ChangeLog7
-rw-r--r--games-puzzle/hitori/hitori-3.16.1.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/games-puzzle/hitori/ChangeLog b/games-puzzle/hitori/ChangeLog
index 16a30e1f2561..937149eab03b 100644
--- a/games-puzzle/hitori/ChangeLog
+++ b/games-puzzle/hitori/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/hitori
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hitori/ChangeLog,v 1.3 2015/03/15 13:21:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hitori/ChangeLog,v 1.4 2015/06/09 15:19:56 eva Exp $
+
+*hitori-3.16.1 (09 Jun 2015)
+
+ 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> +hitori-3.16.1.ebuild:
+ Initial ebuild from gnome-overlay for Gnome 3.16.
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> hitori-3.14.3.ebuild:
x86 stable, bug 534012
diff --git a/games-puzzle/hitori/hitori-3.16.1.ebuild b/games-puzzle/hitori/hitori-3.16.1.ebuild
new file mode 100644
index 000000000000..f328f78f9add
--- /dev/null
+++ b/games-puzzle/hitori/hitori-3.16.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hitori/hitori-3.16.1.ebuild,v 1.1 2015/06/09 15:19:56 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome-games
+
+DESCRIPTION="Logic puzzle game for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Hitori"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.32:2
+ >=x11-libs/cairo-1.4
+ >=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50.2
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"