diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-07-17 04:04:38 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-07-17 04:04:38 +0000 |
commit | c2b1b5fb8f64d59388fac223d1f81a12455da403 (patch) | |
tree | d7671563a09835850fbc8b9bcf381deeed022135 /www-plugins | |
parent | Bump. (diff) | |
download | gentoo-2-c2b1b5fb8f64d59388fac223d1f81a12455da403.tar.gz gentoo-2-c2b1b5fb8f64d59388fac223d1f81a12455da403.tar.bz2 gentoo-2-c2b1b5fb8f64d59388fac223d1f81a12455da403.zip |
Bump.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/chrome-binary-plugins/ChangeLog | 12 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_beta211613.ebuild (renamed from www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.89_beta209621.ebuild) | 2 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1566.2_alpha1.ebuild (renamed from www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_alpha211613.ebuild) | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog index 13bdef53470a..a73c828653fe 100644 --- a/www-plugins/chrome-binary-plugins/ChangeLog +++ b/www-plugins/chrome-binary-plugins/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.37 2013/07/16 13:29:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.38 2013/07/17 04:04:38 floppym Exp $ + +*chrome-binary-plugins-30.0.1566.2_alpha1 (17 Jul 2013) +*chrome-binary-plugins-29.0.1547.22_beta211613 (17 Jul 2013) + + 17 Jul 2013; Mike Gilbert <floppym@gentoo.org> + +chrome-binary-plugins-29.0.1547.22_beta211613.ebuild, + +chrome-binary-plugins-30.0.1566.2_alpha1.ebuild, + -chrome-binary-plugins-28.0.1500.89_beta209621.ebuild, + -chrome-binary-plugins-29.0.1547.22_alpha211613.ebuild: + Bump. *chrome-binary-plugins-29.0.1547.22_alpha211613 (16 Jul 2013) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.89_beta209621.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_beta211613.ebuild index 4b13ab66e8cc..b6a814b2aef6 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.89_beta209621.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_beta211613.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-28.0.1500.89_beta209621.ebuild,v 1.1 2013/07/03 14:43:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_beta211613.ebuild,v 1.1 2013/07/17 04:04:38 floppym Exp $ EAPI=4 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_alpha211613.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1566.2_alpha1.ebuild index bff920c7ae64..2bbda5a40686 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.22_alpha211613.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1566.2_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-29.0.1547.22_alpha211613.ebuild,v 1.1 2013/07/16 13:29:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1566.2_alpha1.ebuild,v 1.1 2013/07/17 04:04:38 floppym Exp $ EAPI=4 @@ -12,15 +12,15 @@ HOMEPAGE="http://www.google.com/chrome" case ${PV} in *_alpha*) SLOT="unstable" - MY_PV=${PV/_alpha/-r} + MY_PV=${PV/_alpha/-} ;; *_beta*) SLOT="beta" - MY_PV=${PV/_beta/-r} + MY_PV=${PV/_beta/-} ;; *_p*) SLOT="stable" - MY_PV=${PV/_p/-r} + MY_PV=${PV/_p/-} ;; *) die "Invalid value for \${PV}: ${PV}" |