summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-10 01:24:55 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-10 01:24:55 +0000
commitb6dd6d8be34a464b1620023e3e700774ed8b0518 (patch)
tree7390dc72611844e786a90f7621f244b08912a129 /app-editors/pico/pico-0.0.1.ebuild
parentAdded ldap USE variable support. Fixes #3478 (diff)
downloadhistorical-b6dd6d8be34a464b1620023e3e700774ed8b0518.tar.gz
historical-b6dd6d8be34a464b1620023e3e700774ed8b0518.tar.bz2
historical-b6dd6d8be34a464b1620023e3e700774ed8b0518.zip
Dummy ebuild for pico. Fixes #3464
Diffstat (limited to 'app-editors/pico/pico-0.0.1.ebuild')
-rw-r--r--app-editors/pico/pico-0.0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-editors/pico/pico-0.0.1.ebuild b/app-editors/pico/pico-0.0.1.ebuild
new file mode 100644
index 000000000000..32c447cf6ee9
--- /dev/null
+++ b/app-editors/pico/pico-0.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author: Maik Schreiber <bZ@iq-computing.de>
+# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/pico-0.0.1.ebuild,v 1.1 2002/06/10 01:24:55 rphillips Exp $
+
+HOMEPAGE="http://www.washington.edu/pine"
+DESCRIPTION="Pico text 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 "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.'
+
+ die "Pico is in net-mail/pine"
+}
+