public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: ChangeLog xdpyinfo-1.0.3.ebuild xdpyinfo-1.0.2.ebuild
@ 2009-05-04 12:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-04 12:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/04 12:45:09

  Modified:             ChangeLog xdpyinfo-1.0.3.ebuild
                        xdpyinfo-1.0.2.ebuild
  Log:
  Move use_ functions out of global scope.
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 x11-apps/xdpyinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	5 Apr 2009 23:38:47 -0000	1.38
+++ ChangeLog	4 May 2009 12:45:09 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.38 2009/04/05 23:38:47 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.39 2009/05/04 12:45:09 ssuominen Exp $
+
+  04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xdpyinfo-1.0.2.ebuild,
+  xdpyinfo-1.0.3.ebuild:
+  Move use_ functions out of global scope.
 
   05 Apr 2009; Olivier Crête <tester@gentoo.org> xdpyinfo-1.0.3.ebuild:
   amd64 stable



1.3                  x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild?r1=1.2&r2=1.3

Index: xdpyinfo-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdpyinfo-1.0.3.ebuild	5 Apr 2009 23:38:47 -0000	1.2
+++ xdpyinfo-1.0.3.ebuild	4 May 2009 12:45:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.2 2009/04/05 23:38:47 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.3 2009/05/04 12:45:09 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -8,9 +8,7 @@
 inherit x-modular
 
 DESCRIPTION="display information utility for X"
-
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
 IUSE="dga dmx xinerama"
 
 RDEPEND="x11-libs/libXext
@@ -35,6 +33,8 @@
 	dmx? ( x11-proto/dmxproto )
 	x11-proto/printproto"
 
-CONFIGURE_OPTIONS="$(use_with dga)
-	$(use_with dmx)
-	$(use_with xinerama)"
+pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_with dga)
+		$(use_with dmx)
+		$(use_with xinerama)"
+}



1.12                 x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild?r1=1.11&r2=1.12

Index: xdpyinfo-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdpyinfo-1.0.2.ebuild	7 Aug 2007 13:27:24 -0000	1.11
+++ xdpyinfo-1.0.2.ebuild	4 May 2009 12:45:09 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild,v 1.11 2007/08/07 13:27:24 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.2.ebuild,v 1.12 2009/05/04 12:45:09 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -8,9 +8,7 @@
 inherit x-modular
 
 DESCRIPTION="display information utility for X"
-
 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
 IUSE="dga dmx xinerama"
 
 RDEPEND="x11-libs/libXext
@@ -35,6 +33,8 @@
 	dmx? ( x11-proto/dmxproto )
 	x11-proto/printproto"
 
-CONFIGURE_OPTIONS="$(use_with dga)
-	$(use_with dmx)
-	$(use_with xinerama)"
+pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_with dga)
+		$(use_with dmx)
+		$(use_with xinerama)"
+}






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: ChangeLog xdpyinfo-1.0.3.ebuild xdpyinfo-1.0.2.ebuild
@ 2010-01-23 18:51 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-23 18:51 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/23 18:51:29

  Modified:             ChangeLog
  Removed:              xdpyinfo-1.0.3.ebuild xdpyinfo-1.0.2.ebuild
  Log:
  rm
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 x11-apps/xdpyinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	19 Jan 2010 18:28:58 -0000	1.59
+++ ChangeLog	23 Jan 2010 18:51:29 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.59 2010/01/19 18:28:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.60 2010/01/23 18:51:29 scarabeus Exp $
+
+  23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  -xdpyinfo-1.0.2.ebuild, -xdpyinfo-1.0.3.ebuild:
+  rm
 
   19 Jan 2010; Raúl Porcel <armin76@gentoo.org> xdpyinfo-1.1.0.ebuild:
   s390 stable wrt #294958






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

end of thread, other threads:[~2010-01-23 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 18:51 [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: ChangeLog xdpyinfo-1.0.3.ebuild xdpyinfo-1.0.2.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-04 12:45 Samuli Suominen (ssuominen)

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