From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89869138472 for ; Mon, 14 Jan 2013 04:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260C221C00C; Mon, 14 Jan 2013 04:41:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82FD921C00C for ; Mon, 14 Jan 2013 04:41:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F2CC33DA80 for ; Mon, 14 Jan 2013 04:41:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2288) id 26B5C2171D; Mon, 14 Jan 2013 04:41:38 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/libcilkrts: libcilkrts-2856.ebuild ChangeLog libcilkrts-2546.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: libcilkrts-2856.ebuild ChangeLog libcilkrts-2546.ebuild X-VCS-Directories: dev-lang/libcilkrts X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130114044138.26B5C2171D@flycatcher.gentoo.org> Date: Mon, 14 Jan 2013 04:41:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17803be4-af47-4409-a198-3045d8df05ee X-Archives-Hash: c4a34578e214ea9db8c05ab0c01798ec ottxor 13/01/14 04:41:38 Modified: ChangeLog Added: libcilkrts-2856.ebuild Removed: libcilkrts-2546.ebuild Log: version bump (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key C2000586) Revision Changes Path 1.3 dev-lang/libcilkrts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/libcilkrts/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/libcilkrts/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/libcilkrts/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/libcilkrts/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 18 Jul 2012 02:23:48 -0000 1.2 +++ ChangeLog 14 Jan 2013 04:41:37 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/libcilkrts -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/libcilkrts/ChangeLog,v 1.2 2012/07/18 02:23:48 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/libcilkrts/ChangeLog,v 1.3 2013/01/14 04:41:37 ottxor Exp $ + +*libcilkrts-2856 (14 Jan 2013) + + 14 Jan 2013; Christoph Junghans + +files/libcilkrts-2856-flags.patch, +libcilkrts-2856.ebuild, + -files/libcilkrts-2546-build.patch, -libcilkrts-2546.ebuild: + version bump *libcilkrts-2546 (18 Jul 2012) 1.1 dev-lang/libcilkrts/libcilkrts-2856.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/libcilkrts/libcilkrts-2856.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/libcilkrts/libcilkrts-2856.ebuild?rev=1.1&content-type=text/plain Index: libcilkrts-2856.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/libcilkrts/libcilkrts-2856.ebuild,v 1.1 2013/01/14 04:41:37 ottxor Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="Intel Cilk Plus run time library" HOMEPAGE="http://cilkplus.org" SRC_URI="http://cilkplus.org/sites/default/files/runtime_source/cilkplus-rtl-00${PV}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" AUTOTOOLS_AUTORECONF=1 DOCS=( README ) PATCHES=( "${FILESDIR}/${PN}-2546-include.patch" "${FILESDIR}/${P}-flags.patch" )