diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
commit | b39873f8ca85e6ba1539ff191254847455ce426c (patch) | |
tree | 51cf9e283edf74874b229c0b315da0c7be177b60 /app-text/ttf2pt1 | |
parent | Cleanup (diff) | |
download | gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.gz gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.bz2 gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.zip |
Cleanup
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r-- | app-text/ttf2pt1/files/digest-ttf2pt1-3.3.2 | 1 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.2 b/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.2 deleted file mode 100644 index 2d31d0eaf390..000000000000 --- a/app-text/ttf2pt1/files/digest-ttf2pt1-3.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 cdbe3f2b078a66c1a2c26082f1ade6b4 ttf2pt1-3.3.2.tgz diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.2.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.2.ebuild deleted file mode 100644 index 38d257e92e3a..000000000000 --- a/app-text/ttf2pt1/ttf2pt1-3.3.2.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.2.ebuild,v 1.1 2000/11/26 12:38:11 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 ttf2pt1 - dodoc CHANGES COPYRIGHT README - -} - |