From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7A521387FD for ; Sun, 6 Apr 2014 20:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5FE3E0A87; Sun, 6 Apr 2014 20:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55033E0A9D for ; Sun, 6 Apr 2014 20:19:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A73833FEBC for ; Sun, 6 Apr 2014 20:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 18CA1188F5 for ; Sun, 6 Apr 2014 20:19:55 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1396815549.0e83499783fb418db924bae6b85f97feeb39c9c0.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/five-or-more/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/five-or-more/five-or-more-3.12.0.ebuild X-VCS-Directories: games-puzzle/five-or-more/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0e83499783fb418db924bae6b85f97feeb39c9c0 X-VCS-Branch: master Date: Sun, 6 Apr 2014 20:19:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf8eceb1-0be9-4a0d-8505-06c8ce94a0ef X-Archives-Hash: 6c5c2b3966514fc29522dbedf5341840 commit: 0e83499783fb418db924bae6b85f97feeb39c9c0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 18:46:02 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 6 20:19:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e834997 games-puzzle/five-or-more: 3.10.2 → 3.12.0 --- .../five-or-more/five-or-more-3.12.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/games-puzzle/five-or-more/five-or-more-3.12.0.ebuild b/games-puzzle/five-or-more/five-or-more-3.12.0.ebuild new file mode 100644 index 0000000..fe35775 --- /dev/null +++ b/games-puzzle/five-or-more/five-or-more-3.12.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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.10:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +"