summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-03 02:24:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-03 02:24:06 +0000
commite19845f693f0f381c830b23c83bab52b24fbb4d3 (patch)
tree99fe8fa2c0e0298c60a65ff10a5134e269324d96 /app-shells
parentFix for new user/group stuff. See bug #58526 (Manifest recommit) (diff)
downloadgentoo-2-e19845f693f0f381c830b23c83bab52b24fbb4d3.tar.gz
gentoo-2-e19845f693f0f381c830b23c83bab52b24fbb4d3.tar.bz2
gentoo-2-e19845f693f0f381c830b23c83bab52b24fbb4d3.zip
ver bump #59030
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bashish/ChangeLog8
-rw-r--r--app-shells/bashish/bashish-1.9.23.ebuild32
-rw-r--r--app-shells/bashish/files/1.9.23-fix-install.patch17
-rw-r--r--app-shells/bashish/files/digest-bashish-1.9.231
4 files changed, 57 insertions, 1 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog
index b1adb64c9b5f..5ffca302d25f 100644
--- a/app-shells/bashish/ChangeLog
+++ b/app-shells/bashish/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/bashish
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.4 2004/06/24 22:23:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.5 2004/08/03 02:24:06 vapier Exp $
+
+*bashish-1.9.23 (02 Aug 2004)
+
+ 02 Aug 2004; Mike Frysinger <vapier@gentoo.org>
+ +files/1.9.23-fix-install.patch, +bashish-1.9.23.ebuild:
+ Version bump #59030 by Aaron Walker.
*bashish-1.9.21 (16 Jun 2003)
diff --git a/app-shells/bashish/bashish-1.9.23.ebuild b/app-shells/bashish/bashish-1.9.23.ebuild
new file mode 100644
index 000000000000..d92b01148f3f
--- /dev/null
+++ b/app-shells/bashish/bashish-1.9.23.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.23.ebuild,v 1.1 2004/08/03 02:24:06 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="Text console theme engine"
+HOMEPAGE="http://bashish.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PV}-fix-install.patch
+}
+
+src_install() {
+ ./InstallBashish \
+ ${D}/usr/share/bashish \
+ ${D}/usr/bin \
+ ${D}/usr/share/bashish/doc \
+ || die
+ dobin bashish
+ dosed /usr/bin/bashish
+ insinto /usr/share/bashish/modules/sh/conf
+ doins ${FILESDIR}/bashish.conf
+}
diff --git a/app-shells/bashish/files/1.9.23-fix-install.patch b/app-shells/bashish/files/1.9.23-fix-install.patch
new file mode 100644
index 000000000000..b11d5d6909e1
--- /dev/null
+++ b/app-shells/bashish/files/1.9.23-fix-install.patch
@@ -0,0 +1,17 @@
+--- bashish-1.9.23/bashish-root/modules/sh/install/install.orig 2004-08-02 21:57:07.595162472 -0400
++++ bashish-1.9.23/bashish-root/modules/sh/install/install 2004-08-02 22:05:30.683681392 -0400
+@@ -78,2 +78,5 @@
+ esac
++BASHISHBINDIR="$2"
++BASHISHDOCDIR="$3"
++mkdir -p $BASHISHBINDIR
+ mkdir -p $BASHISHDOCDIR
+@@ -103,3 +106,3 @@
+ printf "install: add Bashish to the Application menu in the Tracker?\n[yes]\n\n"
+- read yesno
++ yesno=n
+ case "$yesno" in
+@@ -117,3 +120,2 @@
+ fi
+-. bashish-root/modules/sh/install/firstrun
+
diff --git a/app-shells/bashish/files/digest-bashish-1.9.23 b/app-shells/bashish/files/digest-bashish-1.9.23
new file mode 100644
index 000000000000..161513c4a0ce
--- /dev/null
+++ b/app-shells/bashish/files/digest-bashish-1.9.23
@@ -0,0 +1 @@
+MD5 d6e3755dda14700612202d30ebf296a3 bashish-1.9.23.tar.gz 1614494