summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-12-05 22:48:22 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-12-05 22:48:22 +0000
commitcd1b73853aa5c93370141ca660157de8eb9c3477 (patch)
treec6395c8615258cae96e5d605badab80e050b261f
parentFix GStreamer dependencies (diff)
downloadhistorical-cd1b73853aa5c93370141ca660157de8eb9c3477.tar.gz
historical-cd1b73853aa5c93370141ca660157de8eb9c3477.tar.bz2
historical-cd1b73853aa5c93370141ca660157de8eb9c3477.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.
Package-Manager: portage-2.0.53
-rw-r--r--app-shells/fish/ChangeLog12
-rw-r--r--app-shells/fish/Manifest4
-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, 50 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..09bc9d1bf5fc
--- /dev/null
+++ b/app-shells/fish/Manifest
@@ -0,0 +1,4 @@
+MD5 ec94376e6dc76faaad9ffc1b2f23431f ChangeLog 512
+MD5 356376846cef1cf9686d25ff6d5e67e1 files/digest-fish-1.17.0 64
+MD5 2c353381ccdeadffb271d3956b256edb fish-1.17.0.ebuild 657
+MD5 60f93915838cb266eef644d5f73c9d19 metadata.xml 225
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>