diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-05 21:50:01 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-05 21:50:01 +0000 |
commit | 65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a (patch) | |
tree | 44ab9ff8e1bb79ecf1eab2e1ef63339326f4be29 /x11-misc | |
parent | Version bump to 2.0.6_pre13 for testing and removing older pre-release ebuilds. (diff) | |
download | gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.tar.gz gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.tar.bz2 gentoo-2-65d1d15f5e9ebe07edeadaf5dfb1d079e76cbb3a.zip |
Version bump, bug #209569
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.01.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index c56afbb62df1..7cb547a37be2 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xautomation # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.19 2008/01/09 08:39:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.20 2008/03/05 21:50:01 coldwind Exp $ + +*xautomation-1.01 (05 Mar 2008) + + 05 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> + +xautomation-1.01.ebuild: + Version bump, bug #209569 09 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> xautomation-0.96.ebuild: diff --git a/x11-misc/xautomation/xautomation-1.01.ebuild b/x11-misc/xautomation/xautomation-1.01.ebuild new file mode 100644 index 000000000000..7e174c2ff172 --- /dev/null +++ b/x11-misc/xautomation/xautomation-1.01.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild,v 1.1 2008/03/05 21:50:01 coldwind Exp $ + +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="~alpha ~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXtst + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xproto + media-libs/libpng" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog +} |