diff options
author | J Robert Ray <jrray@gentoo.org> | 2002-11-12 08:38:18 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2002-11-12 08:38:18 +0000 |
commit | 192e8373fb6181dcc832c2af28fd057dcaa942fd (patch) | |
tree | 42aaacb29ad508235d33e3f901cda436b6fba864 /app-text | |
parent | masking...still borked (diff) | |
download | gentoo-2-192e8373fb6181dcc832c2af28fd057dcaa942fd.tar.gz gentoo-2-192e8373fb6181dcc832c2af28fd057dcaa942fd.tar.bz2 gentoo-2-192e8373fb6181dcc832c2af28fd057dcaa942fd.zip |
Renaming pktrace to mftrace, new ebuild for mftrace-1.0.10.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/mftrace/ChangeLog | 14 | ||||
-rw-r--r-- | app-text/mftrace/files/digest-mftrace-1.0.10 | 1 | ||||
-rw-r--r-- | app-text/mftrace/mftrace-1.0.10.ebuild | 39 | ||||
-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 |
6 files changed, 54 insertions, 35 deletions
diff --git a/app-text/mftrace/ChangeLog b/app-text/mftrace/ChangeLog new file mode 100644 index 000000000000..aca12c842bb1 --- /dev/null +++ b/app-text/mftrace/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for app-text/mftrace +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.1 2002/11/12 08:38:18 jrray Exp $ + +*mftrace-1.0.10 (12 Nov 2002) + + 12 Nov 2002; J Robert Ray <jrray@gentoo.org> : + New ebuild for mftrace, formerly known as pktrace. Ebuild submitted + by Mike Ossmann <mike@ossmann.com>. + +*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/mftrace/files/digest-mftrace-1.0.10 b/app-text/mftrace/files/digest-mftrace-1.0.10 new file mode 100644 index 000000000000..30fdff267d0a --- /dev/null +++ b/app-text/mftrace/files/digest-mftrace-1.0.10 @@ -0,0 +1 @@ +MD5 212a2ef17e13d64fe4a39ee4aa6d38d5 mftrace-1.0.10.tar.gz 47193 diff --git a/app-text/mftrace/mftrace-1.0.10.ebuild b/app-text/mftrace/mftrace-1.0.10.ebuild new file mode 100644 index 000000000000..8d92d748bb0a --- /dev/null +++ b/app-text/mftrace/mftrace-1.0.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.0.10.ebuild,v 1.1 2002/11/12 08:38:18 jrray Exp $ + +IUSE="truetype" + +PYVER=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') +DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)" +HOMEPAGE="http://www.cs.uu.nl/~hanwen/mftrace/" +SRC_URI="http://www.cs.uu.nl/~hanwen/mftrace/${P}.tar.gz" +LICENSE="GPL" +# have only tested this ebuild version on x86, but old pktrace +# ebuild had these keywords: +KEYWORDS="~x86" +# SLOT 1 was used in pktrace ebuild +SLOT="1" + +DEPEND=">=dev-lang/python-2.2.1-r2" + +RDEPEND=">=dev-lang/python-2.2.1-r2 + >=app-text/tetex-1.0.7-r10 + >=app-text/t1utils-1.25 + >=media-gfx/autotrace-0.30 + truetype? ( >=media-gfx/pfaedit-020910 )" + +src_compile() { + econf --datadir=/usr/lib/python${PYVER}/site-packages + emake || die "emake failed" +} + +src_install () { + make \ + prefix=${D}/usr \ + datadir=${D}/usr/lib/python${PYVER}/site-packages/mftrace \ + mandir=${D}/usr/share/man \ + install || die "make install failed" + + dodoc README.txt ChangeLog +} diff --git a/app-text/pktrace/ChangeLog b/app-text/pktrace/ChangeLog deleted file mode 100644 index 5a5b4b59fd05..000000000000 --- a/app-text/pktrace/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index 8295b93ca681..000000000000 --- a/app-text/pktrace/files/digest-pktrace-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index de9804881f3f..000000000000 --- a/app-text/pktrace/pktrace-1.0.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.3 2002/09/23 19:12:02 vapier 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-2" -KEYWORDS="x86 sparc sparc64" -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" -} |