commit:     cf8e242120db637dc67df59a74e8d3d16eac81f3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:47:01 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:47:01 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf8e2421

dev-libs/libinput: moved to gentoo-x86

---
 dev-libs/libinput/libinput-0.7.0.ebuild | 48 ---------------------------------
 1 file changed, 48 deletions(-)

diff --git a/dev-libs/libinput/libinput-0.7.0.ebuild 
b/dev-libs/libinput/libinput-0.7.0.ebuild
deleted file mode 100644
index 337b861..0000000
--- a/dev-libs/libinput/libinput-0.7.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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/5"
-KEYWORDS="~amd64"
-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_prepare() {
-       # 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
-       econf \
-               --disable-event-gui \
-               $(use_enable test tests)
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-       dodoc -r doc/html
-       prune_libtool_files
-}

Reply via email to