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 92E0F138CDB for ; Thu, 11 Jun 2015 15:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F170E0922; Thu, 11 Jun 2015 15:04:52 +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 BB99AE0922 for ; Thu, 11 Jun 2015 15:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B32D8340D48 for ; Thu, 11 Jun 2015 15:04:50 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 501DFA34; Thu, 11 Jun 2015 15:04:49 +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++-3.2.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql++-3.2.1.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: <20150611150449.501DFA34@oystercatcher.gentoo.org> Date: Thu, 11 Jun 2015 15:04:49 +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: 0b0a1d22-7e04-4713-8b26-93a7669f7894 X-Archives-Hash: 18289e62fc5472861a18d87d0593d4a4 ago 15/06/11 15:04:49 Modified: mysql++-3.2.1.ebuild ChangeLog Log: Stable for amd64, wrt bug #534942 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.2 dev-db/mysql++/mysql++-3.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild?r1=1.1&r2=1.2 Index: mysql++-3.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mysql++-3.2.1.ebuild 6 May 2014 03:13:55 -0000 1.1 +++ mysql++-3.2.1.ebuild 11 Jun 2015 15:04:49 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v 1.1 2014/05/06 03:13:55 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v 1.2 2015/06/11 15:04:49 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ LICENSE="LGPL-2" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=virtual/mysql-4.0" 1.75 dev-db/mysql++/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 16 Aug 2014 14:36:20 -0000 1.74 +++ ChangeLog 11 Jun 2015 15:04:49 -0000 1.75 @@ -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.74 2014/08/16 14:36:20 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.75 2015/06/11 15:04:49 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo mysql++-3.2.1.ebuild: + Stable for amd64, wrt bug #534942 16 Aug 2014; Jeroen Roovers mysql++-3.1.0.ebuild: Fix underlinking (bug #519388).