public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xautomation: xautomation-1.01.ebuild ChangeLog xautomation-1.03.ebuild xautomation-1.05.ebuild
@ 2011-12-04 16:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-04 16:53 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/04 16:53:53

  Modified:             xautomation-1.01.ebuild ChangeLog
                        xautomation-1.03.ebuild
  Added:                xautomation-1.05.ebuild
  Log:
  Version bump. Fix underlinking (bug #369703). Fix DEPEND/RDEPEND.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-misc/xautomation/xautomation-1.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?r1=1.5&r2=1.6

Index: xautomation-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xautomation-1.01.ebuild	12 Apr 2008 15:35:20 -0000	1.5
+++ xautomation-1.01.ebuild	4 Dec 2011 16:53:52 -0000	1.6
@@ -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 @@
 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"



1.28                 x11-misc/xautomation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 Nov 2011 17:12:51 -0000	1.27
+++ ChangeLog	4 Dec 2011 16:53:52 -0000	1.28
@@ -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



1.3                  x11-misc/xautomation/xautomation-1.03.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?r1=1.2&r2=1.3

Index: xautomation-1.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xautomation-1.03.ebuild	6 Nov 2011 17:12:51 -0000	1.2
+++ xautomation-1.03.ebuild	4 Dec 2011 16:53:53 -0000	1.3
@@ -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 @@
 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



1.1                  x11-misc/xautomation/xautomation-1.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild?rev=1.1&content-type=text/plain

Index: xautomation-1.05.ebuild
===================================================================
# 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"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xautomation: xautomation-1.01.ebuild ChangeLog xautomation-1.03.ebuild xautomation-1.05.ebuild
@ 2012-05-05 17:41 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-05 17:41 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/05 17:41:22

  Modified:             xautomation-1.01.ebuild ChangeLog
                        xautomation-1.03.ebuild xautomation-1.05.ebuild
  Log:
  Drop alpha/ia64/sparc keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.7                  x11-misc/xautomation/xautomation-1.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild?r1=1.6&r2=1.7

Index: xautomation-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.01.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xautomation-1.01.ebuild	4 Dec 2011 16:53:52 -0000	1.6
+++ xautomation-1.01.ebuild	5 May 2012 17:41:22 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.6 2011/12/04 16:53:52 jer Exp $
+# $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"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="



1.32                 x11-misc/xautomation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	9 Mar 2012 10:57:37 -0000	1.31
+++ ChangeLog	5 May 2012 17:41:22 -0000	1.32
@@ -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.31 2012/03/09 10:57:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.32 2012/05/05 17:41:22 armin76 Exp $
+
+  05 May 2012; Raúl Porcel <armin76@gentoo.org> xautomation-1.01.ebuild,
+  xautomation-1.03.ebuild, xautomation-1.05.ebuild:
+  Drop alpha/ia64/sparc keywords
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xautomation-1.05.ebuild:
   x86 stable wrt bug #404893



1.4                  x11-misc/xautomation/xautomation-1.03.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild?r1=1.3&r2=1.4

Index: xautomation-1.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.03.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xautomation-1.03.ebuild	4 Dec 2011 16:53:53 -0000	1.3
+++ xautomation-1.03.ebuild	5 May 2012 17:41:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.3 2011/12/04 16:53:53 jer Exp $
+# $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"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



1.5                  x11-misc/xautomation/xautomation-1.05.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild?r1=1.4&r2=1.5

Index: xautomation-1.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xautomation-1.05.ebuild	9 Mar 2012 10:57:37 -0000	1.4
+++ xautomation-1.05.ebuild	5 May 2012 17:41:22 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.05.ebuild,v 1.4 2012/03/09 10:57:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-1.05.ebuild,v 1.5 2012/05/05 17:41:22 armin76 Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-05 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 16:53 [gentoo-commits] gentoo-x86 commit in x11-misc/xautomation: xautomation-1.01.ebuild ChangeLog xautomation-1.03.ebuild xautomation-1.05.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05 17:41 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox