diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:42:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:42:25 +0000 |
commit | 22fa76319c54fcd4a57a3da0a9632283e06edd15 (patch) | |
tree | cb48ef27999e7ba46d5ec0e4efe5231c2c66986b /app-text/mftrace/mftrace-1.2.13-r1.ebuild | |
parent | Remove old. (diff) | |
download | historical-22fa76319c54fcd4a57a3da0a9632283e06edd15.tar.gz historical-22fa76319c54fcd4a57a3da0a9632283e06edd15.tar.bz2 historical-22fa76319c54fcd4a57a3da0a9632283e06edd15.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
Diffstat (limited to 'app-text/mftrace/mftrace-1.2.13-r1.ebuild')
-rw-r--r-- | app-text/mftrace/mftrace-1.2.13-r1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/app-text/mftrace/mftrace-1.2.13-r1.ebuild b/app-text/mftrace/mftrace-1.2.13-r1.ebuild deleted file mode 100644 index a104accc71d8..000000000000 --- a/app-text/mftrace/mftrace-1.2.13-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.13-r1.ebuild,v 1.3 2011/12/03 18:10:59 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python multilib toolchain-funcs eutils - -DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)" -HOMEPAGE="http://lilypond.org/mftrace/" -SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -# SLOT 1 was used in pktrace ebuild -SLOT="1" -IUSE="truetype" - -DEPEND="|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )" -RDEPEND="${DEPEND} - virtual/latex-base - >=app-text/t1utils-1.25 - truetype? ( media-gfx/fontforge )" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}/${P}-python-2.6.patch" -} - -src_configure() { - tc-export CC - econf --datadir=$(python_get_sitedir) -} - -src_compile() { - emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" PYC_MODULES="" install || die "make install failed" - dodoc README.txt ChangeLog -} - -pkg_postinst() { - python_mod_optimize mftrace -} - -pkg_postrm() { - python_mod_cleanup mftrace -} |