blob: ad660941639ede1f98d31733528dbf7f4e4c4fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/sharefonts/sharefonts-0.10-r3.ebuild,v 1.2 2004/06/01 22:21:03 leonardop Exp $
inherit font
DESCRIPTION="A Collection of True Type Fonts"
SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
HOMEPAGE="http://www.gimp.org/"
LICENSE="public-domain"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
IUSE=""
SLOT="0"
S=${WORKDIR}/sharefont
FONT_SUFFIX="pfb"
DOCS="*.shareware"
|