summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-05 22:48:22 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-05 22:48:22 +0000
commit08fdab7e0d2630f4de521c56a95c9a67b62d9de3 (patch)
tree2ed795c28ca15c98f74eddf147450ca87a76e6a8
parentAdded a better patch to fix mp3 header thanks to Heikki Orsila <heikki.orsila... (diff)
downloadgentoo-2-08fdab7e0d2630f4de521c56a95c9a67b62d9de3.tar.gz
gentoo-2-08fdab7e0d2630f4de521c56a95c9a67b62d9de3.tar.bz2
gentoo-2-08fdab7e0d2630f4de521c56a95c9a67b62d9de3.zip
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.
(Portage version: 2.0.53)
-rw-r--r--app-shells/fish/ChangeLog12
-rw-r--r--app-shells/fish/Manifest2
-rw-r--r--app-shells/fish/files/digest-fish-1.17.01
-rw-r--r--app-shells/fish/fish-1.17.0.ebuild25
-rw-r--r--app-shells/fish/metadata.xml8
5 files changed, 48 insertions, 0 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
new file mode 100644
index 000000000000..d420a68cfef0
--- /dev/null
+++ b/app-shells/fish/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for app-shells/fish
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.1 2005/12/05 22:48:22 spyderous Exp $
+
+*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
new file mode 100644
index 000000000000..a1ad04cd9ccb
--- /dev/null
+++ b/app-shells/fish/Manifest
@@ -0,0 +1,2 @@
+MD5 356376846cef1cf9686d25ff6d5e67e1 files/digest-fish-1.17.0 64
+MD5 4daef0a2addaeea596fef25d5a7e1966 fish-1.17.0.ebuild 558
diff --git a/app-shells/fish/files/digest-fish-1.17.0 b/app-shells/fish/files/digest-fish-1.17.0
new file mode 100644
index 000000000000..126fcec3e9ce
--- /dev/null
+++ b/app-shells/fish/files/digest-fish-1.17.0
@@ -0,0 +1 @@
+MD5 833f3e02aa6a287d58796a7c95b4d097 fish-1.17.0.tar.bz2 399764
diff --git a/app-shells/fish/fish-1.17.0.ebuild b/app-shells/fish/fish-1.17.0.ebuild
new file mode 100644
index 000000000000..6d18689d5da8
--- /dev/null
+++ b/app-shells/fish/fish-1.17.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.17.0.ebuild,v 1.1 2005/12/05 22:48:22 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="~x86"
+IUSE=""
+RDEPEND="sys-libs/ncurses
+ || ( (
+ 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"
+}
diff --git a/app-shells/fish/metadata.xml b/app-shells/fish/metadata.xml
new file mode 100644
index 000000000000..3de0ad83f213
--- /dev/null
+++ b/app-shells/fish/metadata.xml
@@ -0,0 +1,8 @@
+<?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>