From 34ca8b993e14828371715003c26be7084e161d81 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 22 Mar 2010 17:07:42 +0000 Subject: Version bump thanks to Jesse Adelman (bug #310591). (Portage version: 2.2_rc67/cvs/Linux i686) --- app-shells/bashish/ChangeLog | 9 +++++++-- app-shells/bashish/bashish-2.2.4.ebuild | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 app-shells/bashish/bashish-2.2.4.ebuild (limited to 'app-shells/bashish') 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 +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" +} -- cgit v1.2.3-65-gdbad