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 1AE9A59CAF for ; Fri, 8 Apr 2016 02:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 974DE21C080; Fri, 8 Apr 2016 02:46:20 +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 27C9121C080 for ; Fri, 8 Apr 2016 02:46:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1324B340D6F for ; Fri, 8 Apr 2016 02:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47862188 for ; Fri, 8 Apr 2016 02:46:13 +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: <1460083570.3b663adb4abdbc2213564f76e43461a29cf0a188.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-49.0.2623.110.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha1.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3b663adb4abdbc2213564f76e43461a29cf0a188 X-VCS-Branch: master Date: Fri, 8 Apr 2016 02:46:13 +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: 65404ab2-aeb2-4a21-9812-a73f4b558924 X-Archives-Hash: df5568b41917aed3628ff9e7ff5c6418 commit: 3b663adb4abdbc2213564f76e43461a29cf0a188 Author: Mike Gilbert gentoo org> AuthorDate: Fri Apr 8 02:43:55 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Apr 8 02:46:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b663adb www-plugins/chrome-binary-plugins: Remove version suffix Package-Manager: portage-2.2.28_p64 ...0_p1.ebuild => chrome-binary-plugins-49.0.2623.110.ebuild} | 11 ++++------- ....ebuild => chrome-binary-plugins-50.0.2661.66_beta.ebuild} | 11 ++++------- ....ebuild => chrome-binary-plugins-51.0.2700.0_alpha.ebuild} | 11 ++++------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110.ebuild similarity index 94% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110.ebuild index 4babbfc..23cd900 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110.ebuild @@ -13,20 +13,17 @@ case ${PV} in *_alpha*) SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_alpha/-} + MY_PV=${PV%_alpha}-1 ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_beta/-} + MY_PV=${PV%_beta}-1 ;; - *_p*) + *) SLOT="stable" CHROMEDIR="opt/google/chrome" - MY_PV=${PV/_p/-} - ;; - *) - die "Invalid value for \${PV}: ${PV}" + MY_PV=${PV}-1 ;; esac diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild similarity index 94% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild index 1dbafa6..b246cc8 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild @@ -13,20 +13,17 @@ case ${PV} in *_alpha*) SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_alpha/-} + MY_PV=${PV%_alpha}-1 ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_beta/-} + MY_PV=${PV%_beta}-1 ;; - *_p*) + *) SLOT="stable" CHROMEDIR="opt/google/chrome" - MY_PV=${PV/_p/-} - ;; - *) - die "Invalid value for \${PV}: ${PV}" + MY_PV=${PV}-1 ;; esac diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha.ebuild similarity index 94% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha.ebuild index 1dbafa6..b246cc8 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2700.0_alpha.ebuild @@ -13,20 +13,17 @@ case ${PV} in *_alpha*) SLOT="unstable" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_alpha/-} + MY_PV=${PV%_alpha}-1 ;; *_beta*) SLOT="beta" CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_beta/-} + MY_PV=${PV%_beta}-1 ;; - *_p*) + *) SLOT="stable" CHROMEDIR="opt/google/chrome" - MY_PV=${PV/_p/-} - ;; - *) - die "Invalid value for \${PV}: ${PV}" + MY_PV=${PV}-1 ;; esac