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.9_rc9.ebuild
@ 2009-12-26 15:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-12-26 15:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/26 15:47:10

  Modified:             ChangeLog
  Added:                libffi-3.0.9_rc9.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.91                 dev-libs/libffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	25 Dec 2009 14:30:40 -0000	1.90
+++ ChangeLog	26 Dec 2009 15:47:10 -0000	1.91
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libffi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.90 2009/12/25 14:30:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.91 2009/12/26 15:47:10 ssuominen Exp $
+
+*libffi-3.0.9_rc9 (26 Dec 2009)
+
+  26 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +libffi-3.0.9_rc9.ebuild:
+  Version bump.
 
 *libffi-3.0.9_rc6 (25 Dec 2009)
 



1.1                  dev-libs/libffi/libffi-3.0.9_rc9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9_rc9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9_rc9.ebuild?rev=1.1&content-type=text/plain

Index: libffi-3.0.9_rc9.ebuild
===================================================================
# Copyright 1999-2009 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_rc9.ebuild,v 1.1 2009/12/26 15:47:10 ssuominen Exp $

inherit libtool

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

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="debug static-libs test"

RDEPEND=""
DEPEND="test? ( dev-util/dejagnu )"

S=${WORKDIR}/${P/_}

src_unpack() {
	unpack ${A}
	cd "${S}"
	elibtoolize
}

src_compile() {
	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static) \
		$(use_enable debug)
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog* README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-26 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 15:47 [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog libffi-3.0.9_rc9.ebuild 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