diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-03-22 17:07:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-03-22 17:07:42 +0000 |
commit | 34ca8b993e14828371715003c26be7084e161d81 (patch) | |
tree | 524dd091661b1f9db6ace7c7d401675274bd7b04 /app-shells/bashish | |
parent | remove unused use flags (diff) | |
download | gentoo-2-34ca8b993e14828371715003c26be7084e161d81.tar.gz gentoo-2-34ca8b993e14828371715003c26be7084e161d81.tar.bz2 gentoo-2-34ca8b993e14828371715003c26be7084e161d81.zip |
Version bump thanks to Jesse Adelman (bug #310591).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 19 |
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" +} |