diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-17 10:46:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-17 10:46:13 +0000 |
commit | 80043d882172c27db4e5d6ac148e4858ac22a124 (patch) | |
tree | abf926f6ed169d3ee852bd9fa22e381f9ce92edf /games-arcade | |
parent | Add ruby20. Avoid spec failing with LANG=C, fixing bug 430402. (diff) | |
download | gentoo-2-80043d882172c27db4e5d6ac148e4858ac22a124.tar.gz gentoo-2-80043d882172c27db4e5d6ac148e4858ac22a124.tar.bz2 gentoo-2-80043d882172c27db4e5d6ac148e4858ac22a124.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/gnome-nibbles/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/gnome-nibbles/gnome-nibbles-3.8.1.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/games-arcade/gnome-nibbles/ChangeLog b/games-arcade/gnome-nibbles/ChangeLog index 7fa5f2efae99..1f4648698393 100644 --- a/games-arcade/gnome-nibbles/ChangeLog +++ b/games-arcade/gnome-nibbles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/gnome-nibbles # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.3 2013/11/06 20:56:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.4 2013/11/17 10:46:13 pacho Exp $ + +*gnome-nibbles-3.8.1 (17 Nov 2013) + + 17 Nov 2013; Pacho Ramos <pacho@gentoo.org> +gnome-nibbles-3.8.1.ebuild: + Version bump 06 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnome-nibbles-3.8.0.ebuild: x86 keyword, bug #476710 diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.8.1.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.8.1.ebuild new file mode 100644 index 000000000000..e8b924b2ffdf --- /dev/null +++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/gnome-nibbles-3.8.1.ebuild,v 1.1 2013/11/17 10:46:13 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Nibbles clone for Gnome" +HOMEPAGE="https://wiki.gnome.org/Nibbles" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32:2 + >=media-libs/clutter-1:1.0 + >=media-libs/clutter-gtk-0.91.6:1.0 + >=media-libs/libcanberra-0.26[gtk3] + >=x11-libs/gtk+-3.4:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.35.0 + sys-devel/gettext + virtual/pkgconfig +" |