summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-02-02 00:29:51 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-02-02 00:29:51 +0000
commitc8f9fa643b55ada8e2fbd33504c7dec954b3e0a2 (patch)
tree54daed0ad04a2819cb3592d83cd0ae935c9379df
parentMissing dev-lang/yasm dependency for amd64-fbsd wrt #455006 by Yuta SATOH (diff)
downloadgentoo-2-c8f9fa643b55ada8e2fbd33504c7dec954b3e0a2.tar.gz
gentoo-2-c8f9fa643b55ada8e2fbd33504c7dec954b3e0a2.tar.bz2
gentoo-2-c8f9fa643b55ada8e2fbd33504c7dec954b3e0a2.zip
version bump (bug #454968)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r--media-sound/google-musicmanager/ChangeLog12
-rw-r--r--media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild15
-rw-r--r--media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta.ebuild (renamed from media-sound/google-musicmanager/google-musicmanager-1.0.51.1573_beta.ebuild)17
3 files changed, 26 insertions, 18 deletions
diff --git a/media-sound/google-musicmanager/ChangeLog b/media-sound/google-musicmanager/ChangeLog
index 8ac818cd0934..0e35a2414e27 100644
--- a/media-sound/google-musicmanager/ChangeLog
+++ b/media-sound/google-musicmanager/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-sound/google-musicmanager
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.23 2012/12/23 20:51:06 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.24 2013/02/02 00:29:51 ottxor Exp $
+
+*google-musicmanager-1.0.55.7425_beta (02 Feb 2013)
+
+ 02 Feb 2013; Christoph Junghans <ottxor@gentoo.org>
+ +google-musicmanager-1.0.55.7425_beta.ebuild,
+ -google-musicmanager-1.0.51.1573_beta.ebuild,
+ google-musicmanager-1.0.54.4672_beta.ebuild:
+ version bump (bug #454968)
*google-musicmanager-1.0.54.4672_beta (23 Dec 2012)
diff --git a/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild b/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild
index ae96c1274d48..c5faec644cd8 100644
--- a/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild
+++ b/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild,v 1.1 2012/12/23 20:51:06 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.54.4672_beta.ebuild,v 1.2 2013/02/02 00:29:51 ottxor Exp $
EAPI=4
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="log"
-RESTRICT="strip mirror"
+RESTRICT="fetch strip"
RDEPEND="
dev-libs/expat
@@ -54,9 +54,12 @@ QA_FLAGS_IGNORED="${INSTALL_BASE}/.*"
S="${WORKDIR}/${INSTALL_BASE}"
pkg_nofetch() {
- einfo "This version is no longer available from Google."
- einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."
- einfo "Please file a version bump bug on http://bugs.gentoo.org (search existing bugs for ${PN} first!)."
+ elog "This version is no longer available from Google and the license prevents mirroring."
+ elog "This ebuild is intended for users who already downloaded it previously and have problems"
+ elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search"
+ use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
+ elog "it with google: http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
+ elog "and copy the file ${MY_PKG} to ${DISTDIR}."
}
src_install() {
diff --git a/media-sound/google-musicmanager/google-musicmanager-1.0.51.1573_beta.ebuild b/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta.ebuild
index ae332b8729a9..f8901846e612 100644
--- a/media-sound/google-musicmanager/google-musicmanager-1.0.51.1573_beta.ebuild
+++ b/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.51.1573_beta.ebuild,v 1.4 2012/12/23 20:51:06 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta.ebuild,v 1.1 2013/02/02 00:29:51 ottxor Exp $
-EAPI=4
+EAPI=5
inherit eutils unpacker
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="log"
-RESTRICT="fetch strip"
+RESTRICT="strip mirror"
RDEPEND="
dev-libs/expat
@@ -54,12 +54,9 @@ QA_FLAGS_IGNORED="${INSTALL_BASE}/.*"
S="${WORKDIR}/${INSTALL_BASE}"
pkg_nofetch() {
- elog "This version is no longer available from Google and the license prevents mirroring."
- elog "This ebuild is intended for users who already downloaded it previously and have problems"
- elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search"
- use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
- elog "it with google: http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
- elog "and copy the file ${MY_PKG} to ${DISTDIR}."
+ einfo "This version is no longer available from Google."
+ einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."
+ einfo "Please file a version bump bug on http://bugs.gentoo.org (search existing bugs for ${PN} first!)."
}
src_install() {