diff options
author | 2003-09-05 22:37:27 +0000 | |
---|---|---|
committer | 2003-09-05 22:37:27 +0000 | |
commit | e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch) | |
tree | 670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/cedilla | |
parent | digest (diff) | |
download | gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2 gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip |
whitespace cleanup
Diffstat (limited to 'app-text/cedilla')
-rw-r--r-- | app-text/cedilla/Manifest | 2 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest index f2cbac3329ee..5510ba264ce7 100644 --- a/app-text/cedilla/Manifest +++ b/app-text/cedilla/Manifest @@ -1,4 +1,4 @@ -MD5 52ef439975f40993ca5ce614863402fd cedilla-0.3.ebuild 767 MD5 700f80cf0273262424b53496016f1165 ChangeLog 318 +MD5 e6f7c3eabe51857ef11d344c4f8484be cedilla-0.3.ebuild 770 MD5 2325d2b8265c1bd954d3913c90206b2b files/cedilla-gentoo.patch 633 MD5 f9868caff371960cf00313c91b05e89b files/digest-cedilla-0.3 63 diff --git a/app-text/cedilla/cedilla-0.3.ebuild b/app-text/cedilla/cedilla-0.3.ebuild index c227867bfcf4..94572aca03e0 100644 --- a/app-text/cedilla/cedilla-0.3.ebuild +++ b/app-text/cedilla/cedilla-0.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/cedilla/cedilla-0.3.ebuild,v 1.1 2003/08/23 00:57:00 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.2 2003/09/05 22:37:21 msterret Exp $ DESCRIPTION="Utf-8 to postscript converter." HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/" @@ -17,7 +17,7 @@ RDEPEND="" S="${WORKDIR}/${P}" src_unpack() { - unpack ${A} + unpack ${A} epatch ${FILESDIR}/cedilla-gentoo.patch } src_compile() { @@ -29,5 +29,5 @@ src_install() { newman cedilla.man cedilla.1 dodoc COPYING NEWS README - + } |