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 4CA5113877A for ; Fri, 8 Aug 2014 13:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7003E0990; Fri, 8 Aug 2014 13:09:24 +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 65535E0990 for ; Fri, 8 Aug 2014 13:09:24 +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 82D853402B9 for ; Fri, 8 Aug 2014 13:09:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 5175C2004E; Fri, 8 Aug 2014 13:09: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-db/mysql: mysql-5.5.39.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql-5.5.39.ebuild ChangeLog X-VCS-Directories: dev-db/mysql X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140808130922.5175C2004E@flycatcher.gentoo.org> Date: Fri, 8 Aug 2014 13:09: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: d2dc25d6-d4c9-4a81-8abe-5d89124ee949 X-Archives-Hash: 9eb288304691ce92667ce57dd9bfceaf ago 14/08/08 13:09:22 Modified: mysql-5.5.39.ebuild ChangeLog Log: Stable for x86, wrt bug #518718 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision Changes Path 1.4 dev-db/mysql/mysql-5.5.39.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?r1=1.3&r2=1.4 Index: mysql-5.5.39.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mysql-5.5.39.ebuild 8 Aug 2014 13:09:07 -0000 1.3 +++ mysql-5.5.39.ebuild 8 Aug 2014 13:09:22 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.3 2014/08/08 13:09:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.4 2014/08/08 13:09:22 ago Exp $ EAPI="5" @@ -19,7 +19,7 @@ EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' 1.681 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.681&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.681&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.680&r2=1.681 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.680 retrieving revision 1.681 diff -u -r1.680 -r1.681 --- ChangeLog 8 Aug 2014 13:09:07 -0000 1.680 +++ ChangeLog 8 Aug 2014 13:09:22 -0000 1.681 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.680 2014/08/08 13:09:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.681 2014/08/08 13:09:22 ago Exp $ + + 08 Aug 2014; Agostino Sarubbo mysql-5.5.39.ebuild: + Stable for x86, wrt bug #518718 08 Aug 2014; Agostino Sarubbo mysql-5.5.39.ebuild: Stable for amd64, wrt bug #518718