public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen (abcd)" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.9.ebuild
Date: Sat, 20 Feb 2010 22:06:59 +0000	[thread overview]
Message-ID: <E1NixTX-0002ey-48@stork.gentoo.org> (raw)

abcd        10/02/20 22:06:59

  Modified:             ChangeLog libffi-3.0.9.ebuild
  Log:
  Add patches from prefix, add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.99                 dev-libs/libffi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	25 Jan 2010 18:37:37 -0000	1.98
+++ ChangeLog	20 Feb 2010 22:06:58 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libffi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.98 2010/01/25 18:37:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.99 2010/02/20 22:06:58 abcd Exp $
+
+  20 Feb 2010; Jonathan Callen <abcd@gentoo.org> libffi-3.0.9.ebuild,
+  +files/libffi-3.0.9-interix.patch, +files/libffi-3.0.9-irix.patch:
+  Add patches from prefix, add prefix keywords
 
   25 Jan 2010; Raúl Porcel <armin76@gentoo.org> libffi-3.0.9.ebuild:
   Add ~m68k, thanks to kolla for testing



1.7                  dev-libs/libffi/libffi-3.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?r1=1.6&r2=1.7

Index: libffi-3.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libffi-3.0.9.ebuild	25 Jan 2010 18:37:37 -0000	1.6
+++ libffi-3.0.9.ebuild	20 Feb 2010 22:06:58 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.6 2010/01/25 18:37:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.7 2010/02/20 22:06:58 abcd Exp $
 
-inherit libtool
+inherit eutils libtool
 
 DESCRIPTION="a portable, high level programming interface to various calling conventions."
 HOMEPAGE="http://sourceware.org/libffi/"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 
 RDEPEND=""
@@ -19,6 +19,10 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+
+	epatch "${FILESDIR}"/${P}-interix.patch
+	epatch "${FILESDIR}"/${P}-irix.patch
+
 	elibtoolize
 }
 






             reply	other threads:[~2010-02-20 22:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-20 22:06 Jonathan Callen (abcd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-20 17:55 [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.9.ebuild Raul Porcel (armin76)
2010-09-19 17:33 Raul Porcel (armin76)
2010-04-16 17:56 Brent Baude (ranger)
2010-03-22 13:52 Brent Baude (ranger)
2010-03-16 19:11 Raul Porcel (armin76)
2010-03-03 15:36 PaweA Hajdan (phajdan.jr)
2010-02-22 19:53 Samuli Suominen (ssuominen)
2010-02-22 19:35 Jeroen Roovers (jer)
2010-01-25 18:37 Raul Porcel (armin76)
2010-01-24 18:50 Raul Porcel (armin76)
2010-01-13 14:21 Brent Baude (ranger)
2010-01-04 23:42 Markus Meier (maekke)
2010-01-03  6:17 Jeroen Roovers (jer)

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=E1NixTX-0002ey-48@stork.gentoo.org \
    --to=abcd@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