diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 16:15:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 16:15:26 +0000 |
commit | 1ef4eeeeae68c207501c921d30dd5f87a6af4c12 (patch) | |
tree | 53168d92034cebb986ae740527a40af8084a2a00 /games-puzzle/five-or-more | |
parent | Version bump (diff) | |
download | gentoo-2-1ef4eeeeae68c207501c921d30dd5f87a6af4c12.tar.gz gentoo-2-1ef4eeeeae68c207501c921d30dd5f87a6af4c12.tar.bz2 gentoo-2-1ef4eeeeae68c207501c921d30dd5f87a6af4c12.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-puzzle/five-or-more')
-rw-r--r-- | games-puzzle/five-or-more/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/five-or-more/five-or-more-3.10.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/games-puzzle/five-or-more/ChangeLog b/games-puzzle/five-or-more/ChangeLog index ade53de9b7c8..2551297768cf 100644 --- a/games-puzzle/five-or-more/ChangeLog +++ b/games-puzzle/five-or-more/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-puzzle/five-or-more # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/ChangeLog,v 1.6 2013/12/08 18:22:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/ChangeLog,v 1.7 2013/12/24 16:15:26 pacho Exp $ + +*five-or-more-3.10.2 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +five-or-more-3.10.2.ebuild: + Version bump for Gnome 3.10 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> five-or-more-3.8.2.ebuild: x86 stable, bug #478252 diff --git a/games-puzzle/five-or-more/five-or-more-3.10.2.ebuild b/games-puzzle/five-or-more/five-or-more-3.10.2.ebuild new file mode 100644 index 000000000000..1a809add8a67 --- /dev/null +++ b/games-puzzle/five-or-more/five-or-more-3.10.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/five-or-more-3.10.2.ebuild,v 1.1 2013/12/24 16:15:26 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Five or More Game for GNOME" +HOMEPAGE="https://live.gnome.org/Five%20or%20more" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32 + >=x11-libs/gtk+-3.4:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.35.0 + sys-devel/gettext + virtual/pkgconfig +" |