diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashish/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bashish/bashish-1.9.21.ebuild | 30 | ||||
-rw-r--r-- | app-shells/bashish/bashish-1.9.23.ebuild | 32 | ||||
-rw-r--r-- | app-shells/bashish/files/1.9.23-fix-install.patch | 17 |
4 files changed, 5 insertions, 80 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog index 5c41f71c69f4..1a5a112971a5 100644 --- a/app-shells/bashish/ChangeLog +++ b/app-shells/bashish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bashish # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.18 2008/10/07 11:53:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.19 2008/11/18 05:09:25 jer Exp $ + + 18 Nov 2008; Jeroen Roovers <jer@gentoo.org> -bashish-1.9.23.ebuild + -bashish-1.9.21.ebuild -files/1.9.23-fix-install.patch: + Remove old. 07 Oct 2008; nixnut <nixnut@gentoo.org> bashish-2.0.7.ebuild: Stable on ppc wrt bug 238944 diff --git a/app-shells/bashish/bashish-1.9.21.ebuild b/app-shells/bashish/bashish-1.9.21.ebuild deleted file mode 100644 index 359b66e09937..000000000000 --- a/app-shells/bashish/bashish-1.9.21.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.21.ebuild,v 1.7 2005/01/01 15:57:13 eradicator Exp $ - -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} - cp InstallBashish{,.orig} - sed -e "s:read input:input=${D}/usr/share/bashish:" \ - -e "s:read yesno:yesno=n:" \ - InstallBashish.orig > InstallBashish -} - -src_install() { - dodir /usr/share/bashish - ./InstallBashish || die - dobin bashish - dosed /usr/bin/bashish - insinto /usr/share/bashish/modules/sh/conf - doins ${FILESDIR}/bashish.conf -} diff --git a/app-shells/bashish/bashish-1.9.23.ebuild b/app-shells/bashish/bashish-1.9.23.ebuild deleted file mode 100644 index c682e224a739..000000000000 --- a/app-shells/bashish/bashish-1.9.23.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 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.5 2008/07/21 04:46:27 jer 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -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 deleted file mode 100644 index b11d5d6909e1..000000000000 --- a/app-shells/bashish/files/1.9.23-fix-install.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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 - |