blob: b64d8e85d9690b72d0a8060c78e7624eb450c896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild,v 1.3 2004/09/29 07:24:32 usata Exp $
inherit font
MY_P="fonts-${P}"
DESCRIPTION="Gentium Typeface"
HOMEPAGE="http://scripts.sil.org/gentium"
LICENSE="SIL-freeware" # non-free
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
#SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=Gentium_101_LT&_sc=1"
SLOT="0"
KEYWORDS="x86 ppc alpha ~amd64"
IUSE="X"
# DEPEND is defined in font.eclass
#DEPEND="X? ( virtual/x11 )"
DOCS="CHANGELOG FAQ HISTORY ISSUES QUOTES README THANKS
local.conf *.pdf"
FONT_SUFFIX="ttf"
S="${WORKDIR}/${MY_P}"
FONT_S="${S}"
|