diff options
author | 2015-06-09 15:12:14 +0000 | |
---|---|---|
committer | 2015-06-09 15:12:14 +0000 | |
commit | 102bc893a0937721988c764de4ea4a0256814d81 (patch) | |
tree | 39a3f366f8dd637067a103b48cc6176f053e9b17 /games-board | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-102bc893a0937721988c764de4ea4a0256814d81.tar.gz gentoo-2-102bc893a0937721988c764de4ea4a0256814d81.tar.bz2 gentoo-2-102bc893a0937721988c764de4ea4a0256814d81.zip |
Version bump for Gnome 3.16. Clean up old revisions.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-chess/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/gnome-chess/gnome-chess-3.12.3.ebuild | 38 | ||||
-rw-r--r-- | games-board/gnome-chess/gnome-chess-3.16.2.ebuild (renamed from games-board/gnome-chess/gnome-chess-3.14.2.ebuild) | 25 |
3 files changed, 25 insertions, 47 deletions
diff --git a/games-board/gnome-chess/ChangeLog b/games-board/gnome-chess/ChangeLog index fe53a34a3f5a..0ad6d7edbb24 100644 --- a/games-board/gnome-chess/ChangeLog +++ b/games-board/gnome-chess/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-board/gnome-chess # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.23 2015/03/15 13:20:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.24 2015/06/09 15:12:14 eva Exp $ + +*gnome-chess-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-chess-3.12.3.ebuild, -gnome-chess-3.14.2.ebuild, + +gnome-chess-3.16.2.ebuild: + Version bump for Gnome 3.16. Clean up old revisions. 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gnome-chess-3.14.3.ebuild: x86 stable, bug 534012 diff --git a/games-board/gnome-chess/gnome-chess-3.12.3.ebuild b/games-board/gnome-chess/gnome-chess-3.12.3.ebuild deleted file mode 100644 index 59056dae1bf6..000000000000 --- a/games-board/gnome-chess/gnome-chess-3.12.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.12.3.ebuild,v 1.3 2014/07/23 15:16:13 ago Exp $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.24" - -inherit gnome-games vala - -DESCRIPTION="Play the classic two-player boardgame of chess" -HOMEPAGE="https://wiki.gnome.org/Apps/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.10: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 -} diff --git a/games-board/gnome-chess/gnome-chess-3.14.2.ebuild b/games-board/gnome-chess/gnome-chess-3.16.2.ebuild index 447658ee0348..ebf8f35195d3 100644 --- a/games-board/gnome-chess/gnome-chess-3.14.2.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.16.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.14.2.ebuild,v 1.1 2014/12/22 18:51:20 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/gnome-chess-3.16.2.ebuild,v 1.1 2015/06/09 15:12:14 eva Exp $ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.24" +VALA_MIN_API_VERSION="0.28" -inherit gnome-games vala +inherit gnome-games vala readme.gentoo DESCRIPTION="Play the classic two-player boardgame of chess" HOMEPAGE="https://wiki.gnome.org/Apps/Chess" @@ -19,22 +19,31 @@ IUSE="" RDEPEND=" >=dev-libs/glib-2.40:2 >=gnome-base/librsvg-2.32 - >=x11-libs/gtk+-3.13.2:3 + >=x11-libs/gtk+-3.15:3 " DEPEND="${RDEPEND} $(vala_depend) app-text/yelp-tools - dev-util/appdata-tools + dev-libs/appstream-glib >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig " +DOC_CONTENTS="For being able to play against computer you will + need to install a chess engine like, for example, games-board/gnuchess" + src_prepare() { vala_src_prepare gnome-games_src_prepare } -src_configure() { - gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +src_install() { + gnome-games_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome-games_pkg_postinst + readme.gentoo_print_elog } |