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 DC64113827E for ; Tue, 24 Dec 2013 12:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79E19E0A4F; Tue, 24 Dec 2013 12:42:25 +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 02BAFE0A4F for ; Tue, 24 Dec 2013 12:42:24 +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 31FBC33F49F for ; Tue, 24 Dec 2013 12:42:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id EF6B52004C; Tue, 24 Dec 2013 12:42:22 +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/postgresql-ocaml: postgresql-ocaml-2.0.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: postgresql-ocaml-2.0.4.ebuild ChangeLog X-VCS-Directories: dev-ml/postgresql-ocaml X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131224124222.EF6B52004C@flycatcher.gentoo.org> Date: Tue, 24 Dec 2013 12:42:22 +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: 6b6dd419-6421-4ccc-a910-ff5a207dda09 X-Archives-Hash: 89d9f8305019c928712f802be1874d9f ago 13/12/24 12:42:22 Modified: postgresql-ocaml-2.0.4.ebuild ChangeLog Log: Stable for x86, wrt bug #492058 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision Changes Path 1.2 dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?r1=1.1&r2=1.2 Index: postgresql-ocaml-2.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- postgresql-ocaml-2.0.4.ebuild 22 Jul 2013 13:14:51 -0000 1.1 +++ postgresql-ocaml-2.0.4.ebuild 24 Dec 2013 12:42:22 -0000 1.2 @@ -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/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.1 2013/07/22 13:14:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.2 2013/12/24 12:42:22 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ SLOT="0/${PV}" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) 1.34 dev-ml/postgresql-ocaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 22 Jul 2013 13:14:51 -0000 1.33 +++ ChangeLog 24 Dec 2013 12:42:22 -0000 1.34 @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/postgresql-ocaml # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.33 2013/07/22 13:14:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.34 2013/12/24 12:42:22 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo postgresql-ocaml-2.0.4.ebuild: + Stable for x86, wrt bug #492058 *postgresql-ocaml-2.0.4 (22 Jul 2013)