Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.3.ebuild mtdev-1.1.4.ebuild ChangeLog mtdev-1.1.2.ebuild
Date: Tue, 01 Oct 2013 00:15:50
Message-Id: 20131001001545.BF10F2004C@flycatcher.gentoo.org
1 naota 13/10/01 00:15:45
2
3 Modified: mtdev-1.1.3.ebuild mtdev-1.1.4.ebuild ChangeLog
4 Removed: mtdev-1.1.2.ebuild
5 Log:
6 Update to EAPI=5. This update disable the silent rule. #486454; Drop old ebuild.
7
8 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
9
10 Revision Changes Path
11 1.12 sys-libs/mtdev/mtdev-1.1.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild?r1=1.11&r2=1.12
16
17 Index: mtdev-1.1.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- mtdev-1.1.3.ebuild 4 Jan 2013 17:49:30 -0000 1.11
24 +++ mtdev-1.1.3.ebuild 1 Oct 2013 00:15:45 -0000 1.12
25 @@ -1,8 +1,8 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v 1.11 2013/01/04 17:49:30 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v 1.12 2013/10/01 00:15:45 naota Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 DESCRIPTION="Multitouch Protocol Translation Library"
35 HOMEPAGE="http://bitmath.org/code/mtdev/"
36
37
38
39 1.3 sys-libs/mtdev/mtdev-1.1.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild?r1=1.2&r2=1.3
44
45 Index: mtdev-1.1.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- mtdev-1.1.4.ebuild 29 Sep 2013 11:07:47 -0000 1.2
52 +++ mtdev-1.1.4.ebuild 1 Oct 2013 00:15:45 -0000 1.3
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild,v 1.2 2013/09/29 11:07:47 ago Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild,v 1.3 2013/10/01 00:15:45 naota Exp $
58
59 -EAPI=4
60 +EAPI=5
61
62 DESCRIPTION="Multitouch Protocol Translation Library"
63 HOMEPAGE="http://bitmath.org/code/mtdev/"
64
65
66
67 1.30 sys-libs/mtdev/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.30&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.30&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.29&r2=1.30
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v
76 retrieving revision 1.29
77 retrieving revision 1.30
78 diff -u -r1.29 -r1.30
79 --- ChangeLog 29 Sep 2013 11:07:47 -0000 1.29
80 +++ ChangeLog 1 Oct 2013 00:15:45 -0000 1.30
81 @@ -1,6 +1,11 @@
82 # ChangeLog for sys-libs/mtdev
83 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.29 2013/09/29 11:07:47 ago Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.30 2013/10/01 00:15:45 naota Exp $
86 +
87 + 01 Oct 2013; Naohiro Aota <naota@g.o> -mtdev-1.1.2.ebuild,
88 + mtdev-1.1.3.ebuild, mtdev-1.1.4.ebuild:
89 + Update to EAPI=5. This update disable the silent rule. #486454; Drop old
90 + ebuild.
91
92 29 Sep 2013; Agostino Sarubbo <ago@g.o> mtdev-1.1.4.ebuild:
93 Stable for amd64, wrt bug #475480