diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:36:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:36:21 +0000 |
commit | c241fc1f547634a496bbbf35584addb4097b92eb (patch) | |
tree | 391c94647e328981733719839ef2228476be2057 /games-board/gnome-mahjongg | |
parent | Fix hardened patchset for 3.2.57-r1 -> 3.2.57-r2 (diff) | |
download | gentoo-2-c241fc1f547634a496bbbf35584addb4097b92eb.tar.gz gentoo-2-c241fc1f547634a496bbbf35584addb4097b92eb.tar.bz2 gentoo-2-c241fc1f547634a496bbbf35584addb4097b92eb.zip |
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board/gnome-mahjongg')
-rw-r--r-- | games-board/gnome-mahjongg/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/games-board/gnome-mahjongg/ChangeLog b/games-board/gnome-mahjongg/ChangeLog index cf00b3c0eccd..fd8d7ef04042 100644 --- a/games-board/gnome-mahjongg/ChangeLog +++ b/games-board/gnome-mahjongg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/gnome-mahjongg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.12 2014/04/26 07:50:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.13 2014/04/27 16:36:21 eva Exp $ + +*gnome-mahjongg-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-mahjongg-3.12.1.ebuild: + Version bump for Gnome 3.12. 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-mahjongg-3.8.1.ebuild: drop old diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild new file mode 100644 index 000000000000..0a56ac5102a9 --- /dev/null +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.12.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 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.12.1.ebuild,v 1.1 2014/04/27 16:36:21 eva 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 + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + >=dev-util/intltool-0.50 + virtual/pkgconfig +" + +src_prepare() { + gnome-games_src_prepare + vala_src_prepare +} |