Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libinput: metadata.xml libinput-0.8.0.ebuild ChangeLog
Date: Wed, 04 Feb 2015 16:13:07
Message-Id: 20150204161302.9235B110BF@oystercatcher.gentoo.org
1 chithanh 15/02/04 16:13:02
2
3 Modified: metadata.xml ChangeLog
4 Added: libinput-0.8.0.ebuild
5 Log:
6 Version bump, bug #536868. Add x11 to maintainers.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
9
10 Revision Changes Path
11 1.2 dev-libs/libinput/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 23 Dec 2014 22:25:18 -0000 1.1
24 +++ metadata.xml 4 Feb 2015 16:13:02 -0000 1.2
25 @@ -2,4 +2,5 @@
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <herd>gnome</herd>
29 +<herd>x11</herd>
30 </pkgmetadata>
31
32
33
34 1.3 dev-libs/libinput/ChangeLog
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.3&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.3&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?r1=1.2&r2=1.3
39
40 Index: ChangeLog
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v
43 retrieving revision 1.2
44 retrieving revision 1.3
45 diff -u -r1.2 -r1.3
46 --- ChangeLog 30 Dec 2014 19:52:16 -0000 1.2
47 +++ ChangeLog 4 Feb 2015 16:13:02 -0000 1.3
48 @@ -1,6 +1,12 @@
49 # ChangeLog for dev-libs/libinput
50 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
51 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.2 2014/12/30 19:52:16 maekke Exp $
52 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
53 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.3 2015/02/04 16:13:02 chithanh Exp $
54 +
55 +*libinput-0.8.0 (04 Feb 2015)
56 +
57 + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
58 + +libinput-0.8.0.ebuild, metadata.xml:
59 + Version bump, bug #536868. Add x11 to maintainers.
60
61 30 Dec 2014; Markus Meier <maekke@g.o> libinput-0.7.0.ebuild:
62 add ~arm, bug #533420
63 @@ -11,4 +17,3 @@
64 +metadata.xml:
65 Initial ebuild. Needed for wayland support in media-libs/clutter. Closes bug
66 #513856.
67 -
68
69
70
71 1.1 dev-libs/libinput/libinput-0.8.0.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild?rev=1.1&content-type=text/plain
75
76 Index: libinput-0.8.0.ebuild
77 ===================================================================
78 # Copyright 1999-2015 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild,v 1.1 2015/02/04 16:13:02 chithanh Exp $
81
82 EAPI="5"
83
84 inherit eutils
85
86 DESCRIPTION="Library to handle input devices in Wayland"
87 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libinput/"
88 SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
89
90 # License appears to be a variant of libtiff
91 LICENSE="libtiff"
92 SLOT="0/7"
93 KEYWORDS="~amd64 ~arm"
94 IUSE="test"
95
96 RDEPEND="
97 >=dev-libs/libevdev-0.4
98 >=sys-libs/mtdev-1.1
99 virtual/libudev
100 "
101 DEPEND="${RDEPEND}
102 virtual/pkgconfig
103 test? ( >=dev-libs/check-0.9.10 )
104 "
105 # tests can even use: dev-util/valgrind
106
107 src_configure() {
108 # Doc handling in kinda strange but everything
109 # is available in the tarball already.
110 sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
111 -i Makefile.am Makefile.in || die
112 }
113
114 src_configure() {
115 # gui can be built but will not be installed
116 # building documentation silently fails with graphviz syntax errors
117 econf \
118 --disable-documentation \
119 --disable-event-gui \
120 $(use_enable test tests)
121 }
122
123 src_install() {
124 emake install DESTDIR="${D}" || die
125 dodoc -r doc/html
126 prune_libtool_files
127 }