public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.10_rc5.ebuild
@ 2011-02-15 17:51 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-15 17:51 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/15 17:51:43

  Modified:             ChangeLog
  Added:                libffi-3.0.10_rc5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.112                dev-libs/libffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	12 Feb 2011 16:18:45 -0000	1.111
+++ ChangeLog	15 Feb 2011 17:51:42 -0000	1.112
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libffi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.111 2011/02/12 16:18:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.112 2011/02/15 17:51:42 ssuominen Exp $
+
+*libffi-3.0.10_rc5 (15 Feb 2011)
+
+  15 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +libffi-3.0.10_rc5.ebuild:
+  Version bump.
 
 *libffi-3.0.10_rc4 (12 Feb 2011)
 



1.1                  dev-libs/libffi/libffi-3.0.10_rc5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild?rev=1.1&content-type=text/plain

Index: libffi-3.0.10_rc5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild,v 1.1 2011/02/15 17:51:42 ssuominen Exp $

EAPI=2

MY_P=${P/_}

inherit libtool

DESCRIPTION="a portable, high level programming interface to various calling conventions."
HOMEPAGE="http://sourceware.org/libffi/"
SRC_URI="ftp://sourceware.org/pub/${PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~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=""
DEPEND="test? ( dev-util/dejagnu )"

S=${WORKDIR}/${MY_P}

src_prepare() {
	elibtoolize
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static) \
		$(use_enable debug)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog* README
	find "${D}" -name '*.la' -exec rm -f {} +
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.10_rc5.ebuild
@ 2011-02-23 17:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-23 17:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/23 17:21:11

  Modified:             ChangeLog libffi-3.0.10_rc5.ebuild
  Log:
  Detect and document broken installation of sys-devel/gcc in the build.log wrt #354903
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.113                dev-libs/libffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	15 Feb 2011 17:51:42 -0000	1.112
+++ ChangeLog	23 Feb 2011 17:21:11 -0000	1.113
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libffi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.112 2011/02/15 17:51:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.113 2011/02/23 17:21:11 ssuominen Exp $
+
+  23 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.10_rc5.ebuild:
+  Detect and document broken installation of sys-devel/gcc in the build.log wrt
+  #354903
 
 *libffi-3.0.10_rc5 (15 Feb 2011)
 



1.2                  dev-libs/libffi/libffi-3.0.10_rc5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild?r1=1.1&r2=1.2

Index: libffi-3.0.10_rc5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libffi-3.0.10_rc5.ebuild	15 Feb 2011 17:51:42 -0000	1.1
+++ libffi-3.0.10_rc5.ebuild	23 Feb 2011 17:21:11 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild,v 1.1 2011/02/15 17:51:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10_rc5.ebuild,v 1.2 2011/02/23 17:21:11 ssuominen Exp $
 
 EAPI=2
 
 MY_P=${P/_}
 
-inherit libtool
+inherit libtool toolchain-funcs
 
 DESCRIPTION="a portable, high level programming interface to various calling conventions."
 HOMEPAGE="http://sourceware.org/libffi/"
@@ -22,6 +22,16 @@
 
 S=${WORKDIR}/${MY_P}
 
+pkg_setup() {
+	# Detect and document broken installation of sys-devel/gcc in the build.log wrt #354903
+	if ! has_version dev-libs/libffi; then
+		local base="${T}/conftest"
+		echo 'int main() { }' > "${base}.c"
+		$(tc-getCC) -o "${base}" "${base}.c" -lffi >&/dev/null && \
+			ewarn "Found a copy of second libffi in your system. Uninstall it before continuing."
+	fi
+}
+
 src_prepare() {
 	elibtoolize
 }






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

end of thread, other threads:[~2011-02-23 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 17:21 [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.10_rc5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-15 17:51 Samuli Suominen (ssuominen)

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