tetromino    15/06/23 01:27:23

  Modified:             ChangeLog
  Added:                libinput-0.13.0-r1.ebuild
  Removed:              libinput-0.13.0.ebuild libinput-0.8.0.ebuild
                        libinput-0.12.0.ebuild
  Log:
  Fix udev directory (bug #552784, thanks to Bertrand Jacquin and Mike 
Gilbert). Punt some old ebuilds.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.18                 dev-libs/libinput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   7 Jun 2015 10:30:48 -0000       1.17
+++ ChangeLog   23 Jun 2015 01:27:23 -0000      1.18
@@ -1,6 +1,14 @@
 # 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.17 
2015/06/07 10:30:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.18 
2015/06/23 01:27:23 tetromino Exp $
+
+*libinput-0.13.0-r1 (23 Jun 2015)
+
+  23 Jun 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  -libinput-0.8.0.ebuild, -libinput-0.12.0.ebuild, -libinput-0.13.0.ebuild,
+  +libinput-0.13.0-r1.ebuild:
+  Fix udev directory (bug #552784, thanks to Bertrand Jacquin and Mike
+  Gilbert). Punt some old ebuilds.
 
   07 Jun 2015; Markus Meier <mae...@gentoo.org> libinput-0.7.0.ebuild:
   arm stable, bug #534012



1.1                  dev-libs/libinput/libinput-0.13.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.13.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.13.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libinput-0.13.0-r1.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.13.0-r1.ebuild,v 1.1 
2015/06/23 01:27:23 tetromino Exp $

EAPI="5"

inherit eutils udev

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 \
                --with-udev-dir="$(get_udevdir)"
}

src_install() {
        emake install DESTDIR="${D}" || die
        dodoc -r doc/html
        prune_libtool_files
}




Reply via email to