diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:27:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:27:43 +0000 |
commit | 948295516f9ebe49e0e549752f28dc0c48409b7e (patch) | |
tree | b99a0c6d6bb2c361c9fe481e2895a0fe6b3c4035 /x11-misc/xautomation | |
parent | Improve gongloo's changelog message; he dropped ppc-macos stable keyword (diff) | |
download | gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.tar.gz gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.tar.bz2 gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautomation/files/digest-xautomation-0.93 | 1 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.93.ebuild | 18 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.96.ebuild | 17 |
4 files changed, 20 insertions, 24 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index ad5819af12e6..b36a9972ca88 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2005/10/08 17:10:09 swegener Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.15 2006/01/21 16:24:53 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -xautomation-0.93.ebuild, xautomation-0.96.ebuild: + Fixed DEPEND for modular X. 08 Oct 2005; Sven Wegener <swegener@gentoo.org> xautomation-0.93.ebuild, xautomation-0.96.ebuild: diff --git a/x11-misc/xautomation/files/digest-xautomation-0.93 b/x11-misc/xautomation/files/digest-xautomation-0.93 deleted file mode 100644 index 2ead36453a4b..000000000000 --- a/x11-misc/xautomation/files/digest-xautomation-0.93 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3d00203ac6ba0dabced6619fc75ad40 xautomation-0.93.tar.gz 72800 diff --git a/x11-misc/xautomation/xautomation-0.93.ebuild b/x11-misc/xautomation/xautomation-0.93.ebuild deleted file mode 100644 index 996e5e25bc6d..000000000000 --- a/x11-misc/xautomation/xautomation-0.93.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.93.ebuild,v 1.9 2005/10/08 17:10:09 swegener 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="virtual/x11" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog -} diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild index 6b95bdcfe330..5954bc4c53a9 100644 --- a/x11-misc/xautomation/xautomation-0.96.ebuild +++ b/x11-misc/xautomation/xautomation-0.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/10/08 17:10:09 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.7 2006/01/21 16:24:53 nelchael Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -10,7 +10,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ia64 ~ppc x86" IUSE="" -DEPEND="virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libXtst + x11-libs/libXt + x11-libs/libX11 ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 ) + media-libs/libpng" src_install() { make DESTDIR="${D}" install || die "make install failed" |