public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/evemu: ChangeLog evemu-2.1.0.ebuild
@ 2014-11-24  0:31 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-11-24  0:31 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/11/24 00:31:09

  Modified:             ChangeLog
  Added:                evemu-2.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.8                  app-misc/evemu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/evemu/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/evemu/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/evemu/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/evemu/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 Jun 2014 04:31:39 -0000	1.7
+++ ChangeLog	24 Nov 2014 00:31:09 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/evemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/evemu/ChangeLog,v 1.7 2014/06/24 04:31:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/evemu/ChangeLog,v 1.8 2014/11/24 00:31:09 radhermit Exp $
+
+*evemu-2.1.0 (24 Nov 2014)
+
+  24 Nov 2014; Tim Harder <radhermit@gentoo.org> +evemu-2.1.0.ebuild:
+  Version bump.
 
   24 Jun 2014; Tim Harder <radhermit@gentoo.org> -evemu-1.1.0.ebuild,
   -evemu-1.2.0.ebuild, -evemu-1.99.1.ebuild:



1.1                  app-misc/evemu/evemu-2.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/evemu/evemu-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/evemu/evemu-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: evemu-2.1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/evemu/evemu-2.1.0.ebuild,v 1.1 2014/11/24 00:31:09 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils python-single-r1

DESCRIPTION="Tools and bindings for kernel input event device emulation, data capture, and replay"
HOMEPAGE="http://www.freedesktop.org/wiki/Evemu/"
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"

LICENSE="LGPL-3 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

RDEPEND="python? ( ${PYTHON_DEPS} )
	>=dev-libs/libevdev-1.2.99.902"
DEPEND="app-arch/xz-utils
	${RDEPEND}"

PATCHES=( "${FILESDIR}"/${PN}-1.2.0-install-man.patch )

src_prepare() {
	if ! use python ; then
		sed '/SUBDIRS/s/python//' -i Makefile.am || die
	fi
	autotools-utils_src_prepare
}

src_test() {
	if use python ; then
		if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has usersandbox $FEATURES ; then
			ewarn "Tests require userpriv, sandbox, and usersandbox to be disabled in FEATURES."
		else
			emake check
		fi
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-24  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24  0:31 [gentoo-commits] gentoo-x86 commit in app-misc/evemu: ChangeLog evemu-2.1.0.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox