summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild')
-rw-r--r--app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild
deleted file mode 100644
index 2bcedcba60c9..000000000000
--- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.23 2006/08/15 19:46:49 wormo Exp $
-
-inherit eutils
-
-DESCRIPTION="Converts True Type to Type 1 fonts"
-HOMEPAGE="http://ttf2pt1.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-RDEPEND="virtual/libc
- >=media-libs/freetype-2.0"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-Makefile-gentoo.diff
-}
-
-src_compile() {
- make CFLAGS="${CFLAGS}" all || die
-}
-
-src_install() {
- make INSTDIR=${D}/usr install || die
- dodir /usr/share/doc/${PF}/html
- cd ${D}/usr/share/ttf2pt1
- rm -r app other
- mv *.html ../doc/${PF}/html
- mv [A-Z]* ../doc/${PF}
- prepalldocs
-}