chithanh 15/03/17 18:09:11 Modified: ChangeLog Added: libinput-0.12.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.15 dev-libs/libinput/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 17 Mar 2015 17:25:27 -0000 1.14 +++ ChangeLog 17 Mar 2015 18:09:11 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libinput # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.14 2015/03/17 17:25:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.15 2015/03/17 18:09:11 chithanh Exp $ + +*libinput-0.12.0 (17 Mar 2015) + + 17 Mar 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> + +libinput-0.12.0.ebuild: + Version bump. 17 Mar 2015; Mike Frysinger <vap...@gentoo.org> libinput-0.9.0.ebuild: Add arm64/ia64/m68k/s390/sh/sparc love #543582. 1.1 dev-libs/libinput/libinput-0.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.12.0.ebuild?rev=1.1&content-type=text/plain Index: libinput-0.12.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.12.0.ebuild,v 1.1 2015/03/17 18:09:11 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/10" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="test" RDEPEND=" >=dev-libs/libevdev-0.4 >=sys-libs/mtdev-1.1 virtual/libudev " DEPEND="${RDEPEND} virtual/pkgconfig " 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 \ --disable-tests } src_install() { emake install DESTDIR="${D}" || die dodoc -r doc/html prune_libtool_files }