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 7DAE01382C5 for ; Sun, 21 Mar 2021 22:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8934AE086A; Sun, 21 Mar 2021 22:00:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66355E0858 for ; Sun, 21 Mar 2021 22:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 15B18335C6F for ; Sun, 21 Mar 2021 22:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967EA5C4 for ; Sun, 21 Mar 2021 22:00:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616363982.f1fa6c0b542ea8b14792514b728e7b559021d8ab.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgnome-games-support/Manifest dev-libs/libgnome-games-support/libgnome-games-support-1.8.0.ebuild X-VCS-Directories: dev-libs/libgnome-games-support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f1fa6c0b542ea8b14792514b728e7b559021d8ab X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:00:23 +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: fe49b972-f1a4-486c-88c8-cdad9734b23f X-Archives-Hash: 797b52f61f3e038e6f10e27b470c12aa commit: f1fa6c0b542ea8b14792514b728e7b559021d8ab Author: Matt Turner gentoo org> AuthorDate: Sun Mar 21 20:22:00 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 21 21:59:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fa6c0b dev-libs/libgnome-games-support: Version bump to 1.8.0 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgnome-games-support/Manifest | 1 + .../libgnome-games-support-1.8.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest index 85ed82a75dd..116c9fb0e88 100644 --- a/dev-libs/libgnome-games-support/Manifest +++ b/dev-libs/libgnome-games-support/Manifest @@ -1 +1,2 @@ DIST libgnome-games-support-1.6.1.tar.xz 44012 BLAKE2B a7ef470f955d400a07d62452a7e2b0846e9ea6d01729bc6175963c474ea8a278a4903fd8bb1e0cdf9a19006f7306cb457901d20757573ba4fc35cf8d0397aa1c SHA512 a2f0c6faea4e10fcc06487a37147a3bbee9d41daeff2a323cf078bef45664166184f63e11fdba4afe6d2d1f8f2c0dba59274707d978c84b17b70305cb206b3a8 +DIST libgnome-games-support-1.8.0.tar.xz 44808 BLAKE2B e6195087e99a3d34f47af6b4e0d9f068aa7b0a80d545da11744173ff8c881c62f81c913f8d59f855a71f4754ca92d09afdf79e1571cb3adfcf90d60b589d73c9 SHA512 0de9523d590dcc00b628bf88115161da94d5f3e7b3e074f4db851b6cb711d65601c290ec6e0485aaf4e4759faf82e7b1c10a2a26656d44874adaa7e8358f7124 diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.8.0.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.8.0.ebuild new file mode 100644 index 00000000000..38664f56d3d --- /dev/null +++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.8.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +VALA_MIN_API_VERSION="0.40" + +inherit gnome.org meson vala xdg + +DESCRIPTION="Library for code common to GNOME games" +HOMEPAGE="https://gitlab.gnome.org/GNOME/libgnome-games-support" + +LICENSE="LGPL-3+" +SLOT="1/3" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +# glib dep in meson is 2.40, but vala is passed 2.44 target +RDEPEND=" + >=dev-libs/libgee-0.14.0:0.8= + >=dev-libs/glib-2.44:2 + >=x11-libs/gtk+-3.19.2:3 +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + $(vala_depend) +" + +src_prepare() { + vala_src_prepare + xdg_src_prepare +}