diff options
Diffstat (limited to 'app-text/pktrace')
-rw-r--r-- | app-text/pktrace/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/pktrace/files/digest-pktrace-1.0.4 | 1 | ||||
-rw-r--r-- | app-text/pktrace/pktrace-1.0.4.ebuild | 25 |
3 files changed, 35 insertions, 0 deletions
diff --git a/app-text/pktrace/ChangeLog b/app-text/pktrace/ChangeLog new file mode 100644 index 000000000000..5a5b4b59fd05 --- /dev/null +++ b/app-text/pktrace/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/pktrace +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pktrace/ChangeLog,v 1.1 2002/07/12 01:19:25 agriffis Exp $ + +*pktrace-1.0.4 (11 Jul 2002) + + 11 Jul 2002; Aron Griffis <agriffis@gentoo.org> pktrace-1.0.4.ebuild: + + New ebuild for pktrace, dependency of lilypond. diff --git a/app-text/pktrace/files/digest-pktrace-1.0.4 b/app-text/pktrace/files/digest-pktrace-1.0.4 new file mode 100644 index 000000000000..8295b93ca681 --- /dev/null +++ b/app-text/pktrace/files/digest-pktrace-1.0.4 @@ -0,0 +1 @@ +MD5 e78cd41f09abf9558133263397498f7b pktrace-1.0.4.tar.gz 30523 diff --git a/app-text/pktrace/pktrace-1.0.4.ebuild b/app-text/pktrace/pktrace-1.0.4.ebuild new file mode 100644 index 000000000000..7b0cef08aa14 --- /dev/null +++ b/app-text/pktrace/pktrace-1.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pktrace/pktrace-1.0.4.ebuild,v 1.1 2002/07/12 01:19:25 agriffis Exp $ + +DESCRIPTION="small Python program to trace TeX fonts to PFA or PFB fonts" +HOMEPAGE="http://www.cs.uu.nl/~hanwen/pktrace/" +SRC_URI="http://www.cs.uu.nl/~hanwen/pktrace/${P}.tar.gz" +LICENSE="GPL" +KEYWORDS="x86" +SLOT="1" + +DEPEND=">=dev-lang/python-2.2.1 + >=media-gfx/autotrace-0.30 + >=app-text/t1utils-1.25 + >=tetex-1.0.7" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install () { + ln -s GNUmakefile Makefile # workaround for einstall + einstall || die "einstall failed" +} |