summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-10-01 22:36:32 +0000
committerMike Gilbert <floppym@gentoo.org>2013-10-01 22:36:32 +0000
commitd994d24f3aa263c244a640beb2b7dbda8bd23352 (patch)
tree5159b2e5f6cac15ba21febd41118e7b993163eb6 /www-plugins
parentBump. (diff)
downloadgentoo-2-d994d24f3aa263c244a640beb2b7dbda8bd23352.tar.gz
gentoo-2-d994d24f3aa263c244a640beb2b7dbda8bd23352.tar.bz2
gentoo-2-d994d24f3aa263c244a640beb2b7dbda8bd23352.zip
Bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/chrome-binary-plugins/ChangeLog9
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1599.66_p1.ebuild (renamed from www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.76_p223446.ebuild)8
2 files changed, 12 insertions, 5 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog
index 4db4e1ee99a5..5981b259774b 100644
--- a/www-plugins/chrome-binary-plugins/ChangeLog
+++ b/www-plugins/chrome-binary-plugins/ChangeLog
@@ -1,6 +1,13 @@
# 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.62 2013/09/27 00:15:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.63 2013/10/01 22:36:32 floppym Exp $
+
+*chrome-binary-plugins-30.0.1599.66_p1 (01 Oct 2013)
+
+ 01 Oct 2013; Mike Gilbert <floppym@gentoo.org>
+ +chrome-binary-plugins-30.0.1599.66_p1.ebuild,
+ -chrome-binary-plugins-29.0.1547.76_p223446.ebuild:
+ Bump.
*chrome-binary-plugins-30.0.1599.66_beta1 (27 Sep 2013)
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.76_p223446.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1599.66_p1.ebuild
index 518ea9417c6b..654951e319bd 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1547.76_p223446.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1599.66_p1.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.76_p223446.ebuild,v 1.1 2013/09/18 23:10:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-30.0.1599.66_p1.ebuild,v 1.1 2013/10/01 22:36:32 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}"