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 95C541382CD for ; Sat, 25 Jun 2016 12:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71C06E0B07; Sat, 25 Jun 2016 12:22:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56ADEE0AEE for ; Sat, 25 Jun 2016 12:22:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81E88340C3C for ; Sat, 25 Jun 2016 12:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645362431 for ; Sat, 25 Jun 2016 12:22:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466857281.4830a8cce39bcc90efb68a885f50787b0ce6226d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/five-or-more/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/five-or-more/Manifest games-puzzle/five-or-more/five-or-more-3.20.0.ebuild X-VCS-Directories: games-puzzle/five-or-more/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4830a8cce39bcc90efb68a885f50787b0ce6226d X-VCS-Branch: master Date: Sat, 25 Jun 2016 12:22:32 +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: 886cf057-4f8b-4fc4-b98f-a016396b8a5d X-Archives-Hash: 368478b8f828a137ee8599e22b82b840 commit: 4830a8cce39bcc90efb68a885f50787b0ce6226d Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 11:35:40 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 12:21:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4830a8cc games-puzzle/five-or-more: Version bump Package-Manager: portage-2.3.0_rc1 games-puzzle/five-or-more/Manifest | 1 + .../five-or-more/five-or-more-3.20.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/games-puzzle/five-or-more/Manifest b/games-puzzle/five-or-more/Manifest index e7957bd..bf0d3bd 100644 --- a/games-puzzle/five-or-more/Manifest +++ b/games-puzzle/five-or-more/Manifest @@ -1 +1,2 @@ DIST five-or-more-3.18.0.tar.xz 3180696 SHA256 e1e7cc81b1281382da9a6ab466d97f09561dbaf39031a9b93f0a45221234fe62 SHA512 6021fe6cc22b99e5e9df08a61df6ed9aa64547acc41d0fc7e9037b49d2aa65e47e49911ee2280b05dfc4646b132be1920c25f07791188ff4c621b067b330408c WHIRLPOOL f941e6989a3762af7cf9b9b73cdaaae97d5345d7954240df82c82152e73dc51757da4786a8d965a259bf1f697f721fa9a57e595c40c2af453c74c3f419635e43 +DIST five-or-more-3.20.0.tar.xz 3310604 SHA256 4290a0e4a1817d76db2f042854efbc580d6ac06f2c42176afac2b412dcd456e0 SHA512 9ef4f897bc1fb3e91fd8d012c59828745f2beb494000438081d19f4a947e14cbbe7afbf7d760c05709a167b184e191f017e9212108408c01335070b3c8145bb4 WHIRLPOOL 01cbb061676dbc88bee58714f29b53afcef6ab8920719a67fda9c9c3a3aa743db66fd7546e534ac78102b9f8e661bcaf914d44559bfa38e63ffe61579d4da696 diff --git a/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild b/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild new file mode 100644 index 0000000..602f45d --- /dev/null +++ b/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Five or More Game for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.32:2 + >=gnome-base/librsvg-2.32:2 + >=x11-libs/gtk+-3.12:3 +" +RDEPEND="${COMMON_DEPEND} + !