# 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." }