public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: ChangeLog xdpyinfo-1.0.3.ebuild xdpyinfo-1.0.2.ebuild
Date: Mon, 04 May 2009 12:45:09 +0000	[thread overview]
Message-ID: <E1M0xXh-0002km-Tm@stork.gentoo.org> (raw)

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)"
+}






             reply	other threads:[~2009-05-04 12:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04 12:45 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1M0xXh-0002km-Tm@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox