From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7DA3138334 for ; Thu, 14 Mar 2019 14:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D385CE0884; Thu, 14 Mar 2019 14:00:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA463E0884 for ; Thu, 14 Mar 2019 14:00:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 326D7335C9C for ; Thu, 14 Mar 2019 14:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A37326 for ; Thu, 14 Mar 2019 14:00:52 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1552572029.742f804c5f2f8cc999f48994b54d50b18fda5fae.leio@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.30.0.ebuild X-VCS-Directories: games-puzzle/five-or-more/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 742f804c5f2f8cc999f48994b54d50b18fda5fae X-VCS-Branch: master Date: Thu, 14 Mar 2019 14:00:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7982490d-6f14-4540-9cc5-1e33d52fe614 X-Archives-Hash: a76289d36a1845b98d0d77d8f7556890 commit: 742f804c5f2f8cc999f48994b54d50b18fda5fae Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 14 13:38:59 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 14 14:00:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742f804c games-puzzle/five-or-more: bump to 3.30.0 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> games-puzzle/five-or-more/Manifest | 1 + .../five-or-more/five-or-more-3.30.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/games-puzzle/five-or-more/Manifest b/games-puzzle/five-or-more/Manifest index 5aca508c67c..aa8635ab92c 100644 --- a/games-puzzle/five-or-more/Manifest +++ b/games-puzzle/five-or-more/Manifest @@ -1 +1,2 @@ DIST five-or-more-3.28.0.tar.xz 1507188 BLAKE2B 992bc75847b7e51cb5b5a23c3d3aad89a6daee00546711cf1d273663d2ebf8c2801c7a42f2aae1154114715d56ab1395def074beb30944762e9c560311880377 SHA512 33bf396426401dde2b326af8e7d137c23679589568e78f8b7e0020c074169318ba7925ecbd23bc18a2cfe0abecfca05c3090b78f1f86801c84e6fa385ca23f8b +DIST five-or-more-3.30.0.tar.xz 1445044 BLAKE2B c26e1cf781f32e74d3fb65757cfef3f4dbf078e2dc047e49d12de3d03850c6395f98f90368bb0df4bfeee22db0da76580e3c1c62ff26cc5236e37acb9fca84e5 SHA512 20c5b089c00808f3d170dae514da35b02dd007feb6daa3e818c435bf09b012b343839aad82a9cb022bc0247388bde387d35e8d428b2f561c4a7ae43073bed469 diff --git a/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild b/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild new file mode 100644 index 00000000000..76c86f6f567 --- /dev/null +++ b/games-puzzle/five-or-more/five-or-more-3.30.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="Remove colored balls from the board by forming lines" +HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more" + +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.20:3 + dev-libs/libgnome-games-support:= + >=gnome-base/librsvg-2.32:2 +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}