summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosch Pixa <darkspecter@gentoo.org>2003-04-24 16:11:45 +0000
committerBartosch Pixa <darkspecter@gentoo.org>2003-04-24 16:11:45 +0000
commit5f13f1562eac7e7907fc4ee8084b72283857b939 (patch)
treee2a89f640994ff3f77468ef4d9eafa7d653aff00 /app-shells/bashish
parentBump (diff)
downloadgentoo-2-5f13f1562eac7e7907fc4ee8084b72283857b939.tar.gz
gentoo-2-5f13f1562eac7e7907fc4ee8084b72283857b939.tar.bz2
gentoo-2-5f13f1562eac7e7907fc4ee8084b72283857b939.zip
initial import, ebuild submited by the bashish author
Diffstat (limited to 'app-shells/bashish')
-rw-r--r--app-shells/bashish/bashish-1.9.19.ebuild61
-rw-r--r--app-shells/bashish/files/digest-bashish-1.9.191
2 files changed, 62 insertions, 0 deletions
diff --git a/app-shells/bashish/bashish-1.9.19.ebuild b/app-shells/bashish/bashish-1.9.19.ebuild
new file mode 100644
index 000000000000..1268d535399e
--- /dev/null
+++ b/app-shells/bashish/bashish-1.9.19.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2003 Thomas Eriksson.
+#
+# Distributed under the terms of the GNU General Public License v2
+#
+# Suggestions for improvements are mostly welcome, the sandbox were angry
+# with my home-brewn installer
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Text console theme engine"
+HOMEPAGE="http://bashish.sourceforge.net"
+SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
+SLOT=0
+
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc alpha sparc sparc64"
+
+
+src_install() {
+ into /usr
+ printf "\
+#!/bin/sh
+export BASHISH_USERDIR=\$HOME/.bashish/
+export BASHISHDIR=/usr/share/bashish/
+test -z "\$BASHISH_DISABLEUSERMODE" && if test -f \$BASHISH_USERDIR/modules/sh/usermode/main;then
+. \$BASHISH_USERDIR/modules/sh/usermode/main
+else
+. \$BASHISHDIR/modules/sh/usermode/main
+fi
+
+" 1> bashish
+
+ printf "\
+#!bashish.conf
+THEME="gentoo"
+DEFAULT_TERMINAL=""
+DEFAULT_SHELL=""
+" 1> bashish-root/modules/sh/conf/bashish.conf
+
+ dobin bashish
+
+ ## create documents
+ for i in bashish-root/doc/* ; do
+ test -f $i && dodoc $i
+ done
+
+ cd bashish-root
+
+ dodir /usr/share/bashish
+
+ ## create all directories
+ for i in $(find . -type d) ; do
+ dodir /usr/share/bashish/$i
+ done
+
+ ## copy all files
+ for i in $(find . -type f) $(find . -type l); do
+ cp -d $i ${D}/usr/share/bashish/$i
+ done
+
+}
+
diff --git a/app-shells/bashish/files/digest-bashish-1.9.19 b/app-shells/bashish/files/digest-bashish-1.9.19
new file mode 100644
index 000000000000..f78679ac7f45
--- /dev/null
+++ b/app-shells/bashish/files/digest-bashish-1.9.19
@@ -0,0 +1 @@
+MD5 158ea88509a7f4ffa79131a916d09b80 bashish-1.9.19.tar.gz 693006