blob: 6d65903d119bcca0da71b51a7ea0ecad0a15282b (
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
27
28
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/urw-fonts-2.4.6.ebuild,v 1.1 2009/01/11 13:53:40 pva Exp $
inherit eutils rpm font versionator
MY_PV=$(replace_version_separator 2 -)
DESCRIPTION="free good quality fonts gpl'd by URW++"
HOMEPAGE="http://www.urwpp.de/"
SRC_URI="mirror://gentoo/${PN}-${MY_PV}.fc10.src.rpm"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
S=${WORKDIR}
FONT_S=${S}
FONT_SUFFIX="afm pfb"
DOCS="ChangeLog README* TODO"
pkg_postinst() {
font_pkg_postinst
elog "If you upgraded from ${PN}-2.1-r2 some fonts will look a bit"
elog "differently. Take a look at bug #208990 if interested."
}
|