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/man-pages-posix: man-pages-posix-2013a.ebuild ChangeLog
Date: Sun, 06 Jul 2014 23:22:07
Message-Id: 20140706232204.728052004E@flycatcher.gentoo.org
1 kumba 14/07/06 23:22:04
2
3 Modified: man-pages-posix-2013a.ebuild ChangeLog
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.4 sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?r1=1.3&r2=1.4
15
16 Index: man-pages-posix-2013a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- man-pages-posix-2013a.ebuild 9 Mar 2014 07:24:37 -0000 1.3
23 +++ man-pages-posix-2013a.ebuild 6 Jul 2014 23:22:04 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v 1.3 2014/03/09 07:24:37 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v 1.4 2014/07/06 23:22:04 kumba Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33
34 LICENSE="man-pages-posix-2013"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
37 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 IUSE=""
39 RESTRICT="binchecks"
40
41
42
43
44 1.18 sys-apps/man-pages-posix/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 9 Mar 2014 07:24:37 -0000 1.17
57 +++ ChangeLog 6 Jul 2014 23:22:04 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/man-pages-posix
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.17 2014/03/09 07:24:37 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.18 2014/07/06 23:22:04 kumba Exp $
63 +
64 + 06 Jul 2014; Joshua Kinard <kumba@g.o> man-pages-posix-2013a.ebuild:
65 + Changed mips -> ~mips: we don't have a stable keyword anymore.
66
67 09 Mar 2014; Mike Frysinger <vapier@g.o> man-pages-posix-2013a.ebuild:
68 Stabilize for all #502918 by Paweł Hajdan, Jr..