diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-07-29 06:11:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-07-29 06:11:09 +0000 |
commit | 8abcba1bfca6d5ba5ce957a28249f851dec0ac18 (patch) | |
tree | 3b89d9db3e218ad7788c523c0a11092ae1246e4b /sci-misc | |
parent | Fix media-libs/raptor depend to use old SLOTs; no raptor2 support in 2.6.51 (diff) | |
download | gentoo-2-8abcba1bfca6d5ba5ce957a28249f851dec0ac18.tar.gz gentoo-2-8abcba1bfca6d5ba5ce957a28249f851dec0ac18.tar.bz2 gentoo-2-8abcba1bfca6d5ba5ce957a28249f851dec0ac18.zip |
Version bump
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/lttoolbox/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/lttoolbox/files/3.2.0-flags.patch | 43 | ||||
-rw-r--r-- | sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild | 14 | ||||
-rw-r--r-- | sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild | 28 |
4 files changed, 82 insertions, 11 deletions
diff --git a/sci-misc/lttoolbox/ChangeLog b/sci-misc/lttoolbox/ChangeLog index 0f29a1694884..adec2e471584 100644 --- a/sci-misc/lttoolbox/ChangeLog +++ b/sci-misc/lttoolbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/lttoolbox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.4 2011/03/02 21:12:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/ChangeLog,v 1.5 2011/07/29 06:11:09 bicatali Exp $ + +*lttoolbox-3.2.0 (29 Jul 2011) + + 29 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> + +files/3.2.0-flags.patch, lttoolbox-3.1.0.ebuild, +lttoolbox-3.2.0.ebuild: + Version bump 02 Mar 2011; Justin Lecher <jlec@gentoo.org> lttoolbox-3.1.0.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-misc/lttoolbox/files/3.2.0-flags.patch b/sci-misc/lttoolbox/files/3.2.0-flags.patch new file mode 100644 index 000000000000..a6a56bf42c0d --- /dev/null +++ b/sci-misc/lttoolbox/files/3.2.0-flags.patch @@ -0,0 +1,43 @@ +diff -Nur lttoolbox-3.2.0.orig/configure.ac lttoolbox-3.2.0/configure.ac +--- lttoolbox-3.2.0.orig/configure.ac 2011-07-29 06:36:44.000000000 +0100 ++++ lttoolbox-3.2.0/configure.ac 2011-07-29 06:38:04.000000000 +0100 +@@ -51,39 +51,6 @@ + + # Checks for programs. + +-AC_MSG_CHECKING([Compilation architecture: PPC, i686, x86_64, Other]) +-if test x$(which arch) = x +-then ARCH=$($(which uname) -m) +-else ARCH=$($(which arch)) +-fi +- +-if test x$ARCH = xppc +-then +- AC_MSG_RESULT([PowerPC]) +- CFLAGS="-Wall -fomit-frame-pointer $CFLAGS" +- CXXFLAGS="-Wall -fomit-frame-pointer $CXXFLAGS" +-else +- if test x$ARCH = xi686 +- then +- AC_MSG_RESULT([i686]) +- CFLAGS="-Wall -march=i686 -O3 -fomit-frame-pointer -funroll-loops $CFLAGS" +- CXXFLAGS="-Wall -march=i686 -O3 \ +- -fomit-frame-pointer -funroll-loops $CXXFLAGS" +- +- else +- if test x$ARCH = xx86_64 +- then +- AC_MSG_RESULT([x86_64]) +- CFLAGS="-Wall -O3 -mtune=nocona -fomit-frame-pointer -funroll-loops $CFLAGS" +- CXXFLAGS="-Wall -O3 -mtune=nocona \ +- -fomit-frame-pointer -funroll-loops $CXXFLAGS" +- else +- AC_MSG_RESULT([Other]) +- CFLAGS="-Wall -O3 $CFLAGS" +- CXXFLAGS="-Wall -O3 $CXXFLAGS" +- fi +- fi +-fi + + AC_CANONICAL_HOST + diff --git a/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild b/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild index 6f458441470d..eabc0dcf5f41 100644 --- a/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild +++ b/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.3 2011/03/02 21:12:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild,v 1.4 2011/07/29 06:11:09 bicatali Exp $ -EAPI="1" +EAPI=4 DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words" HOMEPAGE="http://apertium.sourceforge.net" @@ -10,17 +10,11 @@ SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - dev-libs/libxml2:2 +DEPEND="dev-libs/libxml2:2 dev-libs/libxslt dev-libs/libpcre sys-libs/libunwind" RDEPEND="${DEPEND}" - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc README AUTHORS ChangeLog || die "dodoc failed" -} diff --git a/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild b/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild new file mode 100644 index 000000000000..1784feaae8bd --- /dev/null +++ b/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild,v 1.1 2011/07/29 06:11:09 bicatali Exp $ + +EAPI=4 +inherit eutils autotools + +DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words" +HOMEPAGE="http://apertium.sourceforge.net" +SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +RDEPEND="dev-libs/libxml2:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${PV}-flags.patch + eautoreconf +} + +src_configure() { + econf $(use_enable static-libs static) +} |