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
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')
-rw-r--r--app-editors/pico/ChangeLog13
-rw-r--r--app-editors/pico/files/digest-pico-0.0.10
-rw-r--r--app-editors/pico/pico-0.0.1.ebuild20
3 files changed, 33 insertions, 0 deletions
diff --git a/app-editors/pico/ChangeLog b/app-editors/pico/ChangeLog
new file mode 100644
index 000000000000..db6b422121e1
--- /dev/null
+++ b/app-editors/pico/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-editors/pico
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-editors/pico/ChangeLog,v 1.1 2002/06/10 01:24:55 rphillips Exp $
+
+*pico-0.0.1 (09 June 2002)
+
+ 09 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/app-editors/pico/files/digest-pico-0.0.1 b/app-editors/pico/files/digest-pico-0.0.1
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-editors/pico/files/digest-pico-0.0.1
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"
+}
+