summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-05 15:03:12 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-05 15:03:12 +0000
commit72caaa7aa4b5eef749c5163a3d78e74cc313b09a (patch)
treefb9210f8558e3a76f7db7cf24c5d8798eeca6fcc /app-editors/pico/pico-0.0.1.ebuild
parentAdd 0.26.0_alpha3. (diff)
downloadgentoo-2-72caaa7aa4b5eef749c5163a3d78e74cc313b09a.tar.gz
gentoo-2-72caaa7aa4b5eef749c5163a3d78e74cc313b09a.tar.bz2
gentoo-2-72caaa7aa4b5eef749c5163a3d78e74cc313b09a.zip
Removing for treecleaners wrt #3464.
Diffstat (limited to 'app-editors/pico/pico-0.0.1.ebuild')
-rw-r--r--app-editors/pico/pico-0.0.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-editors/pico/pico-0.0.1.ebuild b/app-editors/pico/pico-0.0.1.ebuild
deleted file mode 100644
index 0a4d8d53679d..000000000000
--- a/app-editors/pico/pico-0.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# 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.15 2007/01/24 02:50:32 genone Exp $
-
-DESCRIPTION="Pico text editor"
-HOMEPAGE="http://www.washington.edu/pine"
-SRC_URI=""
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-pkg_setup() {
- eerror "There is no real Pico here."
- eerror ""
- eerror 'Pico is part of mail-client/pine. Try "emerge app-editors/nano"'
- eerror "for a good Pico clone (it should be installed by default)."
- eerror ""
- eerror "If you really want to use the original Pico, you may want"
- eerror 'to try "emerge mail-client/pine" instead.'
- die "Pico is in mail-client/pine"
-}