summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-12 19:39:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-12 19:39:31 +0000
commit4d1af12d289b014da7021167c03cb64105ecffe0 (patch)
treee88cece9243e4fbc0cc34a4b4904d25623e88eaa /x11-misc/xautomation
parentVersion bump wrt #415615 by "df" (diff)
downloadgentoo-2-4d1af12d289b014da7021167c03cb64105ecffe0.tar.gz
gentoo-2-4d1af12d289b014da7021167c03cb64105ecffe0.tar.bz2
gentoo-2-4d1af12d289b014da7021167c03cb64105ecffe0.zip
old
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r--x11-misc/xautomation/ChangeLog6
-rw-r--r--x11-misc/xautomation/xautomation-1.01.ebuild29
-rw-r--r--x11-misc/xautomation/xautomation-1.03.ebuild29
3 files changed, 5 insertions, 59 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog
index 0f705e28dca5..6b1ac604709c 100644
--- a/x11-misc/xautomation/ChangeLog
+++ b/x11-misc/xautomation/ChangeLog
@@ -1,6 +1,10 @@
# 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.33 2012/05/12 19:38:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.34 2012/05/12 19:39:31 ssuominen Exp $
+
+ 12 May 2012; Samuli Suominen <ssuominen@gentoo.org> -xautomation-1.01.ebuild,
+ -xautomation-1.03.ebuild:
+ old
*xautomation-1.06 (12 May 2012)
diff --git a/x11-misc/xautomation/xautomation-1.01.ebuild b/x11-misc/xautomation/xautomation-1.01.ebuild
deleted file mode 100644
index e7291f1bcc52..000000000000
--- a/x11-misc/xautomation/xautomation-1.01.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.01.ebuild,v 1.7 2012/05/05 17:41:22 armin76 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="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libpng
- x11-libs/libX11
- x11-libs/libXtst
-"
-DEPEND="
- ${RDEPEND}
- x11-proto/inputproto
- x11-proto/xextproto
- x11-proto/xproto
-"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/x11-misc/xautomation/xautomation-1.03.ebuild b/x11-misc/xautomation/xautomation-1.03.ebuild
deleted file mode 100644
index 06d26da62e14..000000000000
--- a/x11-misc/xautomation/xautomation-1.03.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.03.ebuild,v 1.4 2012/05/05 17:41:22 armin76 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="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libpng
- x11-libs/libX11
- x11-libs/libXtst
-"
-DEPEND="
- ${RDEPEND}
- x11-proto/inputproto
- x11-proto/xextproto
- x11-proto/xproto
-"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog || die
-}