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 E00641381F3 for ; Mon, 26 Aug 2013 17:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF7CE0B1D; Mon, 26 Aug 2013 17:00:39 +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 EC445E0B1D for ; Mon, 26 Aug 2013 17:00:38 +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 10B4433E907 for ; Mon, 26 Aug 2013 17:00:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id AFC102004C; Mon, 26 Aug 2013 17:00:36 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-mysql: ocaml-mysql-1.1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ocaml-mysql-1.1.1.ebuild ChangeLog X-VCS-Directories: dev-ml/ocaml-mysql X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130826170036.AFC102004C@flycatcher.gentoo.org> Date: Mon, 26 Aug 2013 17:00:36 +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: 136dc78f-b9d5-4754-ab1f-af74616647a1 X-Archives-Hash: f72e3406a7ac30a63d6920b9bb57676f ago 13/08/26 17:00:36 Modified: ocaml-mysql-1.1.1.ebuild ChangeLog Log: Stable for ppc, wrt bug #481646 (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild?r1=1.2&r2=1.3 Index: ocaml-mysql-1.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ocaml-mysql-1.1.1.ebuild 19 Aug 2013 13:39:23 -0000 1.2 +++ ocaml-mysql-1.1.1.ebuild 26 Aug 2013 17:00:36 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.2 2013/08/19 13:39:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.3 2013/08/26 17:00:36 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ SLOT="0/${PV}" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" src_compile() { 1.13 dev-ml/ocaml-mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Aug 2013 13:39:23 -0000 1.12 +++ ChangeLog 26 Aug 2013 17:00:36 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-mysql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.12 2013/08/19 13:39:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.13 2013/08/26 17:00:36 ago Exp $ + + 26 Aug 2013; Agostino Sarubbo ocaml-mysql-1.1.1.ebuild: + Stable for ppc, wrt bug #481646 19 Aug 2013; Alexis Ballier ocaml-mysql-1.1.1.ebuild: EAPI5, define suslot and add := dep on ocaml @@ -54,4 +57,3 @@ +files/ocaml-mysql-1.0.3-head.patch, +ocaml-mysql-1.0.3.ebuild: Mysql wrapper for ocaml. Original ebuild from gim . Fixes bug #32726. -