diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 08:46:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 08:46:01 +0000 |
commit | a304a8a24765cf58ea6a13c505b2fbfd7018567d (patch) | |
tree | b8f1a9538327a714f067460c19216c242c842ab9 /games-arcade/gnome-nibbles | |
parent | Fix myconf reference. Bug #511932. (diff) | |
download | gentoo-2-a304a8a24765cf58ea6a13c505b2fbfd7018567d.tar.gz gentoo-2-a304a8a24765cf58ea6a13c505b2fbfd7018567d.tar.bz2 gentoo-2-a304a8a24765cf58ea6a13c505b2fbfd7018567d.zip |
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-arcade/gnome-nibbles')
-rw-r--r-- | games-arcade/gnome-nibbles/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/gnome-nibbles/gnome-nibbles-3.12.2.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/games-arcade/gnome-nibbles/ChangeLog b/games-arcade/gnome-nibbles/ChangeLog index 98a0d76bcde0..232f306a7fba 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.13 2014/04/27 16:30:09 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-nibbles/ChangeLog,v 1.14 2014/05/31 08:46:01 pacho Exp $ + +*gnome-nibbles-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos <pacho@gentoo.org> +gnome-nibbles-3.12.2.ebuild: + Version bump *gnome-nibbles-3.12.1 (27 Apr 2014) diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.12.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.12.2.ebuild new file mode 100644 index 000000000000..f4a6f8064b80 --- /dev/null +++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 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.12.2.ebuild,v 1.1 2014/05/31 08:46:01 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Nibbles clone for Gnome" +HOMEPAGE="https://wiki.gnome.org/Apps/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.14.4:1.0 + >=media-libs/clutter-gtk-1.2:1.0 + >=media-libs/libcanberra-0.26[gtk3] + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" |