diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-09 17:38:42 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-09 17:38:42 +0000 |
commit | 9ae62ee86bd7338ea2c995312dede16f89f8dd0a (patch) | |
tree | 4b4432a52c757cad3ef5991201747af09d1b1c14 /dev-lang | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-9ae62ee86bd7338ea2c995312dede16f89f8dd0a.tar.gz gentoo-2-9ae62ee86bd7338ea2c995312dede16f89f8dd0a.tar.bz2 gentoo-2-9ae62ee86bd7338ea2c995312dede16f89f8dd0a.zip |
Install gtk-doc API documentation in the location where standard tools like devhelp expect it. Make DESCRIPTION a bit more descriptive.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/orc/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.10.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.11.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.14.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.16-r1.ebuild | 42 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.16.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.9.ebuild | 4 |
7 files changed, 64 insertions, 14 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index d330f53ee7e5..d6528a71a7d2 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-lang/orc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.25 2012/05/21 18:48:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.26 2012/11/09 17:38:42 tetromino Exp $ + +*orc-0.4.16-r1 (09 Nov 2012) + + 09 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> orc-0.4.9.ebuild, + orc-0.4.10.ebuild, orc-0.4.11.ebuild, orc-0.4.14.ebuild, orc-0.4.16.ebuild, + +orc-0.4.16-r1.ebuild: + Install gtk-doc API documentation in the location where standard tools like + devhelp expect it. Make DESCRIPTION a bit more descriptive. 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> orc-0.4.9.ebuild: Add missing inheritance of eutils.eclass diff --git a/dev-lang/orc/orc-0.4.10.ebuild b/dev-lang/orc/orc-0.4.10.ebuild index 4740e57ce8c7..c9d99dd29a0a 100644 --- a/dev-lang/orc/orc-0.4.10.ebuild +++ b/dev-lang/orc/orc-0.4.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.10.ebuild,v 1.1 2010/10/08 09:31:01 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.10.ebuild,v 1.2 2012/11/09 17:38:42 tetromino Exp $ EAPI=3 inherit autotools -DESCRIPTION="The Oil Runtime Compiler" +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://code.entropywave.com/projects/orc/" SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" diff --git a/dev-lang/orc/orc-0.4.11.ebuild b/dev-lang/orc/orc-0.4.11.ebuild index b137ab0dff56..8d1dce6b103c 100644 --- a/dev-lang/orc/orc-0.4.11.ebuild +++ b/dev-lang/orc/orc-0.4.11.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild,v 1.6 2011/03/18 00:35:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild,v 1.7 2012/11/09 17:38:42 tetromino Exp $ EAPI=3 inherit autotools flag-o-matic -DESCRIPTION="The Oil Runtime Compiler" +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://code.entropywave.com/projects/orc/" SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" diff --git a/dev-lang/orc/orc-0.4.14.ebuild b/dev-lang/orc/orc-0.4.14.ebuild index 2bc67f4f4542..35803323fc7d 100644 --- a/dev-lang/orc/orc-0.4.14.ebuild +++ b/dev-lang/orc/orc-0.4.14.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild,v 1.5 2011/11/24 22:42:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild,v 1.6 2012/11/09 17:38:42 tetromino Exp $ EAPI=3 inherit autotools flag-o-matic -DESCRIPTION="The Oil Runtime Compiler" +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://code.entropywave.com/projects/orc/" SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" diff --git a/dev-lang/orc/orc-0.4.16-r1.ebuild b/dev-lang/orc/orc-0.4.16-r1.ebuild new file mode 100644 index 000000000000..a3d917e37537 --- /dev/null +++ b/dev-lang/orc/orc-0.4.16-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.1 2012/11/09 17:38:42 tetromino Exp $ + +EAPI=4 +inherit autotools flag-o-matic + +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" +HOMEPAGE="http://code.entropywave.com/projects/orc/" +SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" + +LICENSE="BSD BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs examples" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am" + +src_prepare() { + if ! use examples; then + sed -i -e '/SUBDIRS/s:examples::' Makefile.am || die + AT_M4DIR="m4" eautoreconf + fi +} + +src_configure() { + # any optimisation on PPC/Darwin yields in a complaint from the assembler + # Parameter error: r0 not allowed for parameter %lu (code as 0 not r0) + # the same for Intel/Darwin, although the error message there is different + # but along the same lines + [[ ${CHOST} == *-darwin* ]] && filter-flags -O* + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete +} diff --git a/dev-lang/orc/orc-0.4.16.ebuild b/dev-lang/orc/orc-0.4.16.ebuild index 2251ae520222..3dba94e52662 100644 --- a/dev-lang/orc/orc-0.4.16.ebuild +++ b/dev-lang/orc/orc-0.4.16.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16.ebuild,v 1.2 2012/05/15 13:42:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16.ebuild,v 1.3 2012/11/09 17:38:42 tetromino Exp $ EAPI=4 inherit autotools flag-o-matic -DESCRIPTION="The Oil Runtime Compiler" +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://code.entropywave.com/projects/orc/" SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" diff --git a/dev-lang/orc/orc-0.4.9.ebuild b/dev-lang/orc/orc-0.4.9.ebuild index 73124002f5c4..719b91a11485 100644 --- a/dev-lang/orc/orc-0.4.9.ebuild +++ b/dev-lang/orc/orc-0.4.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.9.ebuild,v 1.2 2012/05/21 18:48:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.9.ebuild,v 1.3 2012/11/09 17:38:42 tetromino Exp $ EAPI=3 inherit autotools eutils -DESCRIPTION="The Oil Runtime Compiler" +DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="http://code.entropywave.com/projects/orc/" SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" |