diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-14 08:58:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-14 08:58:55 +0000 |
commit | 806fd6bcff95d1a32c1347d4f7c1d4cee2bc5632 (patch) | |
tree | c0787e21fc1d384589fdb056d5382d6e36a645fd /media-sound/lastfmplayer | |
parent | Stable on amd64 334943. Remove old ebuild (diff) | |
download | gentoo-2-806fd6bcff95d1a32c1347d4f7c1d4cee2bc5632.tar.gz gentoo-2-806fd6bcff95d1a32c1347d4f7c1d4cee2bc5632.tar.bz2 gentoo-2-806fd6bcff95d1a32c1347d4f7c1d4cee2bc5632.zip |
Fix typo on elog message. Bug #336798. Thanks to Marco Paolone <marcopaolone@gmail.com> for reporting
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lastfmplayer')
-rw-r--r-- | media-sound/lastfmplayer/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog index 77ec396bf6a1..6d35b5e2a060 100644 --- a/media-sound/lastfmplayer/ChangeLog +++ b/media-sound/lastfmplayer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/lastfmplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.48 2010/08/26 21:25:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.49 2010/09/14 08:58:55 hwoarang Exp $ + + 14 Sep 2010; Markos Chandras <hwoarang@gentoo.org> + lastfmplayer-1.5.4.26862-r1.ebuild, lastfmplayer-1.5.4.26862-r2.ebuild: + Fix typo on elog message. Bug #336798. Thanks to Marco Paolone + <marcopaolone@gmail.com> for reporting *lastfmplayer-1.5.4.26862-r2 (26 Aug 2010) diff --git a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild index 8ff33be4cd8b..152a3e1f4ec6 100644 --- a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild +++ b/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild,v 1.5 2010/08/26 21:25:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r1.ebuild,v 1.6 2010/09/14 08:58:55 hwoarang Exp $ EAPI=2 inherit eutils multilib toolchain-funcs qt4-r2 @@ -98,7 +98,7 @@ src_install() { pkg_postinst() { elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Install gnome-bae/gconf" + elog " 1. Install gnome-base/gconf" elog " 2. gconftool-2 -t string -s \ /desktop/gnome/url-handlers/lastfm/command \"/usr/bin/lastfm %s\"" elog " 3. gconftool-2 -s \ diff --git a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild index 623e4f44c408..906aee0140c4 100644 --- a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild +++ b/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild,v 1.1 2010/08/26 21:25:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862-r2.ebuild,v 1.2 2010/09/14 08:58:55 hwoarang Exp $ EAPI=2 inherit eutils multilib toolchain-funcs qt4-r2 @@ -98,7 +98,7 @@ src_install() { pkg_postinst() { elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Install gnome-bae/gconf" + elog " 1. Install gnome-base/gconf" elog " 2. gconftool-2 -t string -s \ /desktop/gnome/url-handlers/lastfm/command \"/usr/bin/lastfm %s\"" elog " 3. gconftool-2 -s \ |