Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-fontconfig: eselect-fontconfig-1.1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 00:41:32
Message-Id: 20140610004127.A4E2D2004E@flycatcher.gentoo.org
1 vapier 14/06/10 00:41:27
2
3 Modified: eselect-fontconfig-1.1.ebuild ChangeLog
4 Log:
5 Mark arm64/m68k/s390/sh stable.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.8 app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild?r1=1.7&r2=1.8
15
16 Index: eselect-fontconfig-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- eselect-fontconfig-1.1.ebuild 19 Feb 2013 02:53:43 -0000 1.7
23 +++ eselect-fontconfig-1.1.ebuild 10 Jun 2014 00:41:27 -0000 1.8
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/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild,v 1.7 2013/02/19 02:53:43 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild,v 1.8 2014/06/10 00:41:27 vapier Exp $
30
31 DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks."
32 HOMEPAGE="http://www.gentoo.org"
33 @@ -8,7 +8,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 DEPEND=""
42
43
44
45 1.25 app-admin/eselect-fontconfig/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog?rev=1.25&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog?rev=1.25&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog?r1=1.24&r2=1.25
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog,v
54 retrieving revision 1.24
55 retrieving revision 1.25
56 diff -u -r1.24 -r1.25
57 --- ChangeLog 19 Feb 2013 02:53:43 -0000 1.24
58 +++ ChangeLog 10 Jun 2014 00:41:27 -0000 1.25
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-admin/eselect-fontconfig
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog,v 1.24 2013/02/19 02:53:43 zmedico Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/ChangeLog,v 1.25 2014/06/10 00:41:27 vapier Exp $
65 +
66 + 10 Jun 2014; Mike Frysinger <vapier@g.o> eselect-fontconfig-1.1.ebuild:
67 + Mark arm64/m68k/s390/sh stable.
68
69 19 Feb 2013; Zac Medico <zmedico@g.o> eselect-fontconfig-1.1.ebuild:
70 Add ~arm-linux keyword.