Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/tslib: tslib-1.0.ebuild ChangeLog
Date: Sun, 26 Oct 2008 17:31:59
Message-Id: E1Ku9T4-0001if-1t@stork.gentoo.org
1 solar 08/10/26 17:31:58
2
3 Modified: tslib-1.0.ebuild ChangeLog
4 Log:
5 - open tslib to all remaining ~arches
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.3 x11-libs/tslib/tslib-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?r1=1.2&r2=1.3
14
15 Index: tslib-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tslib-1.0.ebuild 4 Jun 2008 18:25:09 -0000 1.2
22 +++ tslib-1.0.ebuild 26 Oct 2008 17:31:57 -0000 1.3
23 @@ -1,11 +1,11 @@
24 # Copyright 2008-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.3 2008/10/26 17:31:57 solar Exp $
28
29 inherit eutils toolchain-funcs autotools
30
31 DESCRIPTION="Touchscreen Access Library"
32 -KEYWORDS="~arm ~amd64 ~x86"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
34 IUSE=""
35 #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00"
36 DEPEND=""
37
38
39
40 1.3 x11-libs/tslib/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?r1=1.2&r2=1.3
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ChangeLog 4 Jun 2008 18:25:09 -0000 1.2
53 +++ ChangeLog 26 Oct 2008 17:31:57 -0000 1.3
54 @@ -1,6 +1,9 @@
55 # ChangeLog for x11-libs/tslib
56 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.3 2008/10/26 17:31:57 solar Exp $
59 +
60 + 26 Oct 2008; <solar@g.o> tslib-1.0.ebuild:
61 + - open tslib to all remaining ~arches
62
63 04 Jun 2008; Diego Pettenò <flameeyes@g.o> tslib-1.0.ebuild:
64 Use eautoreconf, not the bootstrap script.