blob: 3d16904ab4751fc8aad900752b193f061d7a9b43 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/libertine-ttf/libertine-ttf-4.4.1.ebuild,v 1.1 2009/03/22 13:37:34 loki_val Exp $
inherit font versionator
MY_PN="LinLibertineFont"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="OpenType fonts from the Linux Libertine Open Fonts Project"
HOMEPAGE="http://linuxlibertine.sourceforge.net/"
SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P}.tgz"
LICENSE="|| ( GPL-2-with-font-exception OFL )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND="!<x11-libs/pango-1.20.4"
S=${WORKDIR}/${MY_PN}
FONT_S=${S}
DOCS="Bugs ChangeLog.txt Readme"
FONT_SUFFIX="ttf otf"
|