diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-10 18:40:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-10 18:40:05 +0000 |
commit | ada29e3a4b6e5a74027d085833e618bef2a6fe0d (patch) | |
tree | 20ad982417e17c6a9ca3f3a41bef2b2a74151c4d /dev-python/ttfquery | |
parent | Include media-libs/libao as remembered by Samuli in bug #314559 (diff) | |
download | historical-ada29e3a4b6e5a74027d085833e618bef2a6fe0d.tar.gz historical-ada29e3a4b6e5a74027d085833e618bef2a6fe0d.tar.bz2 historical-ada29e3a4b6e5a74027d085833e618bef2a6fe0d.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/ttfquery')
-rw-r--r-- | dev-python/ttfquery/ttfquery-1.0.0-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/ttfquery/ttfquery-1.0.0-r1.ebuild b/dev-python/ttfquery/ttfquery-1.0.0-r1.ebuild deleted file mode 100644 index bbb1585056b1..000000000000 --- a/dev-python/ttfquery/ttfquery-1.0.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttfquery/ttfquery-1.0.0-r1.ebuild,v 1.1 2007/07/18 23:37:05 hawking Exp $ - -inherit distutils -MY_PN="TTFQuery" - -DESCRIPTION="Font metadata and glyph outline extraction utility library" -HOMEPAGE="http://ttfquery.sourceforge.net/" -SRC_URI="mirror://sourceforge/ttfquery/${MY_PN}-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" # should work on all architectures - -IUSE="" -DEPEND="virtual/python - >=dev-python/fonttools-2.0_beta1-r1 - >=dev-python/numpy-1.0.2" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_unpack() { - distutils_src_unpack - - sed -i \ - -e "s/Numeric/numpy.oldnumeric/" \ - glyph.py || die "sed failed" -} - -pkg_postinst() { - ewarn "This version uses numpy.oldnumeric instead of the numeric module." - ewarn "If this causes any unforeseen problems please file a bug on" - ewarn "http://bugs.gentoo.org." -} |