Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-5.17.ebuild
Date: Sun, 06 Jul 2014 23:25:12
Message-Id: 20140706232506.7D31D2004E@flycatcher.gentoo.org
1 kumba 14/07/06 23:25:06
2
3 Modified: ChangeLog file-5.17.ebuild
4 Log:
5 Changed mips -> ~mips: we don't have a stable keyword anymore.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
8
9 Revision Changes Path
10 1.277 sys-apps/file/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.277&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.277&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.276&r2=1.277
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
19 retrieving revision 1.276
20 retrieving revision 1.277
21 diff -u -r1.276 -r1.277
22 --- ChangeLog 18 Jun 2014 20:44:57 -0000 1.276
23 +++ ChangeLog 6 Jul 2014 23:25:06 -0000 1.277
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/file
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.276 2014/06/18 20:44:57 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.277 2014/07/06 23:25:06 kumba Exp $
29 +
30 + 06 Jul 2014; Joshua Kinard <kumba@g.o> file-5.17.ebuild:
31 + Changed mips -> ~mips: we don't have a stable keyword anymore.
32
33 18 Jun 2014; Michał Górny <mgorny@g.o> file-5.18-r1.ebuild,
34 file-5.19.ebuild:
35
36
37
38 1.12 sys-apps/file/file-5.17.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?r1=1.11&r2=1.12
43
44 Index: file-5.17.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- file-5.17.ebuild 2 Mar 2014 02:54:55 -0000 1.11
51 +++ file-5.17.ebuild 6 Jul 2014 23:25:06 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.11 2014/03/02 02:54:55 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.12 2014/07/06 23:25:06 kumba Exp $
57
58 EAPI="4"
59 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
60 @@ -14,7 +14,7 @@
61 else
62 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
63 ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz"
64 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
65 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
66 fi
67
68 DESCRIPTION="identify a file's format by scanning binary data for patterns"