public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xorg-2.eclass
Date: Fri,  5 Nov 2010 12:11:55 +0000 (UTC)	[thread overview]
Message-ID: <20101105121155.542E820051@flycatcher.gentoo.org> (raw)

scarabeus    10/11/05 12:11:55

  Modified:             xorg-2.eclass
  Log:
  Append eautoreconf depstring to archs where it is mandatory to run eautoreconf. (this is required for cache)

Revision  Changes    Path
1.19                 eclass/xorg-2.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?r1=1.18&r2=1.19

Index: xorg-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-2.eclass	1 Nov 2010 12:37:58 -0000	1.18
+++ xorg-2.eclass	5 Nov 2010 12:11:55 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.18 2010/11/01 12:37:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.19 2010/11/05 12:11:55 scarabeus Exp $
 #
 # @ECLASS: xorg-2.eclass
 # @MAINTAINER:
@@ -93,20 +93,26 @@
 # are under the MIT license. (This is what Red Hat does in their rpms)
 : ${LICENSE:=MIT}
 
-# Set up shared dependencies
-if [[ ${XORG_EAUTORECONF} != no ]]; then
-	DEPEND+="
-		>=sys-devel/libtool-2.2.6a
-		sys-devel/m4"
-	# This MUST BE STABLE
-	if [[ ${PN} != util-macros ]] ; then
-		DEPEND+=" >=x11-misc/util-macros-1.11.0"
-		# Required even by xorg-server
-		[[ ${PN} == "font-util" ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1"
-	fi
-	WANT_AUTOCONF="latest"
-	WANT_AUTOMAKE="latest"
+# Set up autotools shared dependencies
+# Remember that all versions here MUST be stable
+XORG_EAUTORECONF_ARCHES="x86-interix ppc-aix x86-winnt"
+EAUTORECONF_DEPEND+="
+	>=sys-devel/libtool-2.2.6a
+	sys-devel/m4"
+if [[ ${PN} != util-macros ]] ; then
+	EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.11.0"
+	# Required even by xorg-server
+	[[ ${PN} == "font-util" ]] || EAUTORECONF_DEPEND+=" >=media-fonts/font-util-1.1.1-r1"
 fi
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+for arch in ${XORG_EAUTORECONF_ARCHES}; do
+	EAUTORECONF_DEPENDS+=" ${arch}? ( ${EAUTORECONF_DEPEND} )"
+done
+DEPEND+=" ${EAUTORECONF_DEPENDS}"
+[[ ${XORG_EAUTORECONF} != no ]] && DEPEND+=" ${EAUTORECONF_DEPEND}"
+unset EAUTORECONF_DEPENDS
+unset EAUTORECONF_DEPEND
 
 if [[ ${FONT} == yes ]]; then
 	RDEPEND+=" media-fonts/encodings






             reply	other threads:[~2010-11-05 12:12 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-05 12:11 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-22  6:57 [gentoo-commits] gentoo-x86 commit in eclass: xorg-2.eclass Michal Gorny (mgorny)
2011-11-01 13:51 Chi-Thanh Christopher Nguyen (chithanh)
2011-10-14 20:27 Michal Gorny (mgorny)
2011-10-09  7:45 Michal Gorny (mgorny)
2011-09-12 13:50 Michal Gorny (mgorny)
2011-06-20 22:22 Chi-Thanh Christopher Nguyen (chithanh)
2011-05-17  7:59 Michal Gorny (mgorny)
2011-05-14 16:27 Tomas Chvatal (scarabeus)
2011-05-08 12:27 Tomas Chvatal (scarabeus)
2011-05-08 12:20 Tomas Chvatal (scarabeus)
2011-04-20 12:48 Michal Gorny (mgorny)
2011-04-17 20:46 Tomas Chvatal (scarabeus)
2011-03-19 10:30 Tomas Chvatal (scarabeus)
2011-03-18 18:31 Tomas Chvatal (scarabeus)
2011-03-17 22:43 Diego Petteno (flameeyes)
2011-03-17 22:40 Tomas Chvatal (scarabeus)
2011-03-16 20:57 Michal Gorny (mgorny)
2011-03-16 16:13 Tomas Chvatal (scarabeus)
2011-03-16 16:12 Tomas Chvatal (scarabeus)
2011-03-16 16:10 Tomas Chvatal (scarabeus)
2011-03-16  9:29 Tomas Chvatal (scarabeus)
2011-03-15 12:32 Tomas Chvatal (scarabeus)
2011-03-14 17:09 Diego Petteno (flameeyes)
2011-03-08 11:31 Tomas Chvatal (scarabeus)
2011-03-02 15:40 Tomas Chvatal (scarabeus)
2011-03-01 18:56 Tomas Chvatal (scarabeus)
2011-02-28 18:16 Michal Gorny (mgorny)
2011-02-15 12:13 Tomas Chvatal (scarabeus)
2011-01-15 17:55 Tomas Chvatal (scarabeus)
2011-01-06 11:02 Tomas Chvatal (scarabeus)
2010-11-09 18:25 Tomas Chvatal (scarabeus)
2010-11-01 12:37 Tomas Chvatal (scarabeus)
2010-10-31 12:06 Tomas Chvatal (scarabeus)
2010-10-28 11:46 Tomas Chvatal (scarabeus)
2010-10-28 11:43 Tomas Chvatal (scarabeus)
2010-10-23 20:53 Michal Gorny (mgorny)
2010-09-27  9:40 Tomas Chvatal (scarabeus)
2010-08-24  8:59 Tomas Chvatal (scarabeus)
2010-08-22  8:25 Tomas Chvatal (scarabeus)
2010-08-22  8:23 Tomas Chvatal (scarabeus)
2010-08-11  9:20 Tomas Chvatal (scarabeus)
2010-08-06 20:46 Tomas Chvatal (scarabeus)
2010-08-06 19:09 Tomas Chvatal (scarabeus)
2010-07-14  8:34 Tomas Chvatal (scarabeus)
2010-06-08 20:22 Remi Cardona (remi)
2010-04-22 18:27 Tomas Chvatal (scarabeus)
2010-03-17 14:29 Tomas Chvatal (scarabeus)
2010-03-14 10:27 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=20101105121155.542E820051@flycatcher.gentoo.org \
    --to=scarabeus@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