summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 16:12:35 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 16:12:35 +0000
commite7f7f410afab4e0c4d64e1d0f56e0fc6317289e6 (patch)
tree00b8a1e28fe18b7e4f9db0902086a6aeccdc8002 /games-board
parentStable for sparc, wrt bug #483092 (diff)
downloadgentoo-2-e7f7f410afab4e0c4d64e1d0f56e0fc6317289e6.tar.gz
gentoo-2-e7f7f410afab4e0c4d64e1d0f56e0fc6317289e6.tar.bz2
gentoo-2-e7f7f410afab4e0c4d64e1d0f56e0fc6317289e6.zip
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnome-mahjongg/ChangeLog7
-rw-r--r--games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/games-board/gnome-mahjongg/ChangeLog b/games-board/gnome-mahjongg/ChangeLog
index cab7e928c188..4f540e7bdcfb 100644
--- a/games-board/gnome-mahjongg/ChangeLog
+++ b/games-board/gnome-mahjongg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/gnome-mahjongg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.6 2013/12/08 18:20:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.7 2013/12/24 16:12:35 pacho Exp $
+
+*gnome-mahjongg-3.10.2 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gnome-mahjongg-3.10.2.ebuild:
+ Version bump for Gnome 3.10
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-mahjongg-3.8.1.ebuild:
x86 stable, bug #478252
diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild
new file mode 100644
index 000000000000..702554b8b13e
--- /dev/null
+++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/gnome-mahjongg-3.10.2.ebuild,v 1.1 2013/12/24 16:12:35 pacho Exp $
+
+EAPI=5
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.16"
+
+inherit gnome-games vala
+
+DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
+HOMEPAGE="https://wiki.gnome.org/Mahjongg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32.0
+ >=x11-libs/gtk+-3.4.0:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ >=dev-util/intltool-0.35.0
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}