summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:19:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:19:17 +0000
commitb2981a4c3297537c2c438b435ab178db41076ff2 (patch)
tree79b54d3c3c8150f8b5fd46bc51f8f5ec87e5d1c1 /app-text/ttf2pt1
parent*** empty log message *** (diff)
downloadhistorical-b2981a4c3297537c2c438b435ab178db41076ff2.tar.gz
historical-b2981a4c3297537c2c438b435ab178db41076ff2.tar.bz2
historical-b2981a4c3297537c2c438b435ab178db41076ff2.zip
*** empty log message ***
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r--app-text/ttf2pt1/files/digest-ttf2pt1-3.3.01
-rw-r--r--app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.0 b/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.0
deleted file mode 100644
index 8266ad48f3f8..000000000000
--- a/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ae685fc836bee971b168e6f92c7ce3c2 ttf2pt1-3.3.0.tgz
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild
deleted file mode 100644
index cdc157eb3d9a..000000000000
--- a/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.0.ebuild,v 1.2 2000/11/01 04:44:14 achim Exp $
-
-A=${P}.tgz
-S=${WORKDIR}/${P}
-DESCRIPTION="Converts True Type to Type 1 fonts"
-SRC_URI="http://download.sourceforge.net/ttf2pt1/${A}"
-HOMEPAGE="http://ttf2pt1.sourceforge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:CFLAGS= -O:CFLAGS= ${CFLAGS}:" Makefile.orig > Makefile
-
-}
-
-src_compile() {
-
- cd ${S}
- try make all
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr
- dobin t1asm ttf2pfa ttf2pt1
- dodoc CHANGES COPYRIGHT README
-
-}
-