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 E01161384B5 for ; Thu, 30 Jul 2015 14:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB5214021; Thu, 30 Jul 2015 14:59:11 +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 F09D714023 for ; Thu, 30 Jul 2015 14:59:10 +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 27EC03408AB for ; Thu, 30 Jul 2015 14:59:10 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id D97E2C3; Thu, 30 Jul 2015 14:59:08 +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-libs/botan: botan-1.10.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: botan-1.10.5.ebuild ChangeLog X-VCS-Directories: dev-libs/botan X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150730145908.D97E2C3@oystercatcher.gentoo.org> Date: Thu, 30 Jul 2015 14:59:08 +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: e5ff53c6-fb0f-44d9-8399-94019db863dc X-Archives-Hash: 3a781db91012094e302c368817ddf993 ago 15/07/30 14:59:08 Modified: botan-1.10.5.ebuild ChangeLog Log: Stable for sparc, wrt bug #552554 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F) Revision Changes Path 1.12 dev-libs/botan/botan-1.10.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild?r1=1.11&r2=1.12 Index: botan-1.10.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- botan-1.10.5.ebuild 18 Jul 2015 11:48:57 -0000 1.11 +++ botan-1.10.5.ebuild 30 Jul 2015 14:59:08 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild,v 1.11 2015/07/18 11:48:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild,v 1.12 2015/07/30 14:59:08 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ HOMEPAGE="http://botan.randombit.net/" SRC_URI="http://files.randombit.net/botan/${MY_P}.tbz" -KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos" SLOT="0" LICENSE="BSD" IUSE="bindist doc python bzip2 gmp ssl static-libs threads zlib" 1.96 dev-libs/botan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/botan/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 18 Jul 2015 11:48:57 -0000 1.95 +++ ChangeLog 30 Jul 2015 14:59:08 -0000 1.96 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/botan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.95 2015/07/18 11:48:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.96 2015/07/30 14:59:08 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo botan-1.10.5.ebuild: + Stable for sparc, wrt bug #552554 18 Jul 2015; Jeroen Roovers botan-1.10.5.ebuild, botan-1.11.4.ebuild, botan-1.11.8.ebuild: