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 45D6B13877A for ; Fri, 11 Jul 2014 18:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37F55E08C0; Fri, 11 Jul 2014 18:58:51 +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 B6498E08C0 for ; Fri, 11 Jul 2014 18:58:50 +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 9C31633F7F8 for ; Fri, 11 Jul 2014 18:58:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 62B142004E; Fri, 11 Jul 2014 18:58:48 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/oniguruma: oniguruma-5.9.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oniguruma-5.9.5.ebuild ChangeLog X-VCS-Directories: dev-libs/oniguruma X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140711185848.62B142004E@flycatcher.gentoo.org> Date: Fri, 11 Jul 2014 18:58:48 +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: f910cdf2-6d99-4029-ac2c-f4ed9b937004 X-Archives-Hash: 5bee6bbdc11a67a24734366ac0335299 maekke 14/07/11 18:58:48 Modified: oniguruma-5.9.5.ebuild ChangeLog Log: arm stable, bug #516312 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) Revision Changes Path 1.3 dev-libs/oniguruma/oniguruma-5.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?r1=1.2&r2=1.3 Index: oniguruma-5.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oniguruma-5.9.5.ebuild 6 Jul 2014 02:34:26 -0000 1.2 +++ oniguruma-5.9.5.ebuild 11 Jul 2014 18:58:48 -0000 1.3 @@ -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-libs/oniguruma/oniguruma-5.9.5.ebuild,v 1.2 2014/07/06 02:34:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v 1.3 2014/07/11 18:58:48 maekke Exp $ EAPI=4 # Needed for a sane .so versionning on fbsd, please dont drop @@ -16,7 +16,7 @@ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="combination-explosion-check crnl-as-line-terminator static-libs" PATCHES=( "${FILESDIR}"/${PN}-5.9.3-makefile.patch ) 1.64 dev-libs/oniguruma/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 6 Jul 2014 02:34:26 -0000 1.63 +++ ChangeLog 11 Jul 2014 18:58:48 -0000 1.64 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/oniguruma # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.63 2014/07/06 02:34:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.64 2014/07/11 18:58:48 maekke Exp $ + + 11 Jul 2014; Markus Meier oniguruma-5.9.5.ebuild: + arm stable, bug #516312 06 Jul 2014; Jeroen Roovers oniguruma-5.9.5.ebuild: Stable for HPPA (bug #516312).