games-puzzle/hitori: Version bump
authorPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 11:47:37 +0000 (13:47 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 12:21:46 +0000 (14:21 +0200)
Package-Manager: portage-2.3.0_rc1

games-puzzle/hitori/Manifest
games-puzzle/hitori/hitori-3.20.0.ebuild [new file with mode: 0644]

index a148db0cd6454d231422f56868c6175522ca0bd9..1b27badf6b951ef46196836cc28bc01577fa62d6 100644 (file)
@@ -1 +1,2 @@
 DIST hitori-3.16.2.tar.xz 510988 SHA256 d86db15bbefb04697263b576d0a118b7607fda0dc345f5d7581f1dec54452b6c SHA512 44cada5040fba86ce4272cbf788d75832e28a26ebc6c09adb4fafe64b48490a5cba8bdeb94a448ad6f372e4b0d1dcff70dcbadaefa8a411dbf0cd5bd995ed6f6 WHIRLPOOL 10a89a9db5b298fa945a42a019c84ec1beaf5922e255bcac24042f4f1c599af9a090685101bce22dd31a66ae611d786246866ca84fe0dabe60a82ca2e29c7e79
+DIST hitori-3.20.0.tar.xz 391496 SHA256 877cae48144b7f6908fde55104f589788b42acaa5956d62fd32b4026fde3769d SHA512 c8724453ed4bbd83fb7e50d9249d1b2ec490f65a207f8b319c70a9d8cbefa1008c3e7c65da1fa5e2b7d427e75ad44a74cafccf7a27385eed2f5e268be1d4c839 WHIRLPOOL c41750cbdff6ad5856c11d332f9f71833f84ec274c2625765f9f0814e99d835314cca887a7d4f2572bb6a224d12c109e5a82e7834590a2f33b566bc04502c518
diff --git a/games-puzzle/hitori/hitori-3.20.0.ebuild b/games-puzzle/hitori/hitori-3.20.0.ebuild
new file mode 100644 (file)
index 0000000..ebe42b9
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+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
+       sys-devel/gettext
+       virtual/pkgconfig
+"