Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/fonttools
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/ChangeLog,v 1.9 2007/07/18 23:07:06 hawking Exp $
*fonttools-2.0_beta1-r1 (18 Jul 2007)
18 Jul 2007; Ali Polatel
+files/fonttools-2.0_beta1-numpy.patch, +fonttools-2.0_beta1-r1.ebuild:
revbump, adapted to use numpy.oldnumeric instead of numeric, changed numeric
to numpy in DEPEND
07 Apr 2007; Mike Frysinger
fonttools-2.0_beta1.ebuild:
Replace DOCDESTTREE hack with proper "dohtml".
12 Jul 2006; Aron Griffis
fonttools-2.0_beta1.ebuild:
Mark 2.0_beta1 stable on ia64
01 Apr 2006; Aron Griffis
fonttools-2.0_beta1.ebuild:
Mark 2.0_beta1 ~ia64
21 Apr 2005; Simon Stelling
added ~amd64
22 Mar 2005; Fernando Serboncini
fonttools-2.0_beta1.ebuild:
Added new doc files. Closes #85941.
16 Dec 2004; Mamoru KOMACHI
Corrected description; bug #73829. Marked as stable.
16 Jul 2004; David Holm
Added to ~ppc.
*fonttools-2.0_beta1 (10 Jul 2004)
10 Jul 2004; Mamoru KOMACHI
+fonttools-2.0_beta1.ebuild:
Initial import. Thanks to Mike C. Fletcher
and MATSUU Takuto
AUX fonttools-2.0_beta1-numpy.patch 9465 RMD160 5f4a16ba57baa42e5f2ba64ca069ba82c4ea374f SHA1 6ebc676968c45887cde1dba7141fc0ad1481d1e0 SHA256 434f207cd1f6c9cd506f9ddffa6cb449da80ab380e7038944c85279409c421fb
DIST fonttools-2.0b1.tgz 226164 RMD160 8634f66b3a643edad9eba4a7da130def3d3cce4b SHA1 3d67701a9251aa9ab12d3ecf2d600c59a99761a9 SHA256 b9b84949fe5f22b207bb22a28cde3052a96a51b8021488aeb18e43bc1b2e84f2
EBUILD fonttools-2.0_beta1-r1.ebuild 1010 RMD160 abab47993f628c138fef5c878b3425492af357dc SHA1 d21dbdad126d6c31d2f8dbfcf2b2274f361ad95d SHA256 8b23e1b87a46bba5bfa634c1c3d5a72a0c4f43a36812e2b6c27c7270fce2f326
EBUILD fonttools-2.0_beta1.ebuild 677 RMD160 478f6f888ccef0a2196108ba1e4a851d87f76376 SHA1 a1ce233d369c446a5877d79521ba038d6e194528 SHA256 b143010bc4149b44b3185b1dc334ac854e271faa68d5dc21bdb9416c5d27ab1d
MISC ChangeLog 1526 RMD160 22a2bb27b7e09091984b7e296a3babe2d98e7dfb SHA1 5ca888b88df3ef574c068623baf7bb4c309ab9d3 SHA256 5893bfd01a5149136c762ab4efbe57193ba98115fd74daedee0a7373fb80ccaa
MISC metadata.xml 178 RMD160 6dc6620ea27fc10b42c9582bdc070d3fa56d1b88 SHA1 b3753f898413e02c6cca21756d439a73969a3f38 SHA256 5c62f8ad3108233908a9887b21b1776a3d48911ab9c5150c73bb39103d2e0185
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/fonttools-2.0_beta1-r1.ebuild,v 1.1 2007/07/18 23:07:06 hawking Exp $
inherit distutils eutils
MY_P=${P/_beta/b}
DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
HOMEPAGE="http://fonttools.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE=""
DEPEND="virtual/python
>=dev-python/numpy-1.0.2
dev-python/pyxml"
S=${WORKDIR}/${PN}
DOCS="README.txt Doc/*.txt"
src_unpack() {
distutils_src_unpack
epatch "${FILESDIR}/${P}-numpy.patch"
}
src_install() {
distutils_src_install
dohtml Doc/*.html
}
pkg_postinst() {
ewarn "This version has been automatically adapted to use numpy.oldnumeric"
ewarn "instead of the old numeric module. If this causes any unforeseen"
ewarn "problems please file a bug on http://bugs.gentoo.org."
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fonttools/fonttools-2.0_beta1.ebuild,v 1.10 2007/04/07 04:22:25 vapier Exp $
inherit distutils
MY_P=${P/_beta/b}
DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
HOMEPAGE="http://fonttools.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ia64 ppc x86"
IUSE=""
DEPEND="virtual/python
dev-python/numeric
dev-python/pyxml"
S=${WORKDIR}/${PN}
DOCS="README.txt Doc/*.txt"
src_install() {
distutils_src_install
dohtml Doc/*.html
}