summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bashish/ChangeLog9
-rw-r--r--app-shells/bashish/bashish-2.2.4.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog
index 7c9946e9bbe0..f1ff61b52b2e 100644
--- a/app-shells/bashish/ChangeLog
+++ b/app-shells/bashish/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/bashish
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.20 2009/12/14 12:03:01 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.21 2010/03/22 17:07:42 jer Exp $
+
+*bashish-2.2.4 (22 Mar 2010)
+
+ 22 Mar 2010; Jeroen Roovers <jer@gentoo.org> +bashish-2.2.4.ebuild:
+ Version bump thanks to Jesse Adelman (bug #310591).
*bashish-2.0.7-r1 (14 Dec 2009)
diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild
new file mode 100644
index 000000000000..a7e28c324420
--- /dev/null
+++ b/app-shells/bashish/bashish-2.2.4.ebuild
@@ -0,0 +1,19 @@
+# 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.1 2010/03/22 17:07:42 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"
+}