public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.10.ebuild ChangeLog libtool-2.4-r1.ebuild
@ 2011-02-22 21:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-02-22 21:43 UTC (permalink / raw
  To: gentoo-commits

vapier      11/02/22 21:43:50

  Modified:             libtool-2.2.10.ebuild ChangeLog
                        libtool-2.4-r1.ebuild
  Log:
  Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher Nguyễn.
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-devel/libtool/libtool-2.2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?r1=1.10&r2=1.11

Index: libtool-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libtool-2.2.10.ebuild	13 Nov 2010 12:02:17 -0000	1.10
+++ libtool-2.2.10.ebuild	22 Feb 2011 21:43:50 -0000	1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.10 2010/11/13 12:02:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.11 2011/02/22 21:43:50 vapier Exp $
 
-EAPI="3"
+EAPI="2" #356089
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools multilib



1.185                sys-devel/libtool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	19 Feb 2011 17:30:19 -0000	1.184
+++ ChangeLog	22 Feb 2011 21:43:50 -0000	1.185
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.184 2011/02/19 17:30:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.185 2011/02/22 21:43:50 vapier Exp $
+
+  22 Feb 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild,
+  libtool-2.4-r1.ebuild:
+  Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher
+  Nguyễn.
 
   19 Feb 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.4-r1.ebuild:
   Block even newer versions of automake #355551 by Tim Yamin.



1.4                  sys-devel/libtool/libtool-2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?r1=1.3&r2=1.4

Index: libtool-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtool-2.4-r1.ebuild	21 Feb 2011 17:41:32 -0000	1.3
+++ libtool-2.4-r1.ebuild	22 Feb 2011 21:43:50 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.3 2011/02/21 17:41:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.4 2011/02/22 21:43:50 vapier Exp $
 
-EAPI="3"
+EAPI="2" #356089
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools multilib
@@ -24,6 +24,11 @@
 	>=sys-devel/binutils-2.20
 	app-arch/xz-utils"
 
+src_unpack() {
+	xz -dc "${DISTDIR}"/${A} > ${P}.tar #356089
+	unpack ./${P}.tar
+}
+
 src_prepare() {
 	if ! use vanilla ; then
 		epunt_cxx






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.10.ebuild ChangeLog libtool-2.4-r1.ebuild
@ 2011-08-22 18:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-08-22 18:20 UTC (permalink / raw
  To: gentoo-commits

vapier      11/08/22 18:20:20

  Modified:             libtool-2.2.10.ebuild ChangeLog
                        libtool-2.4-r1.ebuild
  Log:
  Use new WANT_LIBTOOL=none knob to disable recursive self depend.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/libtool/libtool-2.2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild?r1=1.11&r2=1.12

Index: libtool-2.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libtool-2.2.10.ebuild	22 Feb 2011 21:43:50 -0000	1.11
+++ libtool-2.2.10.ebuild	22 Aug 2011 18:20:20 -0000	1.12
@@ -1,10 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.11 2011/02/22 21:43:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.12 2011/08/22 18:20:20 vapier Exp $
 
 EAPI="2" #356089
 
 LIBTOOLIZE="true" #225559
+WANT_LIBTOOL="none"
 inherit eutils autotools multilib
 
 DESCRIPTION="A shared library tool for developers"



1.190                sys-devel/libtool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	13 Aug 2011 18:07:11 -0000	1.189
+++ ChangeLog	22 Aug 2011 18:20:20 -0000	1.190
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.189 2011/08/13 18:07:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.190 2011/08/22 18:20:20 vapier Exp $
+
+  22 Aug 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild,
+  libtool-2.4-r1.ebuild:
+  Use new WANT_LIBTOOL=none knob to disable recursive self depend.
 
   13 Aug 2011; Raúl Porcel <armin76@gentoo.org> libtool-2.4-r1.ebuild:
   alpha/ia64/m68k/s390/sh/sparc stable wrt #375579



1.9                  sys-devel/libtool/libtool-2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild?r1=1.8&r2=1.9

Index: libtool-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libtool-2.4-r1.ebuild	13 Aug 2011 18:07:11 -0000	1.8
+++ libtool-2.4-r1.ebuild	22 Aug 2011 18:20:20 -0000	1.9
@@ -1,10 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.8 2011/08/13 18:07:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.9 2011/08/22 18:20:20 vapier Exp $
 
 EAPI="2" #356089
 
 LIBTOOLIZE="true" #225559
+WANT_LIBTOOL="none"
 inherit eutils autotools multilib
 
 DESCRIPTION="A shared library tool for developers"






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

end of thread, other threads:[~2011-08-22 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 21:43 [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.10.ebuild ChangeLog libtool-2.4-r1.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-22 18:20 Mike Frysinger (vapier)

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