diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-06-15 09:03:02 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-06-15 09:03:02 +0000 |
commit | 9acb0f843ed85f82cdaadaf44fff1b77d4c22dc1 (patch) | |
tree | 53467811c3825f3876868260e9164d68c21ac3f4 /x11-misc/xautomation | |
parent | modified version of user-submitted ebuild (bug 72353 and 84862) (diff) | |
download | gentoo-2-9acb0f843ed85f82cdaadaf44fff1b77d4c22dc1.tar.gz gentoo-2-9acb0f843ed85f82cdaadaf44fff1b77d4c22dc1.tar.bz2 gentoo-2-9acb0f843ed85f82cdaadaf44fff1b77d4c22dc1.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xautomation/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xautomation/files/digest-xautomation-0.96 | 1 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.96.ebuild | 23 |
4 files changed, 33 insertions, 2 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index b1fd48129fb5..d9e6fada7407 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xautomation # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.7 2005/04/28 23:47:08 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.8 2005/06/15 09:03:02 pyrania Exp $ + +*xautomation-0.96 (15 Jun 2005) + + 15 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +xautomation-0.96.ebuild: + Version bump. 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> xautomation-0.93.ebuild: diff --git a/x11-misc/xautomation/Manifest b/x11-misc/xautomation/Manifest index 1ebfdaca13dc..535d428e2a80 100644 --- a/x11-misc/xautomation/Manifest +++ b/x11-misc/xautomation/Manifest @@ -1,4 +1,6 @@ MD5 f558d820fe3a018cdd6b6c8007b9d18c ChangeLog 882 -MD5 deef1e30c6c6581806e65c44185a30c0 metadata.xml 259 MD5 2a6c30a6f48280d1b32e9e527e931feb xautomation-0.93.ebuild 661 +MD5 6e1a00f92178bd612352141f3cf46e7e xautomation-0.96.ebuild 664 +MD5 deef1e30c6c6581806e65c44185a30c0 metadata.xml 259 MD5 7d0dc71923411c116548352a7a12bd55 files/digest-xautomation-0.93 67 +MD5 f6fc1f744168688a4ba273bc972c5fe0 files/digest-xautomation-0.96 67 diff --git a/x11-misc/xautomation/files/digest-xautomation-0.96 b/x11-misc/xautomation/files/digest-xautomation-0.96 new file mode 100644 index 000000000000..b4590449a9d8 --- /dev/null +++ b/x11-misc/xautomation/files/digest-xautomation-0.96 @@ -0,0 +1 @@ +MD5 55f1247f9e25d57ba23e9e9f3cf5f87e xautomation-0.96.tar.gz 73335 diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild new file mode 100644 index 000000000000..121c7a4fb327 --- /dev/null +++ b/x11-misc/xautomation/xautomation-0.96.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 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.1 2005/06/15 09:03:02 pyrania 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 ~ia64 ~ppc ~x86" +IUSE="" +DEPEND="" + +src_compile() { + econf || die 'econf failed' + emake || die 'emake failed' +} + +src_install() { + make DESTDIR=${D} install || die 'make install failed' + dodoc AUTHORS ChangeLog +} |