public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/
Date: Wed,  9 Nov 2016 08:28:56 +0000 (UTC)	[thread overview]
Message-ID: <1478678368.7fc3ca482e51832a60f213c968382ec7c7940067.eva@gentoo> (raw)

commit:     7fc3ca482e51832a60f213c968382ec7c7940067
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Tue Nov  8 19:58:55 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 07:59:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc3ca48

games-arcade/gnome-nibbles: add gnome-nibbles-3.22.2.2.ebuild

Simple bump, no relevant changes

https://git.gnome.org/browse/gnome-nibbles/diff/?id=3.22.2.2&&id2=3.22.1
Closes: https://github.com/gentoo/gentoo/pull/2784

Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 games-arcade/gnome-nibbles/Manifest                |  1 +
 .../gnome-nibbles/gnome-nibbles-3.22.2.2.ebuild    | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/games-arcade/gnome-nibbles/Manifest b/games-arcade/gnome-nibbles/Manifest
index 909ec2e..3ee1e98 100644
--- a/games-arcade/gnome-nibbles/Manifest
+++ b/games-arcade/gnome-nibbles/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-nibbles-3.18.2.tar.xz 1642260 SHA256 106cacd8b55aeb6911b4d982071cf599cbec272e01bed6f16f16f9486026e229 SHA512 359ebd33af92bcbfb857e5d1277c749ac93d37e36b52f012368e15c320c5279997a6a3292f714985af8305a374eb78c716d3eb0c5b1f02dc8b9db0f1dd5370ea WHIRLPOOL a5c7ecf4a8d2c452181252a69b66421c4254ed1b635b931546197efab91e8f290255eee5fa746724a649feecc5e940e2023a54912fe79062b083a723e29583d4
 DIST gnome-nibbles-3.20.2.1.tar.xz 1631864 SHA256 9253431072e3dff89cc13582c815cc9ed9d7c2d7a10321418a2e7416c1ef7e67 SHA512 75b9459160ab4978efb1bcf8485cff96e8efb4ceec0859502ceb0479a2a560136023a163ff0fa4393d39594cfa734bb74b1cf2b47ec09953ddf6b9c11232c27e WHIRLPOOL baccc76b325624edfef9c99fb55668f6bd795829fd4230c63389d82f315225f703e966f129666de380007e58f0b01c7fe7bae45ecb582855956626f02727965d
 DIST gnome-nibbles-3.22.1.tar.xz 1593964 SHA256 511ae29cc425fcf0f2f9e6a44504215c458fb83bf772e36f79e17b0b1e2d46ff SHA512 de43bc5fa82c93ccbffdd8aed1477a14af610c5f05faaa922078fa6a670d5f0080e5196276fb980b6d0200512fdfdd57bac5cba85001473362a56e929c78f516 WHIRLPOOL 1d36a46c633338f8602e1a7cc7cfdc4b22284a411138f0dd26d4412c42fe19f6ffaa18e09fabed69c153280740f56107c5970a8c93b0314636105ef58d26c3b0
+DIST gnome-nibbles-3.22.2.2.tar.xz 1594596 SHA256 881d5ff7e10dbe7c4b27fa11a43dbf532233ce021fc5d3b1455645a2807f459c SHA512 2cbe56dbbe40393cd233f0c2d9cb7327eafa7e837d194970490752ed1525e512efccd6b41b27dbf49b8b29ba9caa788fd5b44554b114eefbf5eed7187e073cbf WHIRLPOOL 22e63fa4f4c8555ff7e12f4ad5e0a1491a8453f4ef46794326663f652e196ee3d9b83e09e1802faa544538e32637745217935aaa4f09e933bd51784828680d31

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.22.2.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.22.2.2.ebuild
new file mode 100644
index 00000000..de53338
--- /dev/null
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.22.2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Nibbles clone for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.40.0:2
+	dev-libs/libgee:0.8=
+	dev-libs/libgnome-games-support:1
+	>=media-libs/clutter-1.22.0:1.0
+	>=media-libs/clutter-gtk-1.4.0:1.0
+	>=media-libs/libcanberra-0.26[gtk3]
+	>=x11-libs/gtk+-3.18.0:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=dev-util/intltool-0.50.2
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}


             reply	other threads:[~2016-11-09  8:29 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-09  8:28 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-20 14:36 [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/ Mart Raudsepp
2024-04-13 10:37 Mart Raudsepp
2024-04-07 10:11 Arthur Zamarin
2024-04-07  5:55 Arthur Zamarin
2024-04-07  5:55 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2023-12-21  0:07 Ionen Wolkens
2023-12-20  9:58 Pacho Ramos
2023-12-20  9:58 Pacho Ramos
2023-12-20  9:58 Pacho Ramos
2023-06-17 17:09 Arthur Zamarin
2023-06-17 17:09 Arthur Zamarin
2023-06-03  5:24 Jakov Smolić
2023-05-01 18:16 Matt Turner
2022-10-30 15:42 Matt Turner
2022-09-15 21:00 Matt Turner
2022-02-08  4:45 Sam James
2021-04-24 10:43 Mart Raudsepp
2021-04-24  9:20 Mart Raudsepp
2021-03-21 22:00 Matt Turner
2020-08-22  7:21 Mart Raudsepp
2020-04-20 20:30 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-08-06  5:20 Mart Raudsepp
2019-08-04 22:35 Aaron Bauman
2018-09-14  8:17 Mart Raudsepp
2018-08-22 21:38 Mart Raudsepp
2018-02-03 19:40 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  2:27 Mikle Kolyada
2017-08-08 22:10 Gilles Dartiguelongue
2017-05-01 21:49 Mart Raudsepp
2016-12-06  9:33 Pacho Ramos
2016-10-30 11:44 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-03-06 16:43 Mikle Kolyada
2015-11-09 21:51 Pacho Ramos
2015-11-09 21:51 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478678368.7fc3ca482e51832a60f213c968382ec7c7940067.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox