blob: 96679cb2e618984cb77355861cddedc9ae3b7436 (
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
|
# 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.2 2004/07/29 19:20:51 kugelfang Exp $
inherit font
MY_P="fonts-${P}"
DESCRIPTION="Gentium Typeface"
HOMEPAGE="http://www.sil.org/~gaultney/gentium/"
LICENSE="gentium" # 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="X? ( virtual/x11 )"
DOCS="CHANGELOG FAQ HISTORY ISSUES QUOTES README THANKS
local.conf *.pdf"
FONT_SUFFIX="ttf"
S="${WORKDIR}/${MY_P}"
FONT_S="${S}"
|