From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GQtaI-0005Sf-IV for garchives@archives.gentoo.org; Fri, 22 Sep 2006 22:33:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8MMVx9g004057; Fri, 22 Sep 2006 22:31:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8MMRqHY028228 for ; Fri, 22 Sep 2006 22:27:52 GMT Received: from home.wh0rd.org (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 761F764595 for ; Fri, 22 Sep 2006 22:27:51 +0000 (UTC) Received: (qmail 12162 invoked from network); 22 Sep 2006 18:26:40 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 22 Sep 2006 18:26:40 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] cleaning up forcing of all autotools Date: Fri, 22 Sep 2006 18:27:55 -0400 User-Agent: KMail/1.9.4 References: <200609132318.54461.vapier@gentoo.org> In-Reply-To: <200609132318.54461.vapier@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2302925.6qk3ZpsGk6"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200609221827.56471.vapier@gentoo.org> X-Archives-Salt: 770fddbc-9229-4bb6-af32-82053788df76 X-Archives-Hash: 06de582219d9596611f86b75983b4ed1 --nextPart2302925.6qk3ZpsGk6 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 13 September 2006 23:18, Mike Frysinger wrote: > i'm going to be fixing the autoconf/automake wrappers so that they no > longer require all versions of autoconf/automake ... this will resolve the > annoying circular dependency but at the sametime packages need to make su= re > that if they use autotools, they pull in the correct version now that users can depclean versions, people are finding broken packages here's some notes for you devs ... use autotools.eclass and set the WANT=20 variables and the eclass should take care of DEPEND for you need autoconf-2.13 (oh god why) ? then do this: WANT_AUTOCONF=3D2.1 inherit autotools how about automake-1.7 ? then do this: WANT_AUTOMAKE=3D1.7 WANT_AUTOCONF=3D2.1 inherit autotools dont care what version, you just want the latest ? then do this: WANT_AUTOMAKE=3Dlatest WANT_AUTOCONF=3Dlatest inherit autotools the autotools eclass will mung "latest" into the correct values =2Dmike --nextPart2302925.6qk3ZpsGk6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQIVAwUARRRjbEFjO5/oN/WBAQJz/hAA4A2WsKUYfmXy1t2qk+pnJoZGNyzMPKF9 utn3XARjf/FzgAOMD4X3tJAc1mAf6eWA2FelGSnLJz4qsMkzlrp+9gms7K8IHPng NhmdQC7Z1nZ2YS9TUL+0ttVr3m98A/lxKzETccd0sv0g9SB7HaYPVMg1yMwf6sYm PulqQzdrFplAlxq5+n2cJy/sYm1lk9QDJBAmTDeZT3CyQ2/CDURgUdrC3apspmUG pZq5n9WD97BEOnJ5uG5hW8v8yM7945D9iJSztQBC4o0ndPZG1Mzh2wB9m9arI5M5 3hoFqeAtdNjIFX3Gs39vP1zuJD/t0/vPxHCDOPokgCE3mW7/zmsiuti4SnX4m+fM Q1MzKAiQQ+VpSxn7l1HMAT+1JiWNng2W47JbZRfsHWg81g7Aeq0KxzIbUGS4xGbl eQEFRawlgkFFL90YbZqONkRSiKkMVAMh+YasAueXdqaHSRSCPuihmvgT4wjX3pN7 a4izzKcG9GICNSDMi6aeen2Biypqh3zVzURg1ft6PawuSVgLdkOT9KdTd0PleL4p cH7JeZxXBAArCrlRCfevw9SRLkK7p8Vl4IkJlKzNQerT2Nbv29AWR3PR2dErKhZO Nq0u2e0LX9WzGvL88SQ5WlB7GUs1kAdYkEpuScvMuc0JgE7x8iZcG3NwnNew5+HC U53w98D+MPU= =NPBT -----END PGP SIGNATURE----- --nextPart2302925.6qk3ZpsGk6-- -- gentoo-dev@gentoo.org mailing list