Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libg15: ChangeLog libg15-1.2.7.ebuild
Date: Thu, 04 Dec 2008 14:14:52
Message-Id: E1L8Eyg-0003K2-O7@stork.gentoo.org
1 chainsaw 08/12/04 14:14:50
2
3 Modified: ChangeLog
4 Added: libg15-1.2.7.ebuild
5 Log:
6 Version bump from upstream. If you had random keypress problems on the Y-UW92, this is for you. Closes bug #248828 by Phillip Scholz <zyanklee@×××××.com>.
7 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6-00007-ged31348-dirty x86_64)
8
9 Revision Changes Path
10 1.22 dev-libs/libg15/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libg15/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libg15/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libg15/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 12 May 2008 14:21:58 -0000 1.21
23 +++ ChangeLog 4 Dec 2008 14:14:50 -0000 1.22
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-libs/libg15
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v 1.21 2008/05/12 14:21:58 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v 1.22 2008/12/04 14:14:50 chainsaw Exp $
29 +
30 +*libg15-1.2.7 (04 Dec 2008)
31 +
32 + 04 Dec 2008; <chainsaw@g.o> +libg15-1.2.7.ebuild:
33 + Version bump from upstream. If you had random keypress problems on the
34 + Y-UW92, this is for you. Closes bug #248828 by Phillip Scholz
35 + <zyanklee@×××××.com>.
36
37 12 May 2008; Markus Rothe <corsair@g.o> libg15-1.2.5.ebuild:
38 Stable on ppc64
39
40
41
42 1.1 dev-libs/libg15/libg15-1.2.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libg15/libg15-1.2.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libg15/libg15-1.2.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libg15-1.2.7.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/libg15-1.2.7.ebuild,v 1.1 2008/12/04 14:14:50 chainsaw Exp $
52
53 DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard"
54 HOMEPAGE="http://g15tools.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 DEPEND="dev-libs/libusb"
63 RDEPEND=${DEPEND}
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "make install failed"
67 dodoc AUTHORS README ChangeLog
68 }