diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 08:26:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 08:26:10 +0000 |
commit | e396317ee205b80c3b0b7d104c493c8c4332eaec (patch) | |
tree | 3c42f42ac432d74a6c78152f16df39c2505d4966 /app-editors/pico | |
parent | fixing Manifest (diff) | |
download | gentoo-2-e396317ee205b80c3b0b7d104c493c8c4332eaec.tar.gz gentoo-2-e396317ee205b80c3b0b7d104c493c8c4332eaec.tar.bz2 gentoo-2-e396317ee205b80c3b0b7d104c493c8c4332eaec.zip |
package move
Diffstat (limited to 'app-editors/pico')
-rw-r--r-- | app-editors/pico/pico-0.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/pico/pico-0.0.1.ebuild b/app-editors/pico/pico-0.0.1.ebuild index be31a220328b..c8db5a682d80 100644 --- a/app-editors/pico/pico-0.0.1.ebuild +++ b/app-editors/pico/pico-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/pico-0.0.1.ebuild,v 1.8 2004/03/13 23:00:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/pico-0.0.1.ebuild,v 1.9 2004/05/30 08:26:10 robbat2 Exp $ HOMEPAGE="http://www.washington.edu/pine" DESCRIPTION="Pico text editor" @@ -16,12 +16,12 @@ PROVIDE="virtual/editor" pkg_setup () { einfo "There is no real Pico here." einfo "" - einfo 'Pico is part of net-mail/pine. Try "emerge app-editors/nano"' + einfo 'Pico is part of mail-client/pine. Try "emerge app-editors/nano"' einfo "for a good Pico clone (it should be installed by default)." einfo "" einfo "If you really want to use the original Pico, you may want" - einfo 'to try "emerge net-mail/pine" instead.' + einfo 'to try "emerge mail-client/pine" instead.' - die "Pico is in net-mail/pine" + die "Pico is in mail-client/pine" } |