public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.17.ebuild ChangeLog orc-0.4.16-r1.ebuild orc-0.4.9.ebuild orc-0.4.10.ebuild orc-0.4.16.ebuild orc-0.4.11.ebuild orc-0.4.14.ebuild
@ 2013-04-29 13:49 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-04-29 13:49 UTC (permalink / raw
  To: gentoo-commits

tetromino    13/04/29 13:49:11

  Modified:             ChangeLog orc-0.4.16-r1.ebuild
  Added:                orc-0.4.17.ebuild
  Removed:              orc-0.4.9.ebuild orc-0.4.10.ebuild
                        orc-0.4.16.ebuild orc-0.4.11.ebuild
                        orc-0.4.14.ebuild
  Log:
  Version bump. Remove obsolete versions. Fix building with automake-1.13 (bug #466956, thanks to Alphat-PC).
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.31                 dev-lang/orc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Dec 2012 15:37:34 -0000	1.30
+++ ChangeLog	29 Apr 2013 13:49:11 -0000	1.31
@@ -1,6 +1,16 @@
 # 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.30 2012/12/04 15:37:34 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.31 2013/04/29 13:49:11 tetromino Exp $
+
+*orc-0.4.17 (29 Apr 2013)
+
+  29 Apr 2013; 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, +orc-0.4.17.ebuild,
+  -files/orc-0.4.9-make-valgrind-optional.patch,
+  +files/orc-0.4.17-AM_CONFIG_HEADER.patch:
+  Version bump. Remove obsolete versions. Fix building with automake-1.13 (bug
+  #466956, thanks to Alphat-PC).
 
   04 Dec 2012; <ago@gentoo.org> orc-0.4.16-r1.ebuild:
   Stable for x86, wrt bug #442438



1.6                  dev-lang/orc/orc-0.4.16-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild?r1=1.5&r2=1.6

Index: orc-0.4.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- orc-0.4.16-r1.ebuild	4 Dec 2012 15:37:34 -0000	1.5
+++ orc-0.4.16-r1.ebuild	29 Apr 2013 13:49:11 -0000	1.6
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.5 2012/12/04 15:37:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.6 2013/04/29 13:49:11 tetromino Exp $
 
 EAPI=4
-inherit autotools flag-o-matic
+inherit autotools eutils flag-o-matic
 
 DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
 HOMEPAGE="http://code.entropywave.com/projects/orc/"
@@ -21,6 +21,7 @@
 src_prepare() {
 	if ! use examples; then
 		sed -i -e '/SUBDIRS/s:examples::' Makefile.am || die
+		epatch "${FILESDIR}/${PN}-0.4.17-AM_CONFIG_HEADER.patch" # in 0.4.18
 		AT_M4DIR="m4" eautoreconf
 	fi
 }



1.1                  dev-lang/orc/orc-0.4.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild?rev=1.1&content-type=text/plain

Index: orc-0.4.17.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild,v 1.1 2013/04/29 13:49:11 tetromino Exp $

EAPI="5"
inherit autotools eutils 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
		epatch "${FILESDIR}/${P}-AM_CONFIG_HEADER.patch" # in 0.4.18
		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
	prune_libtool_files
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-29 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 13:49 [gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.17.ebuild ChangeLog orc-0.4.16-r1.ebuild orc-0.4.9.ebuild orc-0.4.10.ebuild orc-0.4.16.ebuild orc-0.4.11.ebuild orc-0.4.14.ebuild Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox