mrueg 15/07/02 02:10:26 Modified: ChangeLog Added: xev-1.2.2.ebuild Removed: xev-1.2.0.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.74 x11-apps/xev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 8 Oct 2013 05:03:35 -0000 1.73 +++ ChangeLog 2 Jul 2015 02:10:26 -0000 1.74 @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xev -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.73 2013/10/08 05:03:35 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.74 2015/07/02 02:10:26 mrueg Exp $ + +*xev-1.2.2 (02 Jul 2015) + + 02 Jul 2015; Manuel RĂ¼ger <[email protected]> +xev-1.2.2.ebuild, + -xev-1.2.0.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <[email protected]> xev-1.2.1.ebuild: Stable for x86, wrt bug #475480 1.1 x11-apps/xev/xev-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: xev-1.2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.2.ebuild,v 1.1 2015/07/02 02:10:26 mrueg Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="Print contents of X events" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXrandr" DEPEND="${RDEPEND} x11-proto/xproto"
