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 8A698138247 for ; Sun, 19 Jan 2014 16:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0654CE0CBB; Sun, 19 Jan 2014 16:30:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 943A8E0CBB for ; Sun, 19 Jan 2014 16:30:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0C3733F692 for ; Sun, 19 Jan 2014 16:30:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 64BFA2004C; Sun, 19 Jan 2014 16:30:11 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/async: ChangeLog async-109.60.00.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog async-109.60.00.ebuild X-VCS-Directories: dev-ml/async X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140119163011.64BFA2004C@flycatcher.gentoo.org> Date: Sun, 19 Jan 2014 16:30:11 +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: f87a8bac-fc6a-4b7d-a7d1-d5ebe4c0f135 X-Archives-Hash: 33a8df85811e53a1f6fd926fafa66993 aballier 14/01/19 16:30:11 Modified: ChangeLog Added: async-109.60.00.ebuild Log: version bump (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.9 dev-ml/async/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Aug 2013 15:44:49 -0000 1.8 +++ ChangeLog 19 Jan 2014 16:30:11 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/async -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.8 2013/08/19 15:44:49 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.9 2014/01/19 16:30:11 aballier Exp $ + +*async-109.60.00 (19 Jan 2014) + + 19 Jan 2014; Alexis Ballier +async-109.60.00.ebuild: + version bump *async-109.38.00 (19 Aug 2013) 1.1 dev-ml/async/async-109.60.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/async-109.60.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/async-109.60.00.ebuild?rev=1.1&content-type=text/plain Index: async-109.60.00.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/async/async-109.60.00.ebuild,v 1.1 2014/01/19 16:30:11 aballier Exp $ EAPI="5" OASIS_BUILD_DOCS=1 OASIS_BUILD_TESTS=1 inherit oasis MY_P=${PN/-/_}-${PV} DESCRIPTION="Jane Street Capital's asynchronous execution library" HOMEPAGE="http://www.janestreet.com/ocaml" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="examples" RDEPEND=">=dev-lang/ocaml-4.00.0:= >=dev-ml/async_kernel-${PV}:= >=dev-ml/async_unix-${PV}:= >=dev-ml/async_extra-${PV}:= " DEPEND="${RDEPEND} test? ( >=dev-ml/ounit-1.0.2 )" S="${WORKDIR}/${MY_P}" src_install() { oasis_src_install if use examples ; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }