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
commit9926d8b7904df72b37d6d336e3058447aa3de42f (patch)
treec2105f876965ccd72c929f920f4c5031b97b6d7d /app-shells
parentFix for new user/group stuff. See bug #58526 (diff)
downloadhistorical-9926d8b7904df72b37d6d336e3058447aa3de42f.tar.gz
historical-9926d8b7904df72b37d6d336e3058447aa3de42f.tar.bz2
historical-9926d8b7904df72b37d6d336e3058447aa3de42f.zip
ver bump #59030
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bashish/ChangeLog8
-rw-r--r--app-shells/bashish/Manifest11
-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
5 files changed, 64 insertions, 5 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/Manifest b/app-shells/bashish/Manifest
index daa0a82b6f75..c39582e71bca 100644
--- a/app-shells/bashish/Manifest
+++ b/app-shells/bashish/Manifest
@@ -1,14 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 1075583d672dff761e4bd134d9e4ac1f ChangeLog 527
+MD5 e7e12a7bdfab7b5b5a575007f5924ad5 ChangeLog 705
MD5 dd3107c74d01f069f78c7a40c87c7a90 bashish-1.9.21.ebuild 799
+MD5 029d1047d29671c1482af4146f749160 bashish-1.9.23.ebuild 764
MD5 81feb15ed591ce02afc2217b9d11ace5 files/bashish.conf 61
MD5 be13d9a99e08f849c6aaa0151fc2e645 files/digest-bashish-1.9.21 66
+MD5 126c4e1fcc1d52b0f6bc232d3cbbe20e files/digest-bashish-1.9.23 67
+MD5 d0588587f65a9b0152604a114f8902fa files/1.9.23-fix-install.patch 528
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.8 (GNU/Linux)
-iD8DBQFA4OdwHTu7gpaalycRAl41AKDrDh13uerz2TtFPnyxaT5MZmUntgCgyo1R
-oXS5y21jKUTFnTcA6xq0jF4=
-=TFmX
+iD8DBQFBDvdiHTu7gpaalycRAspaAJkB3TmIN4cyzXZ50cs5+09L2NJw1gCg6YsE
+v0jjJ7DDbalAgSY91P3PWDk=
+=vPF6
-----END PGP SIGNATURE-----
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