summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-30 11:06:15 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-30 11:06:15 +0000
commit8c468c52e5022743f0378271b753f110853da574 (patch)
tree7800d2b869231a51a9b3b0c5121cee578602952e /games-board
parentUpdate Gnome 3.8 mask (diff)
downloadgentoo-2-8c468c52e5022743f0378271b753f110853da574.tar.gz
gentoo-2-8c468c52e5022743f0378271b753f110853da574.tar.bz2
gentoo-2-8c468c52e5022743f0378271b753f110853da574.zip
Add game splitted from gnome-games by upstream
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/four-in-a-row/ChangeLog9
-rw-r--r--games-board/four-in-a-row/Manifest3
-rw-r--r--games-board/four-in-a-row/four-in-a-row-3.8.1.ebuild29
-rw-r--r--games-board/four-in-a-row/metadata.xml5
4 files changed, 46 insertions, 0 deletions
diff --git a/games-board/four-in-a-row/ChangeLog b/games-board/four-in-a-row/ChangeLog
new file mode 100644
index 000000000000..0f83e6b709ee
--- /dev/null
+++ b/games-board/four-in-a-row/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for games-board/four-in-a-row
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.1 2013/06/30 11:06:15 pacho Exp $
+
+*four-in-a-row-3.8.1 (30 Jun 2013)
+
+ 30 Jun 2013; Pacho Ramos <pacho@gentoo.org> +four-in-a-row-3.8.1.ebuild,
+ +metadata.xml:
+ Add game splitted from gnome-games by upstream
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
new file mode 100644
index 000000000000..ec9f28f2d801
--- /dev/null
+++ b/games-board/four-in-a-row/Manifest
@@ -0,0 +1,3 @@
+DIST four-in-a-row-3.8.1.tar.xz 2337776 SHA256 eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d SHA512 e8ab35f302f5c3e703b2109fbcade24259e4f7f47299f2d3eed7e69b24bf527d95979aaaabaa893ab7e9fc54e1eacf604e6fa053498f1edd014fb4de4fd27112 WHIRLPOOL ae3329a30e8b5495976e953f12fd5f10c622eb67d6dfda5aea867ddcb638a07d39dac8f7247ff63c6f7f42c81b3c2ae9752b6bfa7e445723a699383253e12ac6
+EBUILD four-in-a-row-3.8.1.ebuild 545 SHA256 030534583f389dc46b28190cf2cc557abd8bc999a85a08e9e85b610be3ad9f77 SHA512 89da7ef2c8fe0935b6216abcee184509df7dddfdab271bf73fb7ea3cc8bad551bc77df826f088ee558631d97ece84c8df3472c63ada6612ecb9929104702d078 WHIRLPOOL 4ddb6ab81ce8d33ddb84e01016b2a35ed301b2aa025f330aa3d20544167bf6b7e7eaf513078478097a2bb195f32c06cc0cb9aae16c9c892d5df0df9e45e86e7d
+MISC metadata.xml 158 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 SHA512 7fbfbd2b3ed1b81867d55648509f778fdbe2091af53727b3426a3c7f453ae7e1663a99fdd2101508b8d6c85b3158459c93551b77a6a394f02d7e11cbc8a5ecf4 WHIRLPOOL 4bcd5662974877d42ebc4361b6eb412bfeea2af7144b436ce7ed152327d554afc321c376625ba0bb85a704b70d86e3c4882dff3573047acddd8ffccf655d4f7e
diff --git a/games-board/four-in-a-row/four-in-a-row-3.8.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.8.1.ebuild
new file mode 100644
index 000000000000..42d62943d80e
--- /dev/null
+++ b/games-board/four-in-a-row/four-in-a-row-3.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.8.1.ebuild,v 1.1 2013/06/30 11:06:15 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome-games
+
+DESCRIPTION="Make lines of the same color to win"
+HOMEPAGE="https://wiki.gnome.org/Four-in-a-row"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32.0
+ >=media-libs/libcanberra-0.26[gtk3]
+ sys-libs/zlib
+ >=x11-libs/gtk+-3.4.0:3
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.35.0
+ virtual/pkgconfig
+"
diff --git a/games-board/four-in-a-row/metadata.xml b/games-board/four-in-a-row/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/games-board/four-in-a-row/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>