diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 22:03:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 22:03:45 +0000 |
commit | 8fd26a4b3f08e8c2461dda569396dc127175e8c5 (patch) | |
tree | 6c97648079a77f24b5cd035acf514c57e1b683c0 /x11-misc/xautomation | |
parent | Stable on amd64 (diff) | |
download | historical-8fd26a4b3f08e8c2461dda569396dc127175e8c5.tar.gz historical-8fd26a4b3f08e8c2461dda569396dc127175e8c5.tar.bz2 historical-8fd26a4b3f08e8c2461dda569396dc127175e8c5.zip |
Remove old versions.
Package-Manager: portage-2.1.6.9/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.96.ebuild | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index e3c4b4517d07..605063560e7e 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,10 @@ # 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.24 2008/04/12 15:35:20 armin76 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.25 2009/03/21 21:58:43 nelchael Exp $ + + 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -xautomation-0.96.ebuild: + Remove old versions. 12 Apr 2008; Raúl Porcel <armin76@gentoo.org> xautomation-1.01.ebuild: ia64 stable wrt #215589, add ~sparc diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild deleted file mode 100644 index 92c3a6f3b408..000000000000 --- a/x11-misc/xautomation/xautomation-0.96.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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-0.96.ebuild,v 1.10 2008/01/09 08:39:32 nelchael 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() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog -} |