chithanh    14/11/04 17:07:56

  Modified:             ChangeLog
  Added:                libevdev-1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  Changes    Path
1.13                 dev-libs/libevdev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Sep 2014 10:46:39 -0000      1.12
+++ ChangeLog   4 Nov 2014 17:07:56 -0000       1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libevdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v 1.12 
2014/09/28 10:46:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v 1.13 
2014/11/04 17:07:56 chithanh Exp $
+
+*libevdev-1.3 (04 Nov 2014)
+
+  04 Nov 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
+  +libevdev-1.3.ebuild:
+  Version bump.
 
   28 Sep 2014; Anthony G. Basile <[email protected]> libevdev-0.6-r1.ebuild,
   libevdev-0.6.ebuild, libevdev-1.2.1.ebuild:



1.1                  dev-libs/libevdev/libevdev-1.3.ebuild

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

Index: libevdev-1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/libevdev-1.3.ebuild,v 1.1 
2014/11/04 17:07:56 chithanh Exp $

EAPI=5
XORG_MULTILIB=yes
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit python-any-r1 xorg-2

EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"

DESCRIPTION="Handler library for evdev events"

if [[ ${PV} == 9999* ]] ; then
        SRC_URI=""
else
        SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz";
fi

RESTRICT="test" # Tests need to run as root.
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND="${PYTHON_DEPS}"




Reply via email to