diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-14 12:03:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-14 12:03:01 +0000 |
commit | 2c402133b6e3836ee5a524ceb8aef6e8aed17658 (patch) | |
tree | 0b02c525a452279abfb462392675215c68c43637 /app-shells | |
parent | media-libs/freeglut: change LICENSE to MIT (diff) | |
download | gentoo-2-2c402133b6e3836ee5a524ceb8aef6e8aed17658.tar.gz gentoo-2-2c402133b6e3836ee5a524ceb8aef6e8aed17658.tar.bz2 gentoo-2-2c402133b6e3836ee5a524ceb8aef6e8aed17658.zip |
Install docs into PF (bug #296553).
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashish/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.0.7-r1.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog index 1a5a112971a5..7c9946e9bbe0 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.19 2008/11/18 05:09:25 jer Exp $ +# 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 $ + +*bashish-2.0.7-r1 (14 Dec 2009) + + 14 Dec 2009; Jeroen Roovers <jer@gentoo.org> +bashish-2.0.7-r1.ebuild: + Install docs into PF (bug #296553). 18 Nov 2008; Jeroen Roovers <jer@gentoo.org> -bashish-1.9.23.ebuild -bashish-1.9.21.ebuild -files/1.9.23-fix-install.patch: diff --git a/app-shells/bashish/bashish-2.0.7-r1.ebuild b/app-shells/bashish/bashish-2.0.7-r1.ebuild new file mode 100644 index 000000000000..46173798c3e6 --- /dev/null +++ b/app-shells/bashish/bashish-2.0.7-r1.ebuild @@ -0,0 +1,19 @@ +# 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" +} |