aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <donnie@comet.(none)>2006-04-24 00:11:19 -0700
committerDonnie Berkholz <donnie@comet.(none)>2006-04-24 00:11:19 -0700
commite4a6ce681f4b854bbb3cfdd53ae192cd7ff8b087 (patch)
tree6386a70c59a8d1e33bb7cd8533dea220efbe1a90 /app-shells
parentMerge branch 'master' of git+ssh://spyderous@people.freedesktop.org/~spyderou... (diff)
downloaddberkholz-e4a6ce681f4b854bbb3cfdd53ae192cd7ff8b087.tar.gz
dberkholz-e4a6ce681f4b854bbb3cfdd53ae192cd7ff8b087.tar.bz2
dberkholz-e4a6ce681f4b854bbb3cfdd53ae192cd7ff8b087.zip
Remove things in sync with gentoo-x86.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/fish/CVS/Entries10
-rw-r--r--app-shells/fish/CVS/Repository1
-rw-r--r--app-shells/fish/CVS/Root1
-rw-r--r--app-shells/fish/ChangeLog88
-rw-r--r--app-shells/fish/Manifest12
-rw-r--r--app-shells/fish/files/CVS/Entries7
-rw-r--r--app-shells/fish/files/CVS/Repository1
-rw-r--r--app-shells/fish/files/CVS/Root1
-rw-r--r--app-shells/fish/files/digest-fish-1.21.43
-rw-r--r--app-shells/fish/fish-1.21.4.ebuild43
-rw-r--r--app-shells/fish/metadata.xml8
11 files changed, 0 insertions, 175 deletions
diff --git a/app-shells/fish/CVS/Entries b/app-shells/fish/CVS/Entries
deleted file mode 100644
index 317bb72..0000000
--- a/app-shells/fish/CVS/Entries
+++ /dev/null
@@ -1,10 +0,0 @@
-D/files////
-/metadata.xml/1.1/Mon Dec 5 22:46:10 2005//
-/fish-1.18.2.ebuild/1.1/Mon Dec 12 06:30:14 2005//
-/fish-1.19.0.ebuild/1.1/Tue Jan 3 05:54:05 2006//
-/fish-1.20.0.ebuild/1.1/Mon Jan 16 21:43:13 2006//
-/fish-1.20.1.ebuild/1.1/Thu Jan 26 18:55:29 2006//
-/fish-1.20.2.ebuild/1.1/Thu Feb 16 09:18:18 2006//
-/ChangeLog/1.15/Wed Mar 1 21:09:34 2006//
-/fish-1.21.1.ebuild/1.2/Wed Mar 1 21:09:34 2006//
-/Manifest/1.18/Wed Mar 1 21:09:16 2006//
diff --git a/app-shells/fish/CVS/Repository b/app-shells/fish/CVS/Repository
deleted file mode 100644
index 672be99..0000000
--- a/app-shells/fish/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
-gentoo-x86/app-shells/fish
diff --git a/app-shells/fish/CVS/Root b/app-shells/fish/CVS/Root
deleted file mode 100644
index c108e17..0000000
--- a/app-shells/fish/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
-spyderous@cvs.gentoo.org:/var/cvsroot
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
deleted file mode 100644
index 46d1f4a..0000000
--- a/app-shells/fish/ChangeLog
+++ /dev/null
@@ -1,88 +0,0 @@
-# ChangeLog for app-shells/fish
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.15 2006/03/01 21:09:34 spyderous Exp $
-
- 01 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; fish-1.21.1.ebuild:
- Add a note about move of completion files.
-
-*fish-1.21.1 (01 Mar 2006)
-
- 01 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.21.1.ebuild:
- Bump. Adds command completion for svn and darcs and 'a subsystem for
- dynamically loading shell script functions at startup, which should make
- developing and deploying shell scripts easier while reducing startup time
- and memory usage.'
-
-*fish-1.20.2 (16 Feb 2006)
-
- 16 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.20.2.ebuild:
- Bump. Performance tweaks, job control fixes, backtrace improvements, memory
- leak reductions from new allocation scheme.
-
-*fish-1.20.1 (26 Jan 2006)
-
- 26 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.20.1.ebuild:
- Adds emerge completion. Also, shellscript stack trace on errors, bugfix for
- fg, fallback for seq, new completions and more.
-
-*fish-1.20.0 (16 Jan 2006)
-
- 16 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.20.0.ebuild:
- This release contains fixes for two important bugs that caused large
- issues with running on OS X, NetBSD, and possibly other operating
- systems. It has i18n support, including the first translation
- (Swedish), a better short-circut syntax, command-specific completions
- for several new commands, including gpg, and a large number of minor
- tweaks and bugfixes. Info taken from Freshmeat release.
-
-*fish-1.19.0 (03 Jan 2006)
-
- 03 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; +fish-1.19.0.ebuild:
- This release contains new features for event blocking, improvements to the
- prompt parsing code, and a new default prompt. It also contains a large
- number of bugfixes.
-
-*fish-1.18.2 (12 Dec 2005)
-
- 12 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -fish-1.18.1.ebuild,
- +fish-1.18.2.ebuild:
- Fix a crash on token history search.
-
- 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; fish-1.18.1.ebuild:
- Add postinst note about setting it as login shell.
-
- 09 Dec 2005; Joseph Jezak <josejx@gentoo.org> fish-1.18.1.ebuild:
- Marked ~ppc for bug #114830.
-
-*fish-1.18.1 (09 Dec 2005)
-
- 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -fish-1.18.0.ebuild,
- +fish-1.18.1.ebuild:
- This version contains fixes for multiple bugs in 1.18.0. One of these bugs
- caused several types of programmable completions to fail.
-
- 08 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> fish-1.18.0.ebuild:
- Marked ~amd64.
-
-*fish-1.18.0 (07 Dec 2005)
-
- 07 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -fish-1.17.0.ebuild,
- +fish-1.18.0.ebuild:
- Bump. Better error messages for sh-style syntax that doesn't work in fish.
- Also, don't execute command if wildcard expands to nothing.
-
- 06 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; fish-1.17.0.ebuild:
- Add dep on sys-devel/bc, reported by user via upstream.
-
- 06 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; fish-1.17.0.ebuild:
- Force the install on, because portage apparently stopped doing it by default
- at some point.
-
-*fish-1.17.0 (05 Dec 2005)
-
- 05 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml,
- +fish-1.17.0.ebuild:
- The Friendly Interactive SHell. Has command-line syntax highlighting, tab
- completion by default, 'open' to use .desktop files for opening any type of
- file, and other cool stuff.
-
diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
deleted file mode 100644
index 4ac075b..0000000
--- a/app-shells/fish/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 787d85e2540e8864e57119454c4ef643 ChangeLog 3555
-RMD160 3128da02f4857937ef1eb4851c63942ca5243956 ChangeLog 3555
-SHA256 f3830abbe714fb83cd034fe7e8671ee1c1e8dd9111add675398d49f20ab26f83 ChangeLog 3555
-MD5 c295dd1d50680473a5bcde9be8c6d7b6 files/digest-fish-1.21.4 238
-RMD160 474b0e697acbab987b27c39c02728196707f8730 files/digest-fish-1.21.4 238
-SHA256 c0748ee7f1222f865f6c31a1b32843c6922659f1663f92b2ce7a0ba4ab595e12 files/digest-fish-1.21.4 238
-MD5 e592de8df34d734ac33b87ab99c386dd fish-1.21.4.ebuild 1244
-RMD160 e96e7043ce804e096fe7aba6ec7d31be39324b5e fish-1.21.4.ebuild 1244
-SHA256 9f1bc570c98bc1a5a204fa25c7516f27ec30d3a2dc01ce0cbcd28b595b18cbe7 fish-1.21.4.ebuild 1244
-MD5 60f93915838cb266eef644d5f73c9d19 metadata.xml 225
-RMD160 3fa51d88b1d7b790d2b3db66667d3b37181a5e78 metadata.xml 225
-SHA256 6e73b3b7b1d5880bcce5af61ac4fdeefcea365544f6c01bb79e75c03e45e3ed1 metadata.xml 225
diff --git a/app-shells/fish/files/CVS/Entries b/app-shells/fish/files/CVS/Entries
deleted file mode 100644
index 58f6cb2..0000000
--- a/app-shells/fish/files/CVS/Entries
+++ /dev/null
@@ -1,7 +0,0 @@
-/digest-fish-1.18.2/1.1/Mon Dec 12 06:29:24 2005//
-/digest-fish-1.19.0/1.1/Tue Jan 3 05:53:07 2006//
-/digest-fish-1.20.0/1.1/Mon Jan 16 21:42:31 2006//
-/digest-fish-1.20.1/1.1/Thu Jan 26 18:53:21 2006//
-/digest-fish-1.20.2/1.1/Thu Feb 16 09:16:32 2006//
-/digest-fish-1.21.1/1.1/Wed Mar 1 09:34:50 2006//
-D
diff --git a/app-shells/fish/files/CVS/Repository b/app-shells/fish/files/CVS/Repository
deleted file mode 100644
index bfab493..0000000
--- a/app-shells/fish/files/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
-gentoo-x86/app-shells/fish/files
diff --git a/app-shells/fish/files/CVS/Root b/app-shells/fish/files/CVS/Root
deleted file mode 100644
index c108e17..0000000
--- a/app-shells/fish/files/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
-spyderous@cvs.gentoo.org:/var/cvsroot
diff --git a/app-shells/fish/files/digest-fish-1.21.4 b/app-shells/fish/files/digest-fish-1.21.4
deleted file mode 100644
index 86b4d1d..0000000
--- a/app-shells/fish/files/digest-fish-1.21.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 baff3cfd7fd256815c5d3dc38cfbc277 fish-1.21.4.tar.bz2 565665
-RMD160 36fb5963abf0de9e0f102ed890cf7188234e6662 fish-1.21.4.tar.bz2 565665
-SHA256 8081c4fa8963d5902d2f7170638fe6157bd7796e14f9f94e5002d5cedb30c87d fish-1.21.4.tar.bz2 565665
diff --git a/app-shells/fish/fish-1.21.4.ebuild b/app-shells/fish/fish-1.21.4.ebuild
deleted file mode 100644
index d2c6822..0000000
--- a/app-shells/fish/fish-1.21.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.1.ebuild,v 1.2 2006/03/01 21:09:34 spyderous Exp $
-
-DESCRIPTION="fish is the Friendly Interactive SHell"
-HOMEPAGE="http://roo.no-ip.org/fish/"
-SRC_URI="http://roo.no-ip.org/fish/files/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-RDEPEND="sys-libs/ncurses
- sys-devel/bc
- || ( (
- x11-libs/libSM
- x11-libs/libXext
- )
- virtual/x11
- )"
-DEPEND="${RDEPEND}
- app-doc/doxygen"
-
-src_compile() {
- econf docdir=/usr/share/doc/${PF} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install
-}
-
-pkg_postinst() {
- einfo
- einfo "If you want to use fish as your default shell, you need to add it"
- einfo "to /etc/shells. This is not recommended because fish doesn't install"
- einfo "to /bin."
- einfo
- ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/."
- ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish."
- ewarn "Otherwise, fish won't notice updates to the installed files,"
- ewarn "because the ones in /etc will override the new ones in /usr."
- einfo
-}
diff --git a/app-shells/fish/metadata.xml b/app-shells/fish/metadata.xml
deleted file mode 100644
index 3de0ad8..0000000
--- a/app-shells/fish/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>spyderous@gentoo.org</email>
-</maintainer>
-</pkgmetadata>