* [gentoo-commits] gentoo-x86 commit in sci-libs/mpir: ChangeLog mpir-2.2.0.ebuild
@ 2010-12-16 9:55 Thomas Kahle (tomka)
0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2010-12-16 9:55 UTC (permalink / raw
To: gentoo-commits
tomka 10/12/16 09:55:08
Modified: ChangeLog
Added: mpir-2.2.0.ebuild
Log:
bump to 2.2.0
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.3 sci-libs/mpir/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mpir/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mpir/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mpir/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 13 Nov 2010 12:51:24 -0000 1.2
+++ ChangeLog 16 Dec 2010 09:55:08 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/mpir
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.2 2010/11/13 12:51:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.3 2010/12/16 09:55:08 tomka Exp $
+
+*mpir-2.2.0 (16 Dec 2010)
+
+ 16 Dec 2010; Thomas Kahle <tomka@gentoo.org> +mpir-2.2.0.ebuild,
+ +files/mpir-2.2.0-yasm.patch:
+ bump to 2.2.0
13 Nov 2010; Justin Lecher <jlec@gentoo.org> mpir-2.1.3.ebuild:
Some QA
1.1 sci-libs/mpir/mpir-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mpir/mpir-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mpir/mpir-2.2.0.ebuild?rev=1.1&content-type=text/plain
Index: mpir-2.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/mpir-2.2.0.ebuild,v 1.1 2010/12/16 09:55:08 tomka Exp $
EAPI="3"
inherit eutils autotools
DESCRIPTION="Library for arbitrary precision integer arithmetic derived from version 4.2.1 of gmp"
HOMEPAGE="http://www.mpir.org/"
SRC_URI="http://www.mpir.org/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+cxx cpudetection"
DEPEND="x86? ( dev-lang/yasm )
amd64? ( dev-lang/yasm )"
RDEPEND=""
src_prepare(){
epatch \
"${FILESDIR}/${PN}-${PV}-yasm.patch" \
"${FILESDIR}/${PN}-1.3.0-ABI-multilib.patch"
# In the same way there was QA regarding executable stacks
# with GMP we have some here as well. We cannot apply the
# GMP solution as yasm is used, at least on x86/amd64.
# Furthermore we are able to patch config.ac.
ebegin "Patching assembler files to remove executable sections"
for i in $(find . -type f -name '*.asm') ; do
cat >> $i <<-EOF
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
EOF
done
for i in $(find . -type f -name '*.as') ; do
cat >> $i <<-EOF
%ifidn __OUTPUT_FORMAT__,elf
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
EOF
done
eend
eautoreconf
}
src_configure() {
# beware that cpudetection aka fat binaries is x86/amd64 only.
# Place mpir in profiles/arch/$arch/package.use.mask when making it available on $arch.
econf \
$(use_enable cxx) \
$(use_enable cpudetection fat)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog README NEWS || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-16 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 9:55 [gentoo-commits] gentoo-x86 commit in sci-libs/mpir: ChangeLog mpir-2.2.0.ebuild Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox