Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.15.ebuild ChangeLog
Date: Fri, 03 Jan 2014 05:33:53
Message-Id: 20140103053349.AC40A2004C@flycatcher.gentoo.org
1 mattst88 14/01/03 05:33:49
2
3 Modified: file-5.15.ebuild ChangeLog
4 Log:
5 alpha stable, bug 492916.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.11 sys-apps/file/file-5.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.15.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.15.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.15.ebuild?r1=1.10&r2=1.11
15
16 Index: file-5.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- file-5.15.ebuild 23 Dec 2013 16:23:56 -0000 1.10
23 +++ file-5.15.ebuild 3 Jan 2014 05:33:49 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.10 2013/12/23 16:23:56 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.11 2014/01/03 05:33:49 mattst88 Exp $
30
31 EAPI="4"
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
33 @@ -14,7 +14,7 @@
34 else
35 SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
36 ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz"
37 - KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
38 + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
39 fi
40
41 DESCRIPTION="identify a file's format by scanning binary data for patterns"
42
43
44
45 1.256 sys-apps/file/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.256&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.256&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.255&r2=1.256
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
54 retrieving revision 1.255
55 retrieving revision 1.256
56 diff -u -r1.255 -r1.256
57 --- ChangeLog 23 Dec 2013 16:23:56 -0000 1.255
58 +++ ChangeLog 3 Jan 2014 05:33:49 -0000 1.256
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-apps/file
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.255 2013/12/23 16:23:56 ago Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.256 2014/01/03 05:33:49 mattst88 Exp $
65 +
66 + 03 Jan 2014; Matt Turner <mattst88@g.o> file-5.15.ebuild:
67 + alpha stable, bug 492916.
68
69 23 Dec 2013; Agostino Sarubbo <ago@g.o> file-5.15.ebuild:
70 Stable for sparc, wrt bug #492916