From e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 5 Sep 2003 22:37:27 +0000 Subject: whitespace cleanup --- app-text/ttf2pt1/Manifest | 4 ++-- app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 4 ++-- app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 28 ++++++++++++---------------- 3 files changed, 16 insertions(+), 20 deletions(-) (limited to 'app-text/ttf2pt1') diff --git a/app-text/ttf2pt1/Manifest b/app-text/ttf2pt1/Manifest index 92fdbcda8ca5..c7ee34f9b779 100644 --- a/app-text/ttf2pt1/Manifest +++ b/app-text/ttf2pt1/Manifest @@ -1,6 +1,6 @@ MD5 d33b193b1ba23e6db53d3f8bf39a6bfd ChangeLog 1486 -MD5 8ca86832045a5a49cd1b07953153f902 ttf2pt1-3.3.3.ebuild 861 -MD5 776e6041f6c224284ef6ddcb1cc59342 ttf2pt1-3.4.0.ebuild 901 +MD5 160625644ddd6dbd020cc20d14b81a4d ttf2pt1-3.3.3.ebuild 861 +MD5 77fd5abbe295d99b217b5d6eb526b556 ttf2pt1-3.4.0.ebuild 859 MD5 70a68cff133872cdf8743b63425beffe files/digest-ttf2pt1-3.3.3 62 MD5 abb6440d86a5663c3148eba7976a1f59 files/digest-ttf2pt1-3.4.0 62 MD5 0199933f9e9763b60bfd6120daaead19 files/ttf2pt1-3.3.3-Makefile-gentoo.diff 1203 diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 29581a3f1662..783e2ac84fe5 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.13 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.14 2003/09/05 22:37:22 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" @@ -33,5 +33,5 @@ src_install () { rm -r app other mv *.html ../doc/${PF}/html mv [A-Z]* ../doc/${PF} - prepalldocs + prepalldocs } diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 4a97f3ea5800..1119fbefdb28 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.11 2003/06/12 20:28:46 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.12 2003/09/05 22:37:22 msterret Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -12,28 +12,24 @@ SLOT="0" LICENSE="as-is" RDEPEND="virtual/glibc - >=media-libs/freetype-2.0" + >=media-libs/freetype-2.0" DEPEND="$RDEPEND dev-lang/perl" src_unpack() { - unpack ${A} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + unpack ${A} + patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff } src_compile() { - - try make CFLAGS="${CFLAGS}" all - + try make CFLAGS="${CFLAGS}" all } src_install () { - - try make INSTDIR=${D}/usr install - 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 + try make INSTDIR=${D}/usr install + 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 } - -- cgit v1.2.3-65-gdbad