diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-12 19:38:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-12 19:38:44 +0000 |
commit | aaa93eca30ff3bb82bd756c090b6506f5d6612bc (patch) | |
tree | 4a56990a1399f5b20cc9a6c546f7b6397c543f79 /x11-misc/xautomation | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-aaa93eca30ff3bb82bd756c090b6506f5d6612bc.tar.gz gentoo-2-aaa93eca30ff3bb82bd756c090b6506f5d6612bc.tar.bz2 gentoo-2-aaa93eca30ff3bb82bd756c090b6506f5d6612bc.zip |
Version bump wrt #415615 by "df"
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.06.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index be1a0a093d53..0f705e28dca5 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -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.32 2012/05/05 17:41:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.33 2012/05/12 19:38:44 ssuominen Exp $ + +*xautomation-1.06 (12 May 2012) + + 12 May 2012; Samuli Suominen <ssuominen@gentoo.org> +xautomation-1.06.ebuild: + Version bump wrt #415615 by "df" 05 May 2012; Raúl Porcel <armin76@gentoo.org> xautomation-1.01.ebuild, xautomation-1.03.ebuild, xautomation-1.05.ebuild: diff --git a/x11-misc/xautomation/xautomation-1.06.ebuild b/x11-misc/xautomation/xautomation-1.06.ebuild new file mode 100644 index 000000000000..a9080e80d336 --- /dev/null +++ b/x11-misc/xautomation/xautomation-1.06.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.06.ebuild,v 1.1 2012/05/12 19:38:44 ssuominen Exp $ + +EAPI=4 + +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" +IUSE="" + +RDEPEND=">=media-libs/libpng-1.2:0 + x11-libs/libX11 + x11-libs/libXtst" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xproto" + +DOCS="AUTHORS ChangeLog" |