jer 14/10/10 14:00:03 Modified: ChangeLog Added: xautomation-1.09.ebuild Log: Version bump (bug #524946 by avx). (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.35 x11-misc/xautomation/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 12 May 2012 19:39:31 -0000 1.34 +++ ChangeLog 10 Oct 2014 14:00:03 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xautomation -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.34 2012/05/12 19:39:31 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.35 2014/10/10 14:00:03 jer Exp $ + +*xautomation-1.09 (10 Oct 2014) + + 10 Oct 2014; Jeroen Roovers <[email protected]> +xautomation-1.09.ebuild: + Version bump (bug #524946 by avx). 12 May 2012; Samuli Suominen <[email protected]> -xautomation-1.01.ebuild, -xautomation-1.03.ebuild: 1.1 x11-misc/xautomation/xautomation-1.09.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.09.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.09.ebuild?rev=1.1&content-type=text/plain Index: xautomation-1.09.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.09.ebuild,v 1.1 2014/10/10 14:00:03 jer Exp $ EAPI=5 DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" RDEPEND=" >=media-libs/libpng-1.2:0 x11-libs/libX11 x11-libs/libXi x11-libs/libXtst " DEPEND=" ${RDEPEND} x11-proto/inputproto x11-proto/xextproto x11-proto/xproto " DOCS="AUTHORS ChangeLog"
