summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:58:43 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:58:43 +0000
commitf704c8b3f2c5494b92b1733f036a815efa887e7e (patch)
tree5a80909662a1e2225a60bcc918901d7849ea5442 /x11-misc
parentRemove old versions. (diff)
downloadgentoo-2-f704c8b3f2c5494b92b1733f036a815efa887e7e.tar.gz
gentoo-2-f704c8b3f2c5494b92b1733f036a815efa887e7e.tar.bz2
gentoo-2-f704c8b3f2c5494b92b1733f036a815efa887e7e.zip
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xautomation/ChangeLog8
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild26
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
-}