diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 20:09:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 20:09:02 +0000 |
commit | 508e976785b6fe269098761a8c7ed97854445248 (patch) | |
tree | acc7beb91a258ca012867fd488313a72c2d4e575 /app-shells | |
parent | Stable for HPPA (bug #455834). (diff) | |
download | gentoo-2-508e976785b6fe269098761a8c7ed97854445248.tar.gz gentoo-2-508e976785b6fe269098761a8c7ed97854445248.tar.bz2 gentoo-2-508e976785b6fe269098761a8c7ed97854445248.zip |
DEPEND -> RDEPEND.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashish/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog index 341d117a529d..1cc59a91d176 100644 --- a/app-shells/bashish/ChangeLog +++ b/app-shells/bashish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bashish -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.26 2010/08/04 03:46:00 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.27 2013/08/27 20:09:02 jer Exp $ + + 27 Aug 2013; Jeroen Roovers <jer@gentoo.org> bashish-2.2.4.ebuild: + DEPEND -> RDEPEND. 04 Aug 2010; Jeroen Roovers <jer@gentoo.org> -bashish-2.0.7.ebuild, -bashish-2.0.7-r1.ebuild, bashish-2.2.4.ebuild, -files/bashish.conf: diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild index 10ea8bb95e0d..02b0ac7b73f8 100644 --- a/app-shells/bashish/bashish-2.2.4.ebuild +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 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.6 2010/08/04 03:46:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.7 2013/08/27 20:09:02 jer Exp $ + +EAPI=5 DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/" @@ -11,9 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" -DEPEND=">=dev-util/dialog-1.0" +RDEPEND=">=dev-util/dialog-1.0" src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed" } |