Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/silgraphite: metadata.xml ChangeLog silgraphite-2.3.1.ebuild
Date: Thu, 07 Jan 2010 18:03:50
Message-Id: E1NSwi3-0000n1-Sv@stork.gentoo.org
1 aballier 10/01/07 18:03:47
2
3 Added: metadata.xml ChangeLog silgraphite-2.3.1.ebuild
4 Log:
5 Initial import, ebuild by me, will be needed for texlive 2009
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/silgraphite/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>tex</herd>
20 <use>
21 <flag name="pango"></flag>
22 </use>
23 </pkgmetadata>
24
25
26
27 1.1 media-libs/silgraphite/ChangeLog
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for media-libs/silgraphite
35 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/media-libs/silgraphite/ChangeLog,v 1.1 2010/01/07 18:03:47 aballier Exp $
37
38 *silgraphite-2.3.1 (07 Jan 2010)
39
40 07 Jan 2010; Alexis Ballier <aballier@g.o>
41 +silgraphite-2.3.1.ebuild, +metadata.xml:
42 Initial import, ebuild by me, will be needed for texlive 2009
43
44
45
46
47 1.1 media-libs/silgraphite/silgraphite-2.3.1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/silgraphite-2.3.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/silgraphite/silgraphite-2.3.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: silgraphite-2.3.1.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-libs/silgraphite/silgraphite-2.3.1.ebuild,v 1.1 2010/01/07 18:03:47 aballier Exp $
57
58 EAPI="2"
59
60 DESCRIPTION="Rendering engine for complex non-Roman writing systems"
61 HOMEPAGE="http://graphite.sil.org/"
62 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86-fbsd"
67 IUSE="pango truetype xft"
68
69 RDEPEND="xft? ( x11-libs/libXft )
70 truetype? ( media-libs/freetype:2 )
71 pango? ( x11-libs/pango media-libs/fontconfig )"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 src_configure() {
76 econf \
77 $(use_with xft) \
78 $(use_with truetype freetype) \
79 $(use_with pango pangographite)
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die
84 dodoc README
85 }