public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-37.0.2062.94_p1.ebuild ChangeLog
@ 2014-08-27 20:39 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2014-08-27 20:39 UTC (permalink / raw
  To: gentoo-commits

floppym     14/08/27 20:39:35

  Modified:             chrome-binary-plugins-37.0.2062.94_p1.ebuild
                        ChangeLog
  Log:
  Copy beta to stable.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?r1=1.1&r2=1.2

Index: chrome-binary-plugins-37.0.2062.94_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrome-binary-plugins-37.0.2062.94_p1.ebuild	27 Aug 2014 03:12:41 -0000	1.1
+++ chrome-binary-plugins-37.0.2062.94_p1.ebuild	27 Aug 2014 20:39:35 -0000	1.2
@@ -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.1 2014/08/27 03:12:41 floppym Exp $
+# $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 $
 
 EAPI=4
 
@@ -41,7 +41,7 @@
 
 LICENSE="google-chrome"
 KEYWORDS="~amd64 ~x86"
-IUSE="+flash +pdf"
+IUSE="+flash"
 RESTRICT="bindist mirror strip"
 
 for x in 0 beta stable unstable; do
@@ -50,7 +50,7 @@
 	fi
 done
 
-S="${WORKDIR}/opt/google/chrome"
+S="${WORKDIR}/opt/google/chrome-${SLOT}"
 QA_PREBUILT="*"
 
 pkg_nofetch() {
@@ -62,8 +62,6 @@
 
 	insinto /usr/$(get_libdir)/chromium-browser/
 
-	use pdf && doins libpdf.so
-
 	if use flash; then
 		doins -r PepperFlash
 



1.171                www-plugins/chrome-binary-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.170&r2=1.171

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog	27 Aug 2014 03:12:41 -0000	1.170
+++ ChangeLog	27 Aug 2014 20:39:35 -0000	1.171
@@ -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.170 2014/08/27 03:12:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.171 2014/08/27 20:39:35 floppym Exp $
+
+  27 Aug 2014; Mike Gilbert <floppym@gentoo.org>
+  chrome-binary-plugins-37.0.2062.94_p1.ebuild:
+  Copy beta to stable.
 
 *chrome-binary-plugins-38.0.2125.24_alpha1 (27 Aug 2014)
 *chrome-binary-plugins-37.0.2062.94_p1 (27 Aug 2014)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-37.0.2062.94_p1.ebuild ChangeLog
@ 2014-08-28  0:21 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2014-08-28  0:21 UTC (permalink / raw
  To: gentoo-commits

floppym     14/08/28 00:21:05

  Modified:             chrome-binary-plugins-37.0.2062.94_p1.ebuild
                        ChangeLog
  Log:
  Fix ${S} in the stable slot.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild?r1=1.2&r2=1.3

Index: chrome-binary-plugins-37.0.2062.94_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2062.94_p1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chrome-binary-plugins-37.0.2062.94_p1.ebuild	27 Aug 2014 20:39:35 -0000	1.2
+++ chrome-binary-plugins-37.0.2062.94_p1.ebuild	28 Aug 2014 00:21:05 -0000	1.3
@@ -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 @@
 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 @@
 	fi
 done
 
-S="${WORKDIR}/opt/google/chrome-${SLOT}"
+S="${WORKDIR}/${CHROMEDIR}"
 QA_PREBUILT="*"
 
 pkg_nofetch() {



1.172                www-plugins/chrome-binary-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.171&r2=1.172

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	27 Aug 2014 20:39:35 -0000	1.171
+++ ChangeLog	28 Aug 2014 00:21:05 -0000	1.172
@@ -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:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-28  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  0:21 [gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-37.0.2062.94_p1.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27 20:39 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox