diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-07-25 19:11:11 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-07-25 19:11:11 +0000 |
commit | b7b3c2eab567bd04873b2e2ff06d53afff9896e7 (patch) | |
tree | d46b4fc3764cab665b5f8d2af2995d436dc14808 /x11-plugins | |
parent | Fix deps for pkgmove from www-client/mozilla-firefox -> www-client/firefox (diff) | |
download | gentoo-2-b7b3c2eab567bd04873b2e2ff06d53afff9896e7.tar.gz gentoo-2-b7b3c2eab567bd04873b2e2ff06d53afff9896e7.tar.bz2 gentoo-2-b7b3c2eab567bd04873b2e2ff06d53afff9896e7.zip |
Fix references for pkgmove from www-client/mozilla-firefox -> www-client/firefox
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmSpaceWeather/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/wmSpaceWeather/ChangeLog b/x11-plugins/wmSpaceWeather/ChangeLog index 26a37b740c87..a01ba2e9cd98 100644 --- a/x11-plugins/wmSpaceWeather/ChangeLog +++ b/x11-plugins/wmSpaceWeather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmSpaceWeather -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.18 2008/03/22 16:48:41 coldwind Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/ChangeLog,v 1.19 2010/07/25 19:11:11 nirbheek Exp $ + + 25 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org> + wmSpaceWeather-1.04_p19.ebuild: + Fix references for pkgmove from www-client/mozilla-firefox -> + www-client/firefox 22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> -files/getkp.patch: Old getkp patch removed. diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild index ede3c49ceb57..4a65a6199d9b 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild,v 1.6 2008/03/22 16:45:46 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild,v 1.7 2010/07/25 19:11:11 nirbheek Exp $ inherit eutils multilib toolchain-funcs @@ -56,7 +56,7 @@ src_install() { } pkg_postinst() { - elog "You need to emerge www-client/mozilla-firefox or www-client/mozilla-firefox-bin" + elog "You need to emerge www-client/firefox or www-client/firefox-bin" elog "to use the -url functionality - see man ${PN} for more info." elog elog "This version uses curl instead of wget. You may edit /usr/share/wmspaceweather/GetKp" |