summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-06 23:09:43 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-06 23:09:43 +0000
commit1f8483c6f64c8c5671ec0e44e3f891d3b9f4b43b (patch)
treefe43720de4e0251dac4beb9b45d0b733588c89fc /games-board
parentVersion bump. Add more examples behing USE=examples. (diff)
downloadgentoo-2-1f8483c6f64c8c5671ec0e44e3f891d3b9f4b43b.tar.gz
gentoo-2-1f8483c6f64c8c5671ec0e44e3f891d3b9f4b43b.tar.bz2
gentoo-2-1f8483c6f64c8c5671ec0e44e3f891d3b9f4b43b.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnome-chess/ChangeLog10
-rw-r--r--games-board/gnome-chess/gnome-chess-3.10.3.ebuild38
2 files changed, 46 insertions, 2 deletions
diff --git a/games-board/gnome-chess/ChangeLog b/games-board/gnome-chess/ChangeLog
index b4ac349535f9..e03da60f427d 100644
--- a/games-board/gnome-chess/ChangeLog
+++ b/games-board/gnome-chess/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2013/12/24 16:11:54 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.8 2014/02/06 23:09:43 eva Exp $
+
+*gnome-chess-3.10.3 (06 Feb 2014)
+
+ 06 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-chess-3.10.3.ebuild:
+ Version bump.
*gnome-chess-3.10.2 (24 Dec 2013)
diff --git a/games-board/gnome-chess/gnome-chess-3.10.3.ebuild b/games-board/gnome-chess/gnome-chess-3.10.3.ebuild
new file mode 100644
index 000000000000..65acef759258
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.10.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 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.3.ebuild,v 1.1 2014/02/06 23:09:43 eva 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() {
+ vala_src_prepare
+ gnome-games_src_prepare
+}