Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/mkfontscale: mkfontscale-1.1.2.ebuild ChangeLog mkfontscale-1.0.9-r1.ebuild mkfontscale-1.0.8.ebuild mkfontscale-1.0.9.ebuild mkfontscale-1.1.0.ebuild
Date: Thu, 05 Feb 2015 11:03:29
Message-Id: 20150205110324.C8A73111A5@oystercatcher.gentoo.org
1 chithanh 15/02/05 11:03:24
2
3 Modified: ChangeLog
4 Added: mkfontscale-1.1.2.ebuild
5 Removed: mkfontscale-1.0.9-r1.ebuild
6 mkfontscale-1.0.8.ebuild mkfontscale-1.0.9.ebuild
7 mkfontscale-1.1.0.ebuild
8 Log:
9 Version bump. Remove old.
10
11 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
12
13 Revision Changes Path
14 1.114 x11-apps/mkfontscale/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?r1=1.113&r2=1.114
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v
23 retrieving revision 1.113
24 retrieving revision 1.114
25 diff -u -r1.113 -r1.114
26 --- ChangeLog 18 Jan 2014 12:21:01 -0000 1.113
27 +++ ChangeLog 5 Feb 2015 11:03:24 -0000 1.114
28 @@ -1,6 +1,14 @@
29 # ChangeLog for x11-apps/mkfontscale
30 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.113 2014/01/18 12:21:01 vapier Exp $
32 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.114 2015/02/05 11:03:24 chithanh Exp $
34 +
35 +*mkfontscale-1.1.2 (05 Feb 2015)
36 +
37 + 05 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
38 + +mkfontscale-1.1.2.ebuild, -files/mkfontscale-1.0.9-heavy-support.txt,
39 + -mkfontscale-1.0.8.ebuild, -mkfontscale-1.0.9-r1.ebuild,
40 + -mkfontscale-1.0.9.ebuild, -mkfontscale-1.1.0.ebuild:
41 + Version bump. Remove old.
42
43 18 Jan 2014; Mike Frysinger <vapier@g.o> mkfontscale-1.1.1.ebuild:
44 Add arm64 love.
45
46
47
48 1.1 x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild?rev=1.1&content-type=text/plain
52
53 Index: mkfontscale-1.1.2.ebuild
54 ===================================================================
55 # Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild,v 1.1 2015/02/05 11:03:24 chithanh Exp $
58
59 EAPI=5
60
61 inherit xorg-2
62
63 DESCRIPTION="create an index of scalable font files for X"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 RDEPEND="x11-libs/libfontenc
69 media-libs/freetype:2"
70 DEPEND="${RDEPEND}
71 x11-proto/xproto
72 app-arch/gzip
73 app-arch/bzip2"
74
75 XORG_CONFIGURE_OPTIONS=(
76 --with-bzip2
77 )