summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-08-04 03:46:00 +0000
committerJeroen Roovers <jer@gentoo.org>2010-08-04 03:46:00 +0000
commitf70e9e8a5c1e9b5597f8b991cb85a101bb8fb47a (patch)
treeda6c2ce2068569f3a9d8e1a9c69668e3532f232e /app-shells/bashish
parentInitial ebuild #132948 by Aaron Tygart. (diff)
downloadgentoo-2-f70e9e8a5c1e9b5597f8b991cb85a101bb8fb47a.tar.gz
gentoo-2-f70e9e8a5c1e9b5597f8b991cb85a101bb8fb47a.tar.bz2
gentoo-2-f70e9e8a5c1e9b5597f8b991cb85a101bb8fb47a.zip
Stable for PPC (bug #327065).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-shells/bashish')
-rw-r--r--app-shells/bashish/ChangeLog6
-rw-r--r--app-shells/bashish/bashish-2.0.7-r1.ebuild19
-rw-r--r--app-shells/bashish/bashish-2.0.7.ebuild18
-rw-r--r--app-shells/bashish/bashish-2.2.4.ebuild4
-rw-r--r--app-shells/bashish/files/bashish.conf4
5 files changed, 7 insertions, 44 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog
index 19216b421dc9..341d117a529d 100644
--- a/app-shells/bashish/ChangeLog
+++ b/app-shells/bashish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/bashish
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.25 2010/07/18 18:09:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.26 2010/08/04 03:46:00 jer Exp $
+
+ 04 Aug 2010; Jeroen Roovers <jer@gentoo.org> -bashish-2.0.7.ebuild,
+ -bashish-2.0.7-r1.ebuild, bashish-2.2.4.ebuild, -files/bashish.conf:
+ Stable for PPC (bug #327065).
18 Jul 2010; Raúl Porcel <armin76@gentoo.org> bashish-2.2.4.ebuild:
alpha/ia64/sparc stable wrt #327065
diff --git a/app-shells/bashish/bashish-2.0.7-r1.ebuild b/app-shells/bashish/bashish-2.0.7-r1.ebuild
deleted file mode 100644
index 46173798c3e6..000000000000
--- a/app-shells/bashish/bashish-2.0.7-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.0.7-r1.ebuild,v 1.1 2009/12/14 12:03:01 jer 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/dialog-1.0"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed"
-}
diff --git a/app-shells/bashish/bashish-2.0.7.ebuild b/app-shells/bashish/bashish-2.0.7.ebuild
deleted file mode 100644
index ec7c705d6076..000000000000
--- a/app-shells/bashish/bashish-2.0.7.ebuild
+++ /dev/null
@@ -1,18 +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-2.0.7.ebuild,v 1.7 2008/10/07 11:53:29 nixnut 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="alpha amd64 hppa ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-util/dialog-1.0"
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-}
diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild
index 297aad2065a0..10ea8bb95e0d 100644
--- a/app-shells/bashish/bashish-2.2.4.ebuild
+++ b/app-shells/bashish/bashish-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.5 2010/07/18 18:09:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.6 2010/08/04 03:46:00 jer Exp $
DESCRIPTION="Text console theme engine"
HOMEPAGE="http://bashish.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""
DEPEND=">=dev-util/dialog-1.0"
diff --git a/app-shells/bashish/files/bashish.conf b/app-shells/bashish/files/bashish.conf
deleted file mode 100644
index 1d3bc77897db..000000000000
--- a/app-shells/bashish/files/bashish.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-#!bashish.conf
-THEME=gentoo
-DEFAULT_TERMINAL=
-DEFAULT_SHELL=