chithanh 15/02/04 16:13:02 Modified: metadata.xml ChangeLog Added: libinput-0.8.0.ebuild Log: Version bump, bug #536868. Add x11 to maintainers. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.2 dev-libs/libinput/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 23 Dec 2014 22:25:18 -0000 1.1 +++ metadata.xml 4 Feb 2015 16:13:02 -0000 1.2 @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> +<herd>x11</herd> </pkgmetadata> 1.3 dev-libs/libinput/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 30 Dec 2014 19:52:16 -0000 1.2 +++ ChangeLog 4 Feb 2015 16:13:02 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libinput -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.2 2014/12/30 19:52:16 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.3 2015/02/04 16:13:02 chithanh Exp $ + +*libinput-0.8.0 (04 Feb 2015) + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + +libinput-0.8.0.ebuild, metadata.xml: + Version bump, bug #536868. Add x11 to maintainers. 30 Dec 2014; Markus Meier <[email protected]> libinput-0.7.0.ebuild: add ~arm, bug #533420 @@ -11,4 +17,3 @@ +metadata.xml: Initial ebuild. Needed for wayland support in media-libs/clutter. Closes bug #513856. - 1.1 dev-libs/libinput/libinput-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: libinput-0.8.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.8.0.ebuild,v 1.1 2015/02/04 16:13:02 chithanh Exp $ EAPI="5" inherit eutils DESCRIPTION="Library to handle input devices in Wayland" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libinput/" SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz" # License appears to be a variant of libtiff LICENSE="libtiff" SLOT="0/7" KEYWORDS="~amd64 ~arm" IUSE="test" RDEPEND=" >=dev-libs/libevdev-0.4 >=sys-libs/mtdev-1.1 virtual/libudev " DEPEND="${RDEPEND} virtual/pkgconfig test? ( >=dev-libs/check-0.9.10 ) " # tests can even use: dev-util/valgrind src_configure() { # Doc handling in kinda strange but everything # is available in the tarball already. sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \ -i Makefile.am Makefile.in || die } src_configure() { # gui can be built but will not be installed # building documentation silently fails with graphviz syntax errors econf \ --disable-documentation \ --disable-event-gui \ $(use_enable test tests) } src_install() { emake install DESTDIR="${D}" || die dodoc -r doc/html prune_libtool_files }
