Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bashish: ChangeLog bashish-2.2.4.ebuild
Date: Tue, 27 Aug 2013 20:09:09
Message-Id: 20130827200902.D2D842004C@flycatcher.gentoo.org
1 jer 13/08/27 20:09:02
2
3 Modified: ChangeLog bashish-2.2.4.ebuild
4 Log:
5 DEPEND -> RDEPEND.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.27 app-shells/bashish/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 4 Aug 2010 03:46:00 -0000 1.26
23 +++ ChangeLog 27 Aug 2013 20:09:02 -0000 1.27
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-shells/bashish
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.26 2010/08/04 03:46:00 jer Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.27 2013/08/27 20:09:02 jer Exp $
30 +
31 + 27 Aug 2013; Jeroen Roovers <jer@g.o> bashish-2.2.4.ebuild:
32 + DEPEND -> RDEPEND.
33
34 04 Aug 2010; Jeroen Roovers <jer@g.o> -bashish-2.0.7.ebuild,
35 -bashish-2.0.7-r1.ebuild, bashish-2.2.4.ebuild, -files/bashish.conf:
36
37
38
39 1.7 app-shells/bashish/bashish-2.2.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild?r1=1.6&r2=1.7
44
45 Index: bashish-2.2.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- bashish-2.2.4.ebuild 4 Aug 2010 03:46:00 -0000 1.6
52 +++ bashish-2.2.4.ebuild 27 Aug 2013 20:09:02 -0000 1.7
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.6 2010/08/04 03:46:00 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.7 2013/08/27 20:09:02 jer Exp $
59 +
60 +EAPI=5
61
62 DESCRIPTION="Text console theme engine"
63 HOMEPAGE="http://bashish.sourceforge.net/"
64 @@ -11,9 +13,9 @@
65 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
66 IUSE=""
67
68 -DEPEND=">=dev-util/dialog-1.0"
69 +RDEPEND=">=dev-util/dialog-1.0"
70
71 src_install() {
72 - emake DESTDIR="${D}" install || die "emake install failed"
73 + default
74 mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed"
75 }