summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2011-08-16 14:59:14 +0000
committerChristian Birchinger <joker@gentoo.org>2011-08-16 14:59:14 +0000
commit199b23f204eee9a382d6041c155bce1a18f296c5 (patch)
tree8afd6b78dba46247b587ad83e5203b171fb24173 /x11-misc/xdotool
parentSecurity bump (diff)
downloadgentoo-2-199b23f204eee9a382d6041c155bce1a18f296c5.tar.gz
gentoo-2-199b23f204eee9a382d6041c155bce1a18f296c5.tar.bz2
gentoo-2-199b23f204eee9a382d6041c155bce1a18f296c5.zip
Remove old versions
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r--x11-misc/xdotool/ChangeLog6
-rw-r--r--x11-misc/xdotool/xdotool-1.20100318.2737.ebuild42
-rw-r--r--x11-misc/xdotool/xdotool-2.20100818.3004.ebuild47
3 files changed, 5 insertions, 90 deletions
diff --git a/x11-misc/xdotool/ChangeLog b/x11-misc/xdotool/ChangeLog
index 8ab64ce1d03d..4987a63f2a6b 100644
--- a/x11-misc/xdotool/ChangeLog
+++ b/x11-misc/xdotool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdotool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.21 2011/07/03 12:00:22 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.22 2011/08/16 14:59:14 joker Exp $
+
+ 16 Aug 2011; Christian Birchinger <joker@gentoo.org>
+ -xdotool-1.20100318.2737.ebuild, -xdotool-2.20100818.3004.ebuild:
+ Remove outdated versions
*xdotool-2.20110530.1 (03 Jul 2011)
diff --git a/x11-misc/xdotool/xdotool-1.20100318.2737.ebuild b/x11-misc/xdotool/xdotool-1.20100318.2737.ebuild
deleted file mode 100644
index 5d2424241dc2..000000000000
--- a/x11-misc/xdotool/xdotool-1.20100318.2737.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-1.20100318.2737.ebuild,v 1.4 2010/09/22 17:54:05 hwoarang Exp $
-
-EAPI=2
-
-inherit eutils toolchain-funcs flag-o-matic multilib
-
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
-HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
-SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz"
-LICENSE="as-is"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-DEPEND="x11-libs/libXtst
- x11-libs/libX11"
-
-RDEPEND="${DEPEND}"
-
-# The test want to manualy start Xvfb, wont use VirtualX and # it tries
-# to run a full gnome-session. For such a tiny application # i consider
-# it overkill to rewrite the test scripts to not use it's own X server
-# and add a full blown gnome just to run the tests.
-RESTRICT="test"
-
-src_compile() {
- tc-export CC LD
- default
-}
-
-src_install() {
- emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install || die
-
- dodoc CHANGELIST README
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}
diff --git a/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild b/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild
deleted file mode 100644
index 9df4226befd5..000000000000
--- a/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild,v 1.3 2010/10/29 21:52:42 joker Exp $
-
-EAPI=2
-
-inherit eutils toolchain-funcs flag-o-matic multilib
-
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
-HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
-SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz"
-LICENSE="as-is"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="examples"
-
-DEPEND="x11-libs/libXtst
- x11-libs/libX11"
-
-RDEPEND="${DEPEND}"
-
-# The test wants to manualy start Xvfb, wont use VirtualX and it tries
-# to run a full gnome-session. For such a tiny application i consider
-# it overkill to rewrite the test scripts to not use it's own X server
-# and add a full blown gnome just to run the tests.
-RESTRICT="test"
-
-src_prepare() {
- sed -e "s/installheader post-install$/installheader/" \
- -i Makefile || die "sed failed"
-}
-
-src_compile() {
- tc-export CC LD
- default
-}
-
-src_install() {
- emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install || die
-
- dodoc CHANGELIST README
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}