Portage is a package management system used by Gentoo Linux
# ChangeLog for media-fonts/efont-unicode
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.25 2007/09/16 03:28:25 dirtyepic Exp $
16 Sep 2007; Ryan Hill
efont-unicode-0.4.2-r1.ebuild:
Let eclass handle FONT_SUFFIX.
10 Jan 2007; Diego Pettenò
-efont-unicode-0.4.2.ebuild:
Remove old version incompatible with modular X.
10 Jan 2007; Bryan Østergaard
efont-unicode-0.4.2-r1.ebuild:
Stable on Alpha.
26 Nov 2006; Diego Pettenò
efont-unicode-0.4.2-r1.ebuild:
Add ~x86-fbsd keyword, restrict binchecks and strip.
30 Oct 2006; Simon Stelling
efont-unicode-0.4.2-r1.ebuild:
stable on amd64
25 Oct 2006; Matti Bickel
Stable on ppc wrt bug #152336
24 Oct 2006; Andrej Kacian
efont-unicode-0.4.2-r1.ebuild:
Stable on x86, bug #152336.
23 Oct 2006; Markus Rothe
efont-unicode-0.4.2-r1.ebuild:
Stable on ppc64; bug #152336
07 Sep 2006; Gustavo Zacarias
efont-unicode-0.4.2-r1.ebuild:
Stable on sparc
11 Jul 2006; Aron Griffis
efont-unicode-0.4.2-r1.ebuild:
Mark 0.4.2-r1 stable on ia64
23 Mar 2006; Donnie Berkholz
-efont-unicode-0.4.1.ebuild, efont-unicode-0.4.2.ebuild:
Port to modular X, remove old ebuild.
12 Jan 2006; Robin H. Johnson
efont-unicode-0.4.2-r1.ebuild:
Take out src_compile as the default src_compile for font-ebdftopcf handles
this case.
*efont-unicode-0.4.2-r1 (12 Jan 2006)
12 Jan 2006; Robin H. Johnson
+efont-unicode-0.4.2-r1.ebuild:
Convert ebuild to use new ebdftopcf for modular-X fixes.
23 Aug 2005; Gustavo Zacarias
efont-unicode-0.4.2.ebuild:
Stable on sparc
15 Jul 2005; Diego Pettenò
efont-unicode-0.4.2.ebuild:
Stable on amd64.
10 Feb 2005; Mamoru KOMACHI
Stable on x86 and alpha.
14 Dec 2004; Markus Rothe
Stable on ppc64
06 Nov 2004; Lars Weiler
Stable on ppc.
01 Nov 2004; Markus Rothe
efont-unicode-0.4.2.ebuild:
Marked ~ppc64; bug #68103
*efont-unicode-0.4.2 (20 Oct 2004)
20 Oct 2004; Mamoru KOMACHI
+efont-unicode-0.4.2.ebuild:
Version bumped. Uses font.eclass.
26 Apr 2004; Mamoru KOMACHI
Marked stable on x86 and alpha
03 Feb 2004;
Added ~amd64 keyword.
*efont-unicode-0.4.1 (03 Sep 2003)
25 Sep 2003; Mamoru KOMACHI
Fixed installation with USE=-X. Thanks to Brandy Westcott
03 Sep 2003; Mamoru KOMACHI
Initial import
DIST efont-unicode-bdf-0.4.2.tar.bz2 23999335 RMD160 87b2f68b10822ba05ea87cf5054ac48d70679c8b SHA1 2feed39e6f5345db560ccd003f39bfe20473b8d0 SHA256 7d3ed2b18955ddd090adfd0865f88d23582b8f79e00e0afc22459d83e7fd9b73
EBUILD efont-unicode-0.4.2-r1.ebuild 747 RMD160 57864554d34fbbdcac4bd35069e1150685781980 SHA1 753ed42c6bd768c0b17806eccdb3102c83311679 SHA256 c011bcab92bd4f50fccbfce9c0b5a488d958c8662ba728bf5838048fa87a6868
MISC ChangeLog 3202 RMD160 1ae15246305a9350322727c59d6048b36c43bfcb SHA1 c98e0bffb7cd42285a83769c19bf26481a5a0ca8 SHA256 5d541a9daf07fc8b1ad503e91ab3cd0bb5e656a9a615aa322e6358c9d0754e57
MISC metadata.xml 175 RMD160 e22fbca96af27631c4910bc93f69d81280ddd96e SHA1 5f1d4ea1a9ccb9b3dbd74ddaed58f0df64f2ad63 SHA256 0dc53674ee3ca2348bedd390f639dac96f537cce8cd0c550c13917de7b61f2e8
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild,v 1.12 2007/09/16 03:28:25 dirtyepic Exp $
inherit font font-ebdftopcf
IUSE=""
MY_P="${PN}-bdf-${PV}"
DESCRIPTION="The /efont/ Unicode Bitmap Fonts"
HOMEPAGE="http://openlab.jp/efont/unicode/"
SRC_URI="http://openlab.jp/efont/dist/unicode-bdf/${MY_P}.tar.bz2"
# naga10 has free-noncomm license
LICENSE="public-domain BAEKMUK X11 as-is"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_P}"
FONT_S=${S}
DOCS="README* COPYRIGHT ChangeLog INSTALL"
# Only installs fonts
RESTRICT="strip binchecks"