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 AD6D91395E2 for ; Sun, 13 Nov 2016 11:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7A4E0B2A; Sun, 13 Nov 2016 11:19:41 +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 E81C5E0B2A for ; Sun, 13 Nov 2016 11:19:40 +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 1BED6341668 for ; Sun, 13 Nov 2016 11:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0705124C0 for ; Sun, 13 Nov 2016 11:19:32 +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: <1479035965.be9b37a3e64de4c6bb9121f99ec1f5ae32fc5442.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gsound/gsound-1.0.2-r1.ebuild media-libs/gsound/gsound-1.0.2.ebuild X-VCS-Directories: media-libs/gsound/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: be9b37a3e64de4c6bb9121f99ec1f5ae32fc5442 X-VCS-Branch: master Date: Sun, 13 Nov 2016 11:19: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: 7fc756fb-6f24-44f4-8246-67b9e72b3a8a X-Archives-Hash: 91f7d2bc26d6f93eb00f3f78d7e537c7 commit: be9b37a3e64de4c6bb9121f99ec1f5ae32fc5442 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 13 11:13:54 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 13 11:19:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9b37a3 media-libs/gsound: bump to EAPI=6, properly control vala build Package-Manager: portage-2.3.2 .../{gsound-1.0.2.ebuild => gsound-1.0.2-r1.ebuild} | 18 +++++++++--------- media-libs/gsound/gsound-1.0.2.ebuild | 5 ++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/media-libs/gsound/gsound-1.0.2.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild similarity index 70% copy from media-libs/gsound/gsound-1.0.2.ebuild copy to media-libs/gsound/gsound-1.0.2-r1.ebuild index 20a0bd0..fb3ed30 100644 --- a/media-libs/gsound/gsound-1.0.2.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 VALA_USE_DEPEND="vapigen" inherit gnome2 vala @@ -13,28 +12,29 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection vala" +REQUIRED_USE="vala? ( introspection )" -# vala setup required for vapigen check RDEPEND=" >=dev-libs/glib-2.36:2 media-libs/libcanberra introspection? ( >=dev-libs/gobject-introspection-1.2.9:= ) " DEPEND="${RDEPEND} - $(vala_depend) >=dev-util/gtk-doc-am-1.20 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { - vala_src_prepare + use vala && vala_src_prepare gnome2_src_prepare } src_configure () { gnome2_src_configure \ --disable-static \ - $(use_enable introspection) + $(use_enable introspection) \ + $(use_enable vala) } diff --git a/media-libs/gsound/gsound-1.0.2.ebuild b/media-libs/gsound/gsound-1.0.2.ebuild index 20a0bd0..8e38184 100644 --- a/media-libs/gsound/gsound-1.0.2.ebuild +++ b/media-libs/gsound/gsound-1.0.2.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 VALA_USE_DEPEND="vapigen" inherit gnome2 vala