Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfontenc: libfontenc-1.1.3.ebuild ChangeLog libfontenc-1.1.1.ebuild
Date: Thu, 02 Jul 2015 02:32:02
Message-Id: 20150702023159.03DBE741@oystercatcher.gentoo.org
1 mrueg 15/07/02 02:31:58
2
3 Modified: ChangeLog
4 Added: libfontenc-1.1.3.ebuild
5 Removed: libfontenc-1.1.1.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.86 x11-libs/libfontenc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.86&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.86&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?r1=1.85&r2=1.86
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v
21 retrieving revision 1.85
22 retrieving revision 1.86
23 diff -u -r1.85 -r1.86
24 --- ChangeLog 18 Jan 2014 12:04:24 -0000 1.85
25 +++ ChangeLog 2 Jul 2015 02:31:58 -0000 1.86
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/libfontenc
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.85 2014/01/18 12:04:24 vapier Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.86 2015/07/02 02:31:58 mrueg Exp $
32 +
33 +*libfontenc-1.1.3 (02 Jul 2015)
34 +
35 + 02 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +libfontenc-1.1.3.ebuild,
36 + -libfontenc-1.1.1.ebuild:
37 + Version bump. Remove old.
38
39 18 Jan 2014; Mike Frysinger <vapier@g.o> libfontenc-1.1.2.ebuild:
40 Add arm64 love.
41
42
43
44 1.1 x11-libs/libfontenc/libfontenc-1.1.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libfontenc-1.1.3.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.3.ebuild,v 1.1 2015/07/02 02:31:58 mrueg Exp $
54
55 EAPI=5
56 inherit xorg-2
57
58 DESCRIPTION="X.Org fontenc library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
61 IUSE=""
62
63 RDEPEND="sys-libs/zlib
64 x11-proto/xproto"
65 DEPEND="${RDEPEND}"
66
67 XORG_CONFIGURE_OPTIONS=(
68 --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
69 )