Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/sonypid: sonypid-1.9.ebuild ChangeLog
Date: Wed, 18 Jun 2008 17:29:31
Message-Id: E1K91TJ-0000Wv-Hv@stork.gentoo.org
1 dberkholz 08/06/18 17:29:25
2
3 Modified: sonypid-1.9.ebuild ChangeLog
4 Log:
5 (#227609) Needs to depend on inputproto.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.9 app-misc/sonypid/sonypid-1.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild?r1=1.8&r2=1.9
14
15 Index: sonypid-1.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- sonypid-1.9.ebuild 22 Jul 2007 09:47:52 -0000 1.8
22 +++ sonypid-1.9.ebuild 18 Jun 2008 17:29:25 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.8 2007/07/22 09:47:52 omp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.9 2008/06/18 17:29:25 dberkholz Exp $
29
30 DESCRIPTION="tool to use the Sony Vaios jog-dial as a mouse-wheel"
31 HOMEPAGE="http://www.popies.net/sonypi/"
32 @@ -11,7 +11,8 @@
33 KEYWORDS="x86"
34 IUSE=""
35
36 -DEPEND="x11-libs/libXtst"
37 +DEPEND="x11-libs/libXtst
38 + x11-proto/inputproto"
39
40 src_compile() {
41 emake CFLAGS="${CFLAGS}" || die
42
43
44
45 1.21 app-misc/sonypid/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/ChangeLog?rev=1.21&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/ChangeLog?rev=1.21&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sonypid/ChangeLog?r1=1.20&r2=1.21
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v
54 retrieving revision 1.20
55 retrieving revision 1.21
56 diff -u -r1.20 -r1.21
57 --- ChangeLog 22 Jul 2007 09:47:52 -0000 1.20
58 +++ ChangeLog 18 Jun 2008 17:29:25 -0000 1.21
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-misc/sonypid
61 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.20 2007/07/22 09:47:52 omp Exp $
63 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.21 2008/06/18 17:29:25 dberkholz Exp $
65 +
66 + 18 Jun 2008; Donnie Berkholz <dberkholz@g.o>; sonypid-1.9.ebuild:
67 + (#227609) Needs to depend on inputproto.
68
69 22 Jul 2007; David Shakaryan <omp@g.o> sonypid-1.9.ebuild:
70 Remove virtual/x11 from dependencies.
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list