Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/imwheel: ChangeLog imwheel-1.0.0_pre13_p20100827.ebuild
Date: Fri, 27 Aug 2010 02:58:49
Message-Id: 20100827025846.9406B20054@flycatcher.gentoo.org
1 jer 10/08/27 02:58:46
2
3 Modified: ChangeLog
4 Added: imwheel-1.0.0_pre13_p20100827.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc69/cvs/Linux i686)
9
10 Revision Changes Path
11 1.22 x11-misc/imwheel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imwheel/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imwheel/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imwheel/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 7 Jan 2008 10:49:35 -0000 1.21
24 +++ ChangeLog 27 Aug 2010 02:58:46 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/imwheel
27 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.21 2008/01/07 10:49:35 nelchael Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.22 2010/08/27 02:58:46 jer Exp $
31 +
32 +*imwheel-1.0.0_pre13_p20100827 (27 Aug 2010)
33 +
34 + 27 Aug 2010; Jeroen Roovers <jer@g.o>
35 + +imwheel-1.0.0_pre13_p20100827.ebuild:
36 + Version bump.
37
38 07 Jan 2008; Krzysiek Pawlik <nelchael@g.o>
39 imwheel-1.0.0_pre12.ebuild:
40
41
42
43 1.1 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild?rev=1.1&content-type=text/plain
47
48 Index: imwheel-1.0.0_pre13_p20100827.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild,v 1.1 2010/08/27 02:58:46 jer Exp $
53
54 EAPI="2"
55
56 inherit autotools eutils
57
58 DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
59 HOMEPAGE="http://imwheel.sourceforge.net/"
60 SRC_URI="mirror://gentoo/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
65 IUSE=""
66
67 RDEPEND="x11-libs/libXtst
68 x11-libs/libX11
69 x11-libs/libXmu
70 x11-libs/libXt
71 x11-libs/libXext"
72
73 DEPEND="${RDEPEND}
74 x11-proto/inputproto
75 x11-proto/xextproto
76 x11-proto/xproto
77 >=sys-apps/sed-4"
78
79 src_prepare() {
80 sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
81 eautoreconf
82 }
83
84 src_configure() {
85 local myconf
86 # don't build gpm stuff
87 myconf="--disable-gpm --disable-gpm-doc"
88 econf ${myconf} || die "configure failed"
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die "make install failed"
93 dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO
94 }