Portage is a package management system used by Gentoo Linux
# ChangeLog for media-fonts/gnu-gs-fonts-other
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/gnu-gs-fonts-other/ChangeLog,v 1.15 2008/01/17 19:46:02 grobian Exp $
17 Jan 2008; Fabian Groffen
gnu-gs-fonts-other-6.0.ebuild:
Dropped ppc-macos keyword, see you in prefix
26 Nov 2006; Diego Pettenò
gnu-gs-fonts-other-6.0.ebuild:
Add ~x86-fbsd keyword.
11 Jul 2006; Aron Griffis
gnu-gs-fonts-other-6.0.ebuild:
Mark 6.0 stable on ia64
15 Jul 2005; Diego Pettenò
gnu-gs-fonts-other-6.0.ebuild:
Stable on amd64.
24 Apr 2005; Michael Hanselmann
gnu-gs-fonts-other-6.0.ebuild:
Stable on ppc.
06 Apr 2005; Markus Rothe
gnu-gs-fonts-other-6.0.ebuild:
Stable on ppc64
20 Feb 2005; Joseph Jezak
gnu-gs-fonts-other-6.0.ebuild:
Added ~ppc for bug #81613.
14 Feb 2005; Markus Rothe
gnu-gs-fonts-other-6.0.ebuild:
Added ~ppc64 to KEYWORDS
27 Oct 2004; Kito
added ~ppc-macos
29 Sep 2004; Heinrich Wendel
add metadata.xml
03 Feb 2004;
Added ~amd64 keyword.
09 Dec 2003; Heinrich Wendel
gnu-gs-fonts-other-6.0.ebuild:
changed app-text/ghostscript to virtual/ghostscript
*gnu-gs-fonts-other-6.0 (27 Jan 2003)
26 Feb 2003; Thomas Raschbacher
marked stable for all archs(since it r only fonts)
27 Jan 2003; Thomas Raschbacher
initial Version (from Kfir Ozer
DIST gnu-gs-fonts-other-6.0.tar.gz 796086 RMD160 1431080d5d803d29e1743cea12ad90581018fa90 SHA1 7263e2bf12202b39517db600819956a832e42a75 SHA256 8146cccc4699fe9dab841446bdd17039f4769c903eceb54409188b920754aab3
EBUILD gnu-gs-fonts-other-6.0.ebuild 624 RMD160 2517bda4bf88667504c1e3f00462e91ecfccf90d SHA1 1a976fb78daa7db2329917f4b8d12a2035ba26c6 SHA256 5b5eb543d84690682354b02dbaa98b07eb53d986364eba171bd55117fffe7c47
MISC ChangeLog 1856 RMD160 38f61a0c1422985cd3c0165ec05841c24624d928 SHA1 4edc3d9c15fe7051a3f3d200ce951f32349985e5 SHA256 d9dd55b0b8cba3e5d8c075dfe1f11d4a35329a03e0a546133887a108b8935f38
MISC metadata.xml 161 RMD160 1e5b1e42553c8869b93c4a5448e9a2a2ed9fe525 SHA1 209c6a46e4cdd891980115e42ba419e3799f8088 SHA256 7c85e6739a71f5bb23e8de36c88677d772946e61f7285892f7554e37bd2bca76
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild,v 1.16 2008/01/17 19:46:02 grobian Exp $
DESCRIPTION="Ghostscript Extra Fonts"
HOMEPAGE="http://www.cups.org/"
SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
S=${WORKDIR}/fonts
src_install() {
dodir /usr/share/fonts/default/ghostscript
insinto /usr/share/fonts/default/ghostscript
doins *
}