diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 10:03:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 10:03:48 +0000 |
commit | 5bec95f8dd7d8b6da56abf254fad8c152f074605 (patch) | |
tree | 14522b1e36646bb1bada142c7629d5d10fa9a4bc /dev-libs/libffi | |
parent | Mask sys-devel/gcc[libffi] to avoid conflict with dev-libs/libffi in ld.so.conf. (diff) | |
download | gentoo-2-5bec95f8dd7d8b6da56abf254fad8c152f074605.tar.gz gentoo-2-5bec95f8dd7d8b6da56abf254fad8c152f074605.tar.bz2 gentoo-2-5bec95f8dd7d8b6da56abf254fad8c152f074605.zip |
Remove useless warning.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 11 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.8.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.9_rc1.ebuild | 10 |
3 files changed, 6 insertions, 21 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index f4ed24fac23c..71f54144c849 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,11 +1,10 @@ # 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.80 2009/10/05 19:18:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.81 2009/10/14 10:03:48 ssuominen Exp $ 05 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild, libffi-3.0.9_rc1.ebuild: - Keyword ~sparc-fbsd. Compile tested on - FreeBSD-6.2-RELEASE-sparc64-64bit-ELF. Warning, test suite is broken. + Keyword ~sparc-fbsd. Compile tested on FreeBSD-6.2-RELEASE-sparc64-64bit-ELF. *libffi-3.0.9_rc1 (05 Oct 2009) @@ -22,12 +21,6 @@ Fix compability with Autoconf 2.64 wrt #287020, thanks to Mike Lundy and Mike Frysinger. - 28 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild: - Use has_version to print warning only if sys-devel/gcc is built with USE - libffi. This can be made a blocking atom once sparc is done with - gnustep-base/gnustep-base and old versions are removed from tree. Thanks - to Dirkjan Ochtman and Arfrever Frehtes Taifersar Arahesis in bug 286733. - 23 Sep 2009; Alexis Ballier <aballier@gentoo.org> libffi-3.0.8.ebuild, +files/libffi-3.0.8-fbsd.patch: Fix detection and test on FreeBSD and keyword it. diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild index 02e44bebd40a..9bce776a4f0c 100644 --- a/dev-libs/libffi/libffi-3.0.8.ebuild +++ b/dev-libs/libffi/libffi-3.0.8.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.8.ebuild,v 1.21 2009/10/05 19:18:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.22 2009/10/14 10:03:48 ssuominen Exp $ inherit autotools eutils @@ -37,7 +37,3 @@ src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog* README TODO } - -pkg_postinst() { - ewarn "If you have sys-devel/gcc built with USE libffi, unset it immediately." -} diff --git a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild b/dev-libs/libffi/libffi-3.0.9_rc1.ebuild index ccf3e4d1ae4b..e81f9d746725 100644 --- a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild +++ b/dev-libs/libffi/libffi-3.0.9_rc1.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_rc1.ebuild,v 1.2 2009/10/05 19:18:19 ssuominen Exp $ +# $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 @@ -10,7 +10,7 @@ SRC_URI="ftp://sources.redhat.com/pub/${PN}/${P/_}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="" IUSE="debug static-libs test" RDEPEND="" @@ -22,7 +22,7 @@ S=${WORKDIR}/${P/_} src_unpack() { unpack ${A} cd "${S}" -# epatch "${FILESDIR}"/${PN}-3.0.8-autoconf-2.64.patch + epatch "${FILESDIR}"/${PN}-3.0.8-autoconf-2.64.patch eautoreconf } @@ -38,7 +38,3 @@ src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog* README } - -pkg_postinst() { - ewarn "If you have sys-devel/gcc built with USE libffi, unset it immediately." -} |