summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 16:11:54 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 16:11:54 +0000
commit0064176a077866867b9b8f15ff54fb05ba280c14 (patch)
treeb2f056153c30da760935559dcc1c0be5c04d00c9 /games-board/gnome-chess
parentVersion bump for Gnome 3.10 (diff)
downloadgentoo-2-0064176a077866867b9b8f15ff54fb05ba280c14.tar.gz
gentoo-2-0064176a077866867b9b8f15ff54fb05ba280c14.tar.bz2
gentoo-2-0064176a077866867b9b8f15ff54fb05ba280c14.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/gnome-chess')
-rw-r--r--games-board/gnome-chess/ChangeLog7
-rw-r--r--games-board/gnome-chess/gnome-chess-3.10.2.ebuild38
2 files changed, 44 insertions, 1 deletions
diff --git a/games-board/gnome-chess/ChangeLog b/games-board/gnome-chess/ChangeLog
index ac004798aa47..b4ac349535f9 100644
--- a/games-board/gnome-chess/ChangeLog
+++ b/games-board/gnome-chess/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/gnome-chess
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.6 2013/12/08 18:20:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.7 2013/12/24 16:11:54 pacho Exp $
+
+*gnome-chess-3.10.2 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gnome-chess-3.10.2.ebuild:
+ Version bump for Gnome 3.10
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-chess-3.8.4.ebuild:
x86 stable, bug #478252
diff --git a/games-board/gnome-chess/gnome-chess-3.10.2.ebuild b/games-board/gnome-chess/gnome-chess-3.10.2.ebuild
new file mode 100644
index 000000000000..45897337afad
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.10.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/gnome-chess-3.10.2.ebuild,v 1.1 2013/12/24 16:11:54 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.22"
+
+inherit gnome-games vala
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Chess"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32
+ virtual/glu
+ virtual/opengl
+ >=x11-libs/gtk+-3.4:3
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}