summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-08-28 00:21:05 +0000
committerMike Gilbert <floppym@gentoo.org>2014-08-28 00:21:05 +0000
commitfa1754fd0976dbc629d1262efbb297839bd5d61f (patch)
tree4ca36046c1af738e15a96ae3f065510581b12064 /www-plugins/chrome-binary-plugins
parentVersion bump. (diff)
downloadgentoo-2-fa1754fd0976dbc629d1262efbb297839bd5d61f.tar.gz
gentoo-2-fa1754fd0976dbc629d1262efbb297839bd5d61f.tar.bz2
gentoo-2-fa1754fd0976dbc629d1262efbb297839bd5d61f.zip
Fix ${S} in the stable slot.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins/chrome-binary-plugins')
-rw-r--r--www-plugins/chrome-binary-plugins/ChangeLog6
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog
index 6a3da6389344..dc2ec2ba4713 100644
--- a/www-plugins/chrome-binary-plugins/ChangeLog
+++ b/www-plugins/chrome-binary-plugins/ChangeLog
@@ -1,6 +1,10 @@
# 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.171 2014/08/27 20:39:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.172 2014/08/28 00:21:05 floppym Exp $
+
+ 28 Aug 2014; Mike Gilbert <floppym@gentoo.org>
+ chrome-binary-plugins-37.0.2062.94_p1.ebuild:
+ Fix ${S} in the stable slot.
27 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_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild
index ab634c758bed..be02cb38191d 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.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_p1.ebuild,v 1.2 2014/08/27 20:39:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild,v 1.3 2014/08/28 00:21:05 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() {