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-proto/fontsproto: fontsproto-2.1.3.ebuild ChangeLog fontsproto-2.1.1.ebuild
Date: Wed, 21 May 2014 14:13:57
Message-Id: 20140521141354.76AFE2004C@flycatcher.gentoo.org
1 chithanh 14/05/21 14:13:54
2
3 Modified: ChangeLog
4 Added: fontsproto-2.1.3.ebuild
5 Removed: fontsproto-2.1.1.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.57 x11-proto/fontsproto/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/fontsproto/ChangeLog?rev=1.57&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/fontsproto/ChangeLog?rev=1.57&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/fontsproto/ChangeLog?r1=1.56&r2=1.57
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v
21 retrieving revision 1.56
22 retrieving revision 1.57
23 diff -u -r1.56 -r1.57
24 --- ChangeLog 21 Feb 2013 18:44:37 -0000 1.56
25 +++ ChangeLog 21 May 2014 14:13:54 -0000 1.57
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-proto/fontsproto
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.56 2013/02/21 18:44:37 zmedico Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.57 2014/05/21 14:13:54 chithanh Exp $
32 +
33 +*fontsproto-2.1.3 (21 May 2014)
34 +
35 + 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +fontsproto-2.1.3.ebuild, -fontsproto-2.1.1.ebuild:
37 + Version bump. Remove old.
38
39 21 Feb 2013; Zac Medico <zmedico@g.o> fontsproto-2.1.2.ebuild:
40 Add ~arm-linux keyword.
41
42
43
44 1.1 x11-proto/fontsproto/fontsproto-2.1.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fontsproto-2.1.3.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.3.ebuild,v 1.1 2014/05/21 14:13:54 chithanh Exp $
54
55 EAPI=5
56
57 XORG_DOC=doc
58 inherit xorg-2
59
60 DESCRIPTION="X.Org Fonts protocol headers"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}"
67
68 src_configure() {
69 XORG_CONFIGURE_OPTIONS=(
70 $(use_enable doc specs)
71 $(use_with doc xmlto)
72 --without-fop
73 )
74 xorg-2_src_configure
75 }