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 1F1C51382CD for ; Sun, 26 Jun 2016 00:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D9C1E0B3E; Sun, 26 Jun 2016 00:54:04 +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 AD97DE0B3E for ; Sun, 26 Jun 2016 00:54:03 +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 42D81340C97 for ; Sun, 26 Jun 2016 00:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8DA12417 for ; Sun, 26 Jun 2016 00:53:59 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1466902423.9db10635df57d82d98374afd59806cc6a98b59c8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9db10635df57d82d98374afd59806cc6a98b59c8 X-VCS-Branch: master Date: Sun, 26 Jun 2016 00:53:59 +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: f0b51ac7-3bf9-4abe-b4bc-ad102a68b4bb X-Archives-Hash: 3ef882b1b7826bb3489546711b0db0ac commit: 9db10635df57d82d98374afd59806cc6a98b59c8 Author: Mike Gilbert gentoo org> AuthorDate: Sun Jun 26 00:53:43 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 26 00:53:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db10635 www-plugins/chrome-binary-plugins: simplify SRC_URI Package-Manager: portage-portage_p2.3.0 .../chrome-binary-plugins-51.0.2704.106.ebuild | 6 +----- .../chrome-binary-plugins-52.0.2743.49_beta.ebuild | 6 +----- .../chrome-binary-plugins-53.0.2774.3_alpha.ebuild | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild index 67f5aee..94dadcf 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild @@ -30,11 +30,7 @@ esac MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" -SRC_URI=" - amd64? ( - https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb - ) -" +SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" KEYWORDS="-* amd64" LICENSE="google-chrome" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild index 8dfd3d8..07c207f 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild @@ -30,11 +30,7 @@ esac MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" -SRC_URI=" - amd64? ( - https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb - ) -" +SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" KEYWORDS="-* ~amd64" LICENSE="google-chrome" diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild index 8dfd3d8..07c207f 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild @@ -30,11 +30,7 @@ esac MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" -SRC_URI=" - amd64? ( - https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb - ) -" +SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" KEYWORDS="-* ~amd64" LICENSE="google-chrome"