summaryrefslogtreecommitdiff
path: root/app-text/mftrace/mftrace-1.2.19-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mftrace/mftrace-1.2.19-r1.ebuild')
-rw-r--r--app-text/mftrace/mftrace-1.2.19-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-text/mftrace/mftrace-1.2.19-r1.ebuild b/app-text/mftrace/mftrace-1.2.19-r1.ebuild
deleted file mode 100644
index 2ad587595348..000000000000
--- a/app-text/mftrace/mftrace-1.2.19-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://lilypond.org/mftrace/"
-SRC_URI="http://lilypond.org/downloads/sources/mftrace/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-IUSE="test truetype"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=app-text/t1utils-1.25
- media-gfx/potrace
- truetype? ( media-gfx/fontforge )
- virtual/latex-base
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- test? ( media-gfx/fontforge )"
-
-src_configure() {
- tc-export CC
- econf \
- --datadir="$(python_get_sitedir)"
-}
-
-src_compile() {
- emake CFLAGS="-Wall ${CFLAGS}"
-}
-
-src_install() {
- default
- python_optimize
-}