diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-04 16:53:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-04 16:53:53 +0000 |
commit | 4609b69ed394c6b31f14efa921ec3547b2d08f55 (patch) | |
tree | f2d483d6315f8173481ffb802b312a65b79d380d /x11-misc/xautomation | |
parent | Stable on amd64 wrt bug #385875 (diff) | |
download | historical-4609b69ed394c6b31f14efa921ec3547b2d08f55.tar.gz historical-4609b69ed394c6b31f14efa921ec3547b2d08f55.tar.bz2 historical-4609b69ed394c6b31f14efa921ec3547b2d08f55.zip |
Version bump. Fix underlinking (bug #369703). Fix DEPEND/RDEPEND.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.01.ebuild | 17 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.03.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-1.05.ebuild | 32 |
4 files changed, 58 insertions, 14 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index 4b9a0918ca11..549c389443e5 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xautomation # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.27 2011/11/06 17:12:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.28 2011/12/04 16:53:52 jer Exp $ + +*xautomation-1.05 (04 Dec 2011) + + 04 Dec 2011; Jeroen Roovers <jer@gentoo.org> xautomation-1.01.ebuild, + xautomation-1.03.ebuild, +xautomation-1.05.ebuild: + Version bump. Fix underlinking (bug #369703). Fix DEPEND/RDEPEND. 06 Nov 2011; Markus Meier <maekke@gentoo.org> xautomation-1.03.ebuild: add ~arm, bug #388901 diff --git a/x11-misc/xautomation/xautomation-1.01.ebuild b/x11-misc/xautomation/xautomation-1.01.ebuild index 0e7e587e84a9..61f86e3ab435 100644 --- a/x11-misc/xautomation/xautomation-1.01.ebuild +++ b/x11-misc/xautomation/xautomation-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 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.5 2008/04/12 15:35:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild,v 1.6 2011/12/04 16:53:52 jer Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -11,14 +11,17 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" IUSE="" -RDEPEND="x11-libs/libXtst - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND} +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND=" + ${RDEPEND} x11-proto/inputproto x11-proto/xextproto x11-proto/xproto - media-libs/libpng" +" src_install() { emake DESTDIR="${D}" install || die "make install failed" diff --git a/x11-misc/xautomation/xautomation-1.03.ebuild b/x11-misc/xautomation/xautomation-1.03.ebuild index f80f53cbd777..0f950ff5d374 100644 --- a/x11-misc/xautomation/xautomation-1.03.ebuild +++ b/x11-misc/xautomation/xautomation-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2 2011/11/06 17:12:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild,v 1.3 2011/12/04 16:53:53 jer Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -11,14 +11,17 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="x11-libs/libXtst - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND} +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND=" + ${RDEPEND} x11-proto/inputproto x11-proto/xextproto x11-proto/xproto - media-libs/libpng" +" src_install() { emake DESTDIR="${D}" install || die diff --git a/x11-misc/xautomation/xautomation-1.05.ebuild b/x11-misc/xautomation/xautomation-1.05.ebuild new file mode 100644 index 000000000000..ea72902ad6e6 --- /dev/null +++ b/x11-misc/xautomation/xautomation-1.05.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild,v 1.1 2011/12/04 16:53:53 jer Exp $ + +EAPI=4 + +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 ~arm ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND=" + ${RDEPEND} + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xproto +" + +DOCS=( AUTHORS ChangeLog ) + +src_prepare() { + export LIBS="-lX11" +} |