summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-07-21 05:26:48 +0000
committerJeroen Roovers <jer@gentoo.org>2008-07-21 05:26:48 +0000
commit78130253b9543f49224202f1ef11423a4ef7a12b (patch)
tree88b759291166259552b2c7b65f44df78b997927d /app-shells
parentTake up maintainership. (diff)
downloadgentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.tar.gz
gentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.tar.bz2
gentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.zip
Version bump (bug #130107) thanks to Jesse Adelman and MAL.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bashish/ChangeLog7
-rw-r--r--app-shells/bashish/bashish-2.0.7.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog
index d5cfcb09207d..7211919e41be 100644
--- a/app-shells/bashish/ChangeLog
+++ b/app-shells/bashish/ChangeLog
@@ -1,6 +1,11 @@
# 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.12 2008/07/21 04:48:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.13 2008/07/21 05:26:48 jer Exp $
+
+*bashish-2.0.7 (21 Jul 2008)
+
+ 21 Jul 2008; Jeroen Roovers <jer@gentoo.org> +bashish-2.0.7.ebuild:
+ Version bump (bug #130107) thanks to Jesse Adelman and MAL.
21 Jul 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Take up maintainership.
diff --git a/app-shells/bashish/bashish-2.0.7.ebuild b/app-shells/bashish/bashish-2.0.7.ebuild
new file mode 100644
index 000000000000..09b2aafcbf6c
--- /dev/null
+++ b/app-shells/bashish/bashish-2.0.7.ebuild
@@ -0,0 +1,18 @@
+# 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.1 2008/07/21 05:26:48 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"
+}