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 DB53D13888F for ; Thu, 22 Oct 2015 11:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF88E0857; Thu, 22 Oct 2015 11:40:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34963E083B for ; Thu, 22 Oct 2015 11:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2C93340931 for ; Thu, 22 Oct 2015 11:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58B9F15E2 for ; Thu, 22 Oct 2015 11:40:32 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1445513697.2271f66d98dc4ff3f594746eb6b993a3b07cd3e9.angelos@gentoo> Subject: [gentoo-commits] dev/angelos:master commit in: media-sound/indicator-sound/ X-VCS-Repository: dev/angelos X-VCS-Files: media-sound/indicator-sound/Manifest media-sound/indicator-sound/indicator-sound-12.10.0.ebuild media-sound/indicator-sound/indicator-sound-12.10.1.ebuild X-VCS-Directories: media-sound/indicator-sound/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 2271f66d98dc4ff3f594746eb6b993a3b07cd3e9 X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:40: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: e59b2031-6098-4ac3-9261-b45b044daaa1 X-Archives-Hash: fa21305e280d3e1eaa3f12deea5eace3 commit: 2271f66d98dc4ff3f594746eb6b993a3b07cd3e9 Author: Christoph Mende gentoo org> AuthorDate: Thu Oct 22 11:34:57 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Thu Oct 22 11:34:57 2015 +0000 URL: https://gitweb.gentoo.org/dev/angelos.git/commit/?id=2271f66d media-sound/indicator-sound: version bump to 12.10.1, migrate to vala.eclass media-sound/indicator-sound/Manifest | 2 +- ...tor-sound-12.10.0.ebuild => indicator-sound-12.10.1.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/indicator-sound/Manifest b/media-sound/indicator-sound/Manifest index f20e3ba..bcab6db 100644 --- a/media-sound/indicator-sound/Manifest +++ b/media-sound/indicator-sound/Manifest @@ -1 +1 @@ -DIST indicator-sound-12.10.0.tar.gz 532856 SHA256 ecac33b74396f955db0a0998d7b5d2a2a496882c5ef2077ce67be4361a624dd1 SHA512 4a344139af92324858539dd5e3189bf6d212f3d940d1e53555c6ac181856a92bfa1584b625d23e25928f32a730c5588d45668c84836ccebb3137d86a4967a5e9 WHIRLPOOL b719f5dfbf5949bf393ca61fdbc9623d1366a630e1881dfaaf400dbeef2c07e882145f4e8acba5233b1a5f69bf5307b8cbdc02ed7f930b0e49021d1d8ad75f60 +DIST indicator-sound-12.10.1.tar.gz 531957 SHA256 d3ae4e8a9e2bac6f9098e617364aba1ddca15ee118d5aa89ae85d0a1f3371af6 SHA512 58563f2b269a6b6e236a5e1dca0c406a0ee35686a3e66980c4611e6f864b6855b6d13016cc9ec10f6fc38896e0d65cb9a946d799f01517d0612a8422572f1b78 WHIRLPOOL 48ecb3b61f4994ee7fdd3afeb311a5c92348fdac382ff261761c940f5ead65b7d47caeb7ff805adfb64a1257d18ede56b857405c4aa51a43b55263d3c32124c8 diff --git a/media-sound/indicator-sound/indicator-sound-12.10.0.ebuild b/media-sound/indicator-sound/indicator-sound-12.10.1.ebuild similarity index 87% rename from media-sound/indicator-sound/indicator-sound-12.10.0.ebuild rename to media-sound/indicator-sound/indicator-sound-12.10.1.ebuild index ee6c904..1d6b85b 100644 --- a/media-sound/indicator-sound/indicator-sound-12.10.0.ebuild +++ b/media-sound/indicator-sound/indicator-sound-12.10.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=4 -inherit gnome2-utils +VALA_MIN_API_VERSION=0.14 +inherit gnome2-utils vala DESCRIPTION="A unified sound menu" HOMEPAGE="https://launchpad.net/indicator-sound" @@ -15,7 +16,7 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-libs/glib-2.26:2 - >=dev-libs/libdbusmenu-0.5.90:3[gtk] + >=dev-libs/libdbusmenu-0.5.90[gtk] dev-libs/libgee dev-libs/libindicator:3 dev-libs/libxml2:2 @@ -24,14 +25,13 @@ RDEPEND=">=dev-libs/glib-2.26:2 x11-libs/libido >=x11-libs/libnotify-0.7" DEPEND="${RDEPEND} - dev-lang/vala:0.14 + $(vala_depend) virtual/pkgconfig" DOCS=( AUTHORS NEWS ) src_configure() { - VALAC=$(type -p valac-0.14) \ - econf \ + econf \ --disable-static \ --disable-schemas-compile }