summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-12-15 04:02:38 +0000
committerChristoph Junghans <ottxor@gentoo.org>2011-12-15 04:02:38 +0000
commit1d13dc7b09adb2e95606f4ae510c26bd944b6e79 (patch)
tree1e19f228ab6905e5d83887a9264be066a2f0c6eb /media-sound/google-musicmanager
parentJust change to tests/ once instead of pushing and popping. (diff)
downloadgentoo-2-1d13dc7b09adb2e95606f4ae510c26bd944b6e79.tar.gz
gentoo-2-1d13dc7b09adb2e95606f4ae510c26bd944b6e79.tar.bz2
gentoo-2-1d13dc7b09adb2e95606f4ae510c26bd944b6e79.zip
added fetch restriction
(Portage version: 2.2.0_alpha80/cvs/Linux i686)
Diffstat (limited to 'media-sound/google-musicmanager')
-rw-r--r--media-sound/google-musicmanager/ChangeLog6
-rw-r--r--media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild13
2 files changed, 13 insertions, 6 deletions
diff --git a/media-sound/google-musicmanager/ChangeLog b/media-sound/google-musicmanager/ChangeLog
index 30e338c373a0..df11328033bb 100644
--- a/media-sound/google-musicmanager/ChangeLog
+++ b/media-sound/google-musicmanager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/google-musicmanager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.5 2011/12/14 15:48:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.6 2011/12/15 04:02:38 ottxor Exp $
+
+ 15 Dec 2011; Christoph Junghans <ottxor@gentoo.org>
+ google-musicmanager-1.0.22.3409_beta.ebuild:
+ added fetch restriction
*google-musicmanager-1.0.23.1334_beta (14 Dec 2011)
diff --git a/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild b/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild
index 650ad34328bb..fd60e997287a 100644
--- a/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild
+++ b/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.22.3409_beta.ebuild,v 1.1 2011/11/17 15:13:10 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild,v 1.2 2011/12/15 04:02:38 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
@@ -53,9 +53,12 @@ QA_DT_HASH="${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_unpack() {