Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbkeys: ChangeLog bbkeys-0.9.1.ebuild
Date: Wed, 02 Jun 2010 18:22:17
Message-Id: 20100602182213.F143C2CE14@corvid.gentoo.org
1 xarthisius 10/06/02 18:22:13
2
3 Modified: ChangeLog
4 Added: bbkeys-0.9.1.ebuild
5 Log:
6 Version bump. Thanks Federico Moro <zayer@××××××.org> for the report.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 x11-misc/bbkeys/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbkeys/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbkeys/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbkeys/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 22 Sep 2008 12:49:05 -0000 1.25
23 +++ ChangeLog 2 Jun 2010 18:22:13 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/bbkeys
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.25 2008/09/22 12:49:05 omp Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.26 2010/06/02 18:22:13 xarthisius Exp $
30 +
31 +*bbkeys-0.9.1 (02 Jun 2010)
32 +
33 + 02 Jun 2010; Kacper Kowalik <xarthisius@g.o> +bbkeys-0.9.1.ebuild:
34 + Version bump. Thanks Federico Moro <zayer@××××××.org> for the report.
35
36 22 Sep 2008; David Shakaryan <omp@g.o> metadata.xml:
37 Change herd from commonbox to desktop-wm.
38
39
40
41 1.1 x11-misc/bbkeys/bbkeys-0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bbkeys-0.9.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.1.ebuild,v 1.1 2010/06/02 18:22:13 xarthisius Exp $
51
52 DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
53 HOMEPAGE="http://bbkeys.sourceforge.net"
54 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=x11-wm/blackbox-0.70.0"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "make install failed"
67 rm -rf "${D}/usr/share/doc"
68 dodoc AUTHORS BUGS ChangeLog NEWS README || die
69 }