public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Duft (mduft)" <mduft@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.7.7.1.ebuild ChangeLog
Date: Fri, 26 Aug 2011 06:43:44 +0000 (UTC)	[thread overview]
Message-ID: <20110826064344.4B3972004C@flycatcher.gentoo.org> (raw)

mduft       11/08/26 06:43:44

  Modified:             sqlite-3.7.7.1.ebuild ChangeLog
  Log:
  add eautoreconf for prefix platforms
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-db/sqlite/sqlite-3.7.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild?r1=1.4&r2=1.5

Index: sqlite-3.7.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sqlite-3.7.7.1.ebuild	25 Aug 2011 17:36:33 -0000	1.4
+++ sqlite-3.7.7.1.ebuild	26 Aug 2011 06:43:44 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.4 2011/08/25 17:36:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.5 2011/08/26 06:43:44 mduft Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic multilib versionator
+inherit eutils flag-o-matic multilib versionator autotools
 
 SRC_PV="$(printf "%u%02u%02u%02u" $(get_version_components))"
 # DOC_PV="$(printf "%u%02u%02u00" $(get_version_components $(get_version_component_range 1-3)))"
@@ -52,6 +52,9 @@
 		epatch "${FILESDIR}"/${P}-interix-amalgamation.patch
 	fi
 
+	# at least x86-interix and ppc-aix need this to catch a new(er)
+	# libtool, as the shipped one lacks some platform support.
+	use prefix && eautoreconf
 	epunt_cxx
 }
 



1.382                dev-db/sqlite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.382&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.382&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.381&r2=1.382

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -r1.381 -r1.382
--- ChangeLog	25 Aug 2011 17:36:33 -0000	1.381
+++ ChangeLog	26 Aug 2011 06:43:44 -0000	1.382
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.381 2011/08/25 17:36:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.382 2011/08/26 06:43:44 mduft Exp $
+
+  26 Aug 2011; Markus Duft <mduft@gentoo.org> sqlite-3.7.7.1.ebuild:
+  introduce eautoreconf for prefix platforms that need newer libtool
 
   25 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> sqlite-3.7.7.1.ebuild:
   ppc/ppc64 stable wrt #372745






             reply	other threads:[~2011-08-26  6:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-26  6:43 Markus Duft (mduft) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-03 17:17 [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.7.7.1.ebuild ChangeLog Raul Porcel (armin76)
2011-08-28 13:35 Markus Meier (maekke)
2011-08-26 19:10 Fabian Groffen (grobian)
2011-08-26 13:52 Markos Chandras (hwoarang)
2011-08-26  6:55 Thomas Kahle (tomka)
2011-08-25 17:36 Kacper Kowalik (xarthisius)
2011-08-25 11:50 Jeroen Roovers (jer)
2011-07-15 14:04 Markus Duft (mduft)
2011-07-01 21:44 Markos Chandras (hwoarang)

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=20110826064344.4B3972004C@flycatcher.gentoo.org \
    --to=mduft@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