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 | 6a8d50806eccdc9f0bf3417f988cab55470de508 (patch) | |
tree | fa1eb961287adcf5ab8934e4c6c1586a4cd2078c /app-editors/pico | |
parent | fixing Manifest (diff) | |
download | historical-6a8d50806eccdc9f0bf3417f988cab55470de508.tar.gz historical-6a8d50806eccdc9f0bf3417f988cab55470de508.tar.bz2 historical-6a8d50806eccdc9f0bf3417f988cab55470de508.zip |
package move
Diffstat (limited to 'app-editors/pico')
-rw-r--r-- | app-editors/pico/Manifest | 4 | ||||
-rw-r--r-- | app-editors/pico/pico-0.0.1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/pico/Manifest b/app-editors/pico/Manifest index 418e1d8a8c63..bfa9e9460c26 100644 --- a/app-editors/pico/Manifest +++ b/app-editors/pico/Manifest @@ -1,3 +1,3 @@ -MD5 beff812e41783b2eb831de22ac71902c ChangeLog 667 -MD5 74e3fa74a3bf80f5097e81be93a8be35 pico-0.0.1.ebuild 766 +MD5 40fd0e5f5d82771f909c4051b13f323b ChangeLog 666 +MD5 5c9936cb62a394015ea6af747a436be2 pico-0.0.1.ebuild 772 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pico-0.0.1 0 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" } |