diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-30 12:57:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-30 12:57:10 +0000 |
commit | 32fd73f11e6db2d31d53dbf8c30d399ad63ff1d6 (patch) | |
tree | d89947827a96c78171821fa92ff524c6492eb1fc /dev-libs/libffi | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-32fd73f11e6db2d31d53dbf8c30d399ad63ff1d6.tar.gz gentoo-2-32fd73f11e6db2d31d53dbf8c30d399ad63ff1d6.tar.bz2 gentoo-2-32fd73f11e6db2d31d53dbf8c30d399ad63ff1d6.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.9_rc1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.9_rc3.ebuild (renamed from dev-libs/libffi/libffi-3.0.9_rc2.ebuild) | 5 |
3 files changed, 9 insertions, 44 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index 3284d576ccc4..1c22a80b8846 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -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.84 2009/10/27 17:46:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.85 2009/10/30 12:57:10 ssuominen Exp $ + +*libffi-3.0.9_rc3 (30 Oct 2009) + + 30 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + +libffi-3.0.9_rc3.ebuild: + Version bump. *libffi-3.0.9_rc2 (27 Oct 2009) diff --git a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild b/dev-libs/libffi/libffi-3.0.9_rc1.ebuild deleted file mode 100644 index e81f9d746725..000000000000 --- a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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_rc1.ebuild,v 1.3 2009/10/14 10:03:48 ssuominen Exp $ - -inherit autotools eutils - -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="!<dev-libs/g-wrap-1.9.11 - test? ( dev-util/dejagnu )" - -S=${WORKDIR}/${P/_} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-3.0.8-autoconf-2.64.patch - eautoreconf -} - -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 -} diff --git a/dev-libs/libffi/libffi-3.0.9_rc2.ebuild b/dev-libs/libffi/libffi-3.0.9_rc3.ebuild index 0b20d5a66325..b06cfb04a931 100644 --- a/dev-libs/libffi/libffi-3.0.9_rc2.ebuild +++ b/dev-libs/libffi/libffi-3.0.9_rc3.ebuild @@ -1,6 +1,6 @@ # 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_rc2.ebuild,v 1.1 2009/10/27 17:46:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9_rc3.ebuild,v 1.1 2009/10/30 12:57:10 ssuominen Exp $ inherit libtool @@ -14,8 +14,7 @@ KEYWORDS="" IUSE="debug static-libs test" RDEPEND="" -DEPEND="!<dev-libs/g-wrap-1.9.11 - test? ( dev-util/dejagnu )" +DEPEND="test? ( dev-util/dejagnu )" S=${WORKDIR}/${P/_} |