diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-08-28 00:25:06 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-08-28 00:25:06 +0000 |
commit | f8ef8fe25672c7740cc81f2503fc1a793ec28d4c (patch) | |
tree | 56c6da728c7a6c2f0052f8ae2bb4c3a4fb92134a /www-plugins | |
parent | Fix ${S} in the stable slot. (diff) | |
download | gentoo-2-f8ef8fe25672c7740cc81f2503fc1a793ec28d4c.tar.gz gentoo-2-f8ef8fe25672c7740cc81f2503fc1a793ec28d4c.tar.bz2 gentoo-2-f8ef8fe25672c7740cc81f2503fc1a793ec28d4c.zip |
Sync the other slots.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
3 files changed, 16 insertions, 5 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog index dc2ec2ba4713..af3a12b3fb1a 100644 --- a/www-plugins/chrome-binary-plugins/ChangeLog +++ b/www-plugins/chrome-binary-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.172 2014/08/28 00:21:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.173 2014/08/28 00:25:06 floppym Exp $ + + 28 Aug 2014; Mike Gilbert <floppym@gentoo.org> + chrome-binary-plugins-37.0.2062.94_beta1.ebuild, + chrome-binary-plugins-38.0.2125.24_alpha1.ebuild: + Sync the other slots. 28 Aug 2014; Mike Gilbert <floppym@gentoo.org> chrome-binary-plugins-37.0.2062.94_p1.ebuild: diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild index 7222f81291f9..b5b094d9e1a8 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild,v 1.1 2014/08/21 18:16:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_beta1.ebuild,v 1.2 2014/08/28 00:25:06 floppym Exp $ EAPI=4 @@ -12,14 +12,17 @@ HOMEPAGE="http://www.google.com/chrome" case ${PV} in *_alpha*) SLOT="unstable" + CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_alpha/-} ;; *_beta*) SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_beta/-} ;; *_p*) SLOT="stable" + CHROMEDIR="opt/google/chrome" MY_PV=${PV/_p/-} ;; *) @@ -50,7 +53,7 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/opt/google/chrome-${SLOT}" +S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() { diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild index 135c66ca0f0a..0cd5329094f6 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild,v 1.1 2014/08/27 03:12:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.24_alpha1.ebuild,v 1.2 2014/08/28 00:25:06 floppym Exp $ EAPI=4 @@ -12,14 +12,17 @@ HOMEPAGE="http://www.google.com/chrome" case ${PV} in *_alpha*) SLOT="unstable" + CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_alpha/-} ;; *_beta*) SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" MY_PV=${PV/_beta/-} ;; *_p*) SLOT="stable" + CHROMEDIR="opt/google/chrome" MY_PV=${PV/_p/-} ;; *) @@ -50,7 +53,7 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/opt/google/chrome-${SLOT}" +S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() { |