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 B7A2B138262 for ; Wed, 18 May 2016 06:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAC67E086C; Wed, 18 May 2016 06:30:34 +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 5DA4FE086C for ; Wed, 18 May 2016 06:30:34 +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 94F2C340C39 for ; Wed, 18 May 2016 06:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDE0695E for ; Wed, 18 May 2016 06:30:30 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1463553005.44474df808b9fe205decc38f0595d4d20d9527d4.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/chrome-gnome-shell/Manifest gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild gnome-extra/chrome-gnome-shell/chrome-gnome-shell-6.ebuild X-VCS-Directories: gnome-extra/chrome-gnome-shell/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 44474df808b9fe205decc38f0595d4d20d9527d4 X-VCS-Branch: master Date: Wed, 18 May 2016 06:30:30 +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: a9e106cf-1435-4d6b-8376-23b38be2fec7 X-Archives-Hash: 97abc4e4c70a94dd9b2fbc1c0ffdd43e commit: 44474df808b9fe205decc38f0595d4d20d9527d4 Author: Yuri Konotopov gmail com> AuthorDate: Tue May 17 16:01:22 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed May 18 06:30:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44474df8 gnome-extra/chrome-gnome-shell: version bump -5.2, remove old removed arm keyword (untested), tidy and improvements to bumped ebuild Closes: https://github.com/gentoo/gentoo/pull/1463 Signed-off-by: Ian Delaney gentoo.org> gnome-extra/chrome-gnome-shell/Manifest | 2 +- ...-gnome-shell-5.2.ebuild => chrome-gnome-shell-6.ebuild} | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gnome-extra/chrome-gnome-shell/Manifest b/gnome-extra/chrome-gnome-shell/Manifest index baa15da..5c4fe38 100644 --- a/gnome-extra/chrome-gnome-shell/Manifest +++ b/gnome-extra/chrome-gnome-shell/Manifest @@ -1 +1 @@ -DIST chrome-gnome-shell-5.2.tar.xz 58276 SHA256 67144e5fca2240a6804e1367e7652b6c66ab595de27cf97629e78a8a8d547c3e SHA512 4619ca717645ccadd9d015fdf3f5ac3b2457b9486644be2e0b032021b41da149046810a8a7eb7e5a7ba55357e7498257ba7a6c04227319dc7bd3df62dbee1321 WHIRLPOOL 91d19034e53d46b17e2f90d47f2f8c0851710513b6c36f859f15165c981c143a12607d15f6ac753eaa4beca86f4205825e5c5bbf1c006acba49882efc47cca87 +DIST chrome-gnome-shell-6.tar.xz 66488 SHA256 1061c1a72770ba521d33b228fe87a51669108b489da590d2a5ade6a0ab6b3592 SHA512 804fb7ebb311b47eb7bae793076096e730d538c5b500db454b7f2349c026d5e2024415e14d3607e59ff3042717200040434f200b133c6edb1d889ee19935769e WHIRLPOOL 76ee88eb1dafd4cb2102944af1fb646cef79cf775d0bbd6921237b11ae1f7e823435fb5ad7669617827ddd54c3576d998a8549815f7dd5158a0d6307b76ed4ca diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-6.ebuild similarity index 71% rename from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild rename to gnome-extra/chrome-gnome-shell/chrome-gnome-shell-6.ebuild index 8f32064..de43d4a 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-6.ebuild @@ -4,7 +4,9 @@ EAPI=6 -inherit cmake-utils +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit cmake-utils python-single-r1 DESCRIPTION="Provides integration with GNOME Shell extensions repository for Chrome browser" HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" @@ -12,16 +14,18 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" - dev-lang/python:2.7 +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} gnome-base/gnome-shell " -DEPEND="" src_configure() { + python_fix_shebang ./connector + local mycmakeargs=( -DBUILD_EXTENSION=OFF ) cmake-utils_src_configure }