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 9C91713873B for ; Sun, 2 Mar 2014 02:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 904D4E0AC6; Sun, 2 Mar 2014 02:54:58 +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 0861DE0AC6 for ; Sun, 2 Mar 2014 02:54:57 +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 2795033FA97 for ; Sun, 2 Mar 2014 02:54:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id A84572004E; Sun, 2 Mar 2014 02:54:55 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: file-5.17.ebuild ChangeLog X-VCS-Directories: sys-apps/file X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140302025455.A84572004E@flycatcher.gentoo.org> Date: Sun, 2 Mar 2014 02:54:55 +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: 0f977449-0ec2-47ab-947e-a8fb0278c027 X-Archives-Hash: ce4cdc889e2266d212deefd8c02c0364 vapier 14/03/02 02:54:55 Modified: file-5.17.ebuild ChangeLog Log: Mark arm64/m68k/mips/s390/sh stable. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.11 sys-apps/file/file-5.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?r1=1.10&r2=1.11 Index: file-5.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- file-5.17.ebuild 22 Feb 2014 07:40:54 -0000 1.10 +++ file-5.17.ebuild 2 Mar 2014 02:54:55 -0000 1.11 @@ -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/sys-apps/file/file-5.17.ebuild,v 1.10 2014/02/22 07:40:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.11 2014/03/02 02:54:55 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -14,7 +14,7 @@ else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" 1.270 sys-apps/file/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.270&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.270&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.269&r2=1.270 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v retrieving revision 1.269 retrieving revision 1.270 diff -u -r1.269 -r1.270 --- ChangeLog 22 Feb 2014 08:51:58 -0000 1.269 +++ ChangeLog 2 Mar 2014 02:54:55 -0000 1.270 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/file # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.269 2014/02/22 08:51:58 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.270 2014/03/02 02:54:55 vapier Exp $ + + 02 Mar 2014; Mike Frysinger file-5.17.ebuild, + file-9999.ebuild: + Mark arm64/m68k/mips/s390/sh stable. 22 Feb 2014; Lars Wendler -file-5.15.ebuild, -file-5.16.ebuild: