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 BE0481395E1 for ; Sun, 30 Oct 2016 11:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93022E0C06; Sun, 30 Oct 2016 11:44:25 +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 6D604E0C06 for ; Sun, 30 Oct 2016 11:44:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0B27341375 for ; Sun, 30 Oct 2016 11:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDF324B0 for ; Sun, 30 Oct 2016 11:44:21 +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: <1477827855.8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6.eva@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.2.1.ebuild dev-libs/libgnome-games-support/metadata.xml X-VCS-Directories: dev-libs/libgnome-games-support/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6 X-VCS-Branch: master Date: Sun, 30 Oct 2016 11:44:21 +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: 7219b42d-178c-4d26-a32f-4d7c28274482 X-Archives-Hash: 332a52024bb95ba80466e694fe018095 commit: 8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 30 11:08:08 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 30 11:44:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8270cbb3 dev-libs/libgnome-games-support: upstream renamed package from libgames-support Package does not collide with older instance so it will die in its time. Package-Manager: portage-2.3.2 dev-libs/libgnome-games-support/Manifest | 1 + .../libgnome-games-support-1.2.1.ebuild | 30 ++++++++++++++++++++++ dev-libs/libgnome-games-support/metadata.xml | 8 ++++++ 3 files changed, 39 insertions(+) diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest new file mode 100644 index 00000000..5f03393 --- /dev/null +++ b/dev-libs/libgnome-games-support/Manifest @@ -0,0 +1 @@ +DIST libgnome-games-support-1.2.1.tar.xz 340664 SHA256 a626396c72603add6bae1ab0b5bee1d58657cc7e232b1fe6fda746b960715ee7 SHA512 ae73d4958cdee347627f328c39629d6d41c72c9d432e541b90025bb11a6a5214148bde62ad039a62d9db236c1bf3de7a699fffb2bcc9c0fcb668dedd931894d4 WHIRLPOOL 6f15198c4664d4f274442b70a8154869f33e772cf32b1bd169c196944250973af0b1084d15145666a18bfe3646a82bfe31c5bd55129e8ba49098364e9b428e36 diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild new file mode 100644 index 00000000..fbca679 --- /dev/null +++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.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="Library for code commong to Gnome games" +HOMEPAGE="https://git.gnome.org/browse/libgames-support/" + +LICENSE="LGPL-3+" +SLOT="1/2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + dev-libs/libgee:0.8= + >=x11-libs/gtk+-3.19.2:3 +" +DEPEND="${DEPEND} + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + VALAC=$(type -P true) +} diff --git a/dev-libs/libgnome-games-support/metadata.xml b/dev-libs/libgnome-games-support/metadata.xml new file mode 100644 index 00000000..3998080 --- /dev/null +++ b/dev-libs/libgnome-games-support/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +