vapier      15/01/14 04:40:25

  Modified:             ChangeLog
  Added:                evtest-1.31.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.10                 app-misc/evtest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/evtest/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Oct 2013 00:11:16 -0000      1.9
+++ ChangeLog   14 Jan 2015 04:40:25 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/evtest
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/ChangeLog,v 1.9 2013/10/19 
00:11:16 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/ChangeLog,v 1.10 2015/01/14 
04:40:25 vapier Exp $
+
+*evtest-1.31 (14 Jan 2015)
+
+  14 Jan 2015; Mike Frysinger <vap...@gentoo.org> +evtest-1.31.ebuild:
+  Version bump.
 
   19 Oct 2013; Mike Frysinger <vap...@gentoo.org> evtest-1.30.ebuild:
   Add keywords for everyone.



1.1                  app-misc/evtest/evtest-1.31.ebuild

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

Index: evtest-1.31.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/evtest/evtest-1.31.ebuild,v 1.1 
2015/01/14 04:40:25 vapier Exp $

EAPI="4"

inherit autotools eutils

DESCRIPTION="test program for capturing input device events"
HOMEPAGE="http://cgit.freedesktop.org/evtest/";
SRC_URI="http://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> 
${P}.tar.gz
        mirror://gentoo/${P}-mans.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
IUSE=""

# We bundled the man pages ourselves to avoid xmlto/asciidoc.
# We need libxml2 for the capture tool.  While at runtime,
# we have a file that can be used with xsltproc, we don't
# directly need it ourselves, so don't depend on libxslt.
# tar zcf ${P}-mans.tar.gz *.1 --transform=s:^:evtest-${P}/:
RDEPEND=""
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S=${WORKDIR}/${PN}-${P}

src_prepare() {
        eautoreconf
}

src_configure() {
        # We pre-compile the man pages.
        XMLTO=$(type -P true) ASCIIDOC=$(type -P true) \
        econf
}




Reply via email to