From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kipih-0006wZ-4W for garchives@archives.gentoo.org; Thu, 25 Sep 2008 12:13:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FD5E070F; Thu, 25 Sep 2008 12:13:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBF97E070F for ; Thu, 25 Sep 2008 12:13:18 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BD14DB4A7E for ; Thu, 25 Sep 2008 12:13:17 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kipie-00054Q-Ks for gentoo-commits@lists.gentoo.org; Thu, 25 Sep 2008 12:13:16 +0000 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/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pcre-ocaml-5.15.0.ebuild ChangeLog X-VCS-Directories: dev-ml/pcre-ocaml X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Thu, 25 Sep 2008 12:13:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e7dd547b-a0e7-4c47-b3f8-1288dc78019f X-Archives-Hash: 33e158e39a3a1536ab94ba7b3a5f262a aballier 08/09/25 12:13:16 Modified: pcre-ocaml-5.15.0.ebuild ChangeLog Log: keyword ~x86-fbsd (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64) Revision Changes Path 1.6 dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= pcre-ocaml-5.15.0.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= pcre-ocaml-5.15.0.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= pcre-ocaml-5.15.0.ebuild?r1=3D1.5&r2=3D1.6 Index: pcre-ocaml-5.15.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebu= ild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pcre-ocaml-5.15.0.ebuild 5 Jul 2008 15:59:43 -0000 1.5 +++ pcre-ocaml-5.15.0.ebuild 25 Sep 2008 12:13:16 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.e= build,v 1.5 2008/07/05 15:59:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.e= build,v 1.6 2008/09/25 12:13:16 aballier Exp $ =20 inherit findlib eutils =20 @@ -15,7 +15,7 @@ >=3Ddev-libs/libpcre-4.5" SLOT=3D"0" IUSE=3D"examples +ocamlopt" -KEYWORDS=3D"amd64 ppc x86" +KEYWORDS=3D"amd64 ppc x86 ~x86-fbsd" =20 pkg_setup() { if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocaml= opt; then 1.25 dev-ml/pcre-ocaml/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/= ChangeLog?r1=3D1.24&r2=3D1.25 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 9 Jul 2008 10:46:03 -0000 1.24 +++ ChangeLog 25 Sep 2008 12:13:16 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.24 20= 08/07/09 10:46:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.25 20= 08/09/25 12:13:16 aballier Exp $ + + 25 Sep 2008; Alexis Ballier + pcre-ocaml-5.15.0.ebuild: + keyword ~x86-fbsd =20 09 Jul 2008; Alexis Ballier -pcre-ocaml-4.33.0.ebuild, -pcre-ocaml-5.08.1.ebuild,