public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26.ebuild
@ 2008-03-14 11:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-03-14 11:22 UTC (permalink / raw
  To: gentoo-commits

vapier      08/03/14 11:22:21

  Modified:             libtool-1.5.26.ebuild
  Log:
  tell people to ignore QA warnings wrt autotools
  (Portage version: 2.2_pre2)

Revision  Changes    Path
1.9                  sys-devel/libtool/libtool-1.5.26.ebuild

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

Index: libtool-1.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libtool-1.5.26.ebuild	1 Mar 2008 19:47:01 -0000	1.8
+++ libtool-1.5.26.ebuild	14 Mar 2008 11:22:20 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.8 2008/03/01 19:47:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.9 2008/03/14 11:22:20 vapier Exp $
 
 inherit eutils
 
@@ -63,6 +63,7 @@
 
 	# Now let's run all our autotool stuff so that files we patch
 	# below don't get regenerated on us later
+	einfo "Ignore any warnings below about QA/autotools"
 	cp libtool.m4 acinclude.m4
 	local d p
 	for d in . libltdl ; do



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26.ebuild
@ 2010-06-08 21:45 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-06-08 21:45 UTC (permalink / raw
  To: gentoo-commits

vapier      10/06/08 21:45:57

  Modified:             libtool-1.5.26.ebuild
  Log:
  mask so people know this isnt directly supported anymore

Revision  Changes    Path
1.10                 sys-devel/libtool/libtool-1.5.26.ebuild

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

Index: libtool-1.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libtool-1.5.26.ebuild	14 Mar 2008 11:22:20 -0000	1.9
+++ libtool-1.5.26.ebuild	8 Jun 2010 21:45:57 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.9 2008/03/14 11:22:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.10 2010/06/08 21:45:57 vapier Exp $
 
 inherit eutils
 
@@ -10,7 +10,8 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+# Keep around for a bit in case someone really needs libtool-1.x
+#KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="vanilla"
 
 RDEPEND="sys-devel/gnuconfig






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26.ebuild
@ 2008-03-01 19:47 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-03-01 19:47 UTC (permalink / raw
  To: gentoo-commits

vapier      08/03/01 19:47:01

  Modified:             libtool-1.5.26.ebuild
  Log:
  arm/s390/sh stable
  (Portage version: 2.2_pre2)

Revision  Changes    Path
1.8                  sys-devel/libtool/libtool-1.5.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild?r1=1.7&r2=1.8

Index: libtool-1.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtool-1.5.26.ebuild	22 Feb 2008 12:01:25 -0000	1.7
+++ libtool-1.5.26.ebuild	1 Mar 2008 19:47:01 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.7 2008/02/22 12:01:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26.ebuild,v 1.8 2008/03/01 19:47:01 vapier Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="vanilla"
 
 RDEPEND="sys-devel/gnuconfig



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2010-06-08 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14 11:22 [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-1.5.26.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-08 21:45 Mike Frysinger (vapier)
2008-03-01 19:47 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