diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-22 23:59:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-22 23:59:03 +0000 |
commit | 37329134cd5aa9669c4b11dfa4d9d246d24ef002 (patch) | |
tree | 72f2f9444c59b8d45ab3c87e4798c8b7be164024 /media-fonts/urw-fonts | |
parent | Remove old. (diff) | |
download | gentoo-2-37329134cd5aa9669c4b11dfa4d9d246d24ef002.tar.gz gentoo-2-37329134cd5aa9669c4b11dfa4d9d246d24ef002.tar.bz2 gentoo-2-37329134cd5aa9669c4b11dfa4d9d246d24ef002.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-fonts/urw-fonts')
-rw-r--r-- | media-fonts/urw-fonts/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/urw-fonts/urw-fonts-2.4.6.ebuild | 48 |
2 files changed, 5 insertions, 50 deletions
diff --git a/media-fonts/urw-fonts/ChangeLog b/media-fonts/urw-fonts/ChangeLog index 971a785e075a..143e16dfae74 100644 --- a/media-fonts/urw-fonts/ChangeLog +++ b/media-fonts/urw-fonts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/urw-fonts -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/ChangeLog,v 1.63 2014/06/10 00:53:28 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/ChangeLog,v 1.64 2015/04/22 23:59:03 mrueg Exp $ + + 22 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -urw-fonts-2.4.6.ebuild: + Remove old. 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> urw-fonts-2.4.9.ebuild: Add arm64 love. diff --git a/media-fonts/urw-fonts/urw-fonts-2.4.6.ebuild b/media-fonts/urw-fonts/urw-fonts-2.4.6.ebuild deleted file mode 100644 index 51aeec37e7e9..000000000000 --- a/media-fonts/urw-fonts/urw-fonts-2.4.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.6.ebuild,v 1.13 2010/10/01 01:17:16 dirtyepic 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}.fc10.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="" - -S=${WORKDIR} -FONT_S=${S} -FONT_SUFFIX="afm pfb" -DOCS="ChangeLog README*" - -pkg_postinst() { - font_pkg_postinst - elog "If you upgraded from ${PN}-2.1-r2 some fonts will look a bit" - elog "different. Take a look at bug #208990 if interested." -} |