diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-26 12:47:22 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-26 12:47:22 +0000 |
commit | 9b68986e9aa5d9c394429910a6983725d9656d46 (patch) | |
tree | f96c7cc11e8beaeea11f8f100b3d67fdbc0307d7 /media-fonts/urw-fonts | |
parent | Don't inherit unused qt3 eclass (bug #310669) (diff) | |
download | gentoo-2-9b68986e9aa5d9c394429910a6983725d9656d46.tar.gz gentoo-2-9b68986e9aa5d9c394429910a6983725d9656d46.tar.bz2 gentoo-2-9b68986e9aa5d9c394429910a6983725d9656d46.zip |
Version bump: block media-fonts/gnu-gs-fonts-std and install *.pfm files, wrt bugs 247657 and 256088.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/urw-fonts')
-rw-r--r-- | media-fonts/urw-fonts/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/urw-fonts/urw-fonts-2.4.9.ebuild | 51 |
2 files changed, 58 insertions, 1 deletions
diff --git a/media-fonts/urw-fonts/ChangeLog b/media-fonts/urw-fonts/ChangeLog index 87ec8d0584e4..0fa152f17efb 100644 --- a/media-fonts/urw-fonts/ChangeLog +++ b/media-fonts/urw-fonts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/urw-fonts # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/ChangeLog,v 1.42 2010/03/08 21:08:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/ChangeLog,v 1.43 2010/03/26 12:47:22 spatz Exp $ + +*urw-fonts-2.4.9 (26 Mar 2010) + + 26 Mar 2010; Dror Levin <spatz@gentoo.org> +urw-fonts-2.4.9.ebuild: + Version bump: block media-fonts/gnu-gs-fonts-std and install *.pfm files, + wrt bugs 247657 and 256088. 08 Mar 2010; Fabian Groffen <grobian@gentoo.org> urw-fonts-2.4.6.ebuild: Marked ~x86-solaris diff --git a/media-fonts/urw-fonts/urw-fonts-2.4.9.ebuild b/media-fonts/urw-fonts/urw-fonts-2.4.9.ebuild new file mode 100644 index 000000000000..93b43f64b973 --- /dev/null +++ b/media-fonts/urw-fonts/urw-fonts-2.4.9.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2010 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.9.ebuild,v 1.1 2010/03/26 12:47:22 spatz Exp $ + +# At some point URW++ released fonts under GPL license. After that they were took +# and improved by Valek Filippov and this work was somehow related with AFPL... +# At least it can be found on their svn server: +# http://svn.ghostscript.com/ghostscript/trunk/urw-fonts/ + +# Also, some time ago, sources where published on sf.net: +# http://sourceforge.net/projects/gs-fonts/files/ +# At this point this package was published on a nuber of other sites +# (gimp.org/cups.org) and media-fonts/gnu-gs-fonts-std was added to the tree. +# But nobody use that old releases any mover and everybody syncs with +# svn.ghostscript.com. The most recent tag there is: +# http://svn.ghostscript.com/ghostscript/tags/urw-fonts-1.0.7pre44/ + +# But note that version we have is different from upstream tag. This happened +# because we started to use redhat versions and followed their versioning. It's +# hard to say why they use such strange version since they also sync with +# svn.ghostscript.com. Redhat's ChangeLog states: +# Tue Jan 8 23:00:00 2008 Than Ngo 2.4-2 +# - update to 1.0.7pre44 + +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}.fc13.src.rpm" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-solaris ~x86-solaris" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="${DEPEND} + !media-fonts/gnu-gs-fonts-std" + +S=${WORKDIR} +FONT_S=${S} +FONT_SUFFIX="afm pfb pfm" +DOCS="ChangeLog README*" + +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." +} |