diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-07 17:24:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-07 17:24:33 +0000 |
commit | e8ffa61b16a44dbd1f8866bb9035761921dc5c36 (patch) | |
tree | 80459d8b9dc6ee95ef8e4822c9864c91f22c19b3 /app-arch/open_c-lit | |
parent | Stable on sparc (diff) | |
download | historical-e8ffa61b16a44dbd1f8866bb9035761921dc5c36.tar.gz historical-e8ffa61b16a44dbd1f8866bb9035761921dc5c36.tar.bz2 historical-e8ffa61b16a44dbd1f8866bb9035761921dc5c36.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-arch/open_c-lit')
-rw-r--r-- | app-arch/open_c-lit/Manifest | 14 | ||||
-rw-r--r-- | app-arch/open_c-lit/open_c-lit-1.4.ebuild | 4 |
2 files changed, 4 insertions, 14 deletions
diff --git a/app-arch/open_c-lit/Manifest b/app-arch/open_c-lit/Manifest index 24241c7519fd..f47eaeba579d 100644 --- a/app-arch/open_c-lit/Manifest +++ b/app-arch/open_c-lit/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 15ee0c472621b237c2451baaafcb31fe open_c-lit-1.4.ebuild 771 -MD5 eb215c8a9d3f8fcc3d78f2d8f3c0d774 metadata.xml 186 MD5 9a38e79e3cf19827fc4931f6c1ac7ed2 ChangeLog 348 +MD5 eb215c8a9d3f8fcc3d78f2d8f3c0d774 metadata.xml 186 +MD5 c819aabde7e1b3d376cc58d1b561f35b open_c-lit-1.4.ebuild 770 MD5 8e0bce3b1b141da9c4824b9a2d400ebb files/digest-open_c-lit-1.4 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBPOeZHTu7gpaalycRAor3AKDFgVkTgjURzCfmMqs8cAYhKWUOFACgi3we -Edf1aD4ahYD+AUNr3Yk8dF8= -=Mcix ------END PGP SIGNATURE----- diff --git a/app-arch/open_c-lit/open_c-lit-1.4.ebuild b/app-arch/open_c-lit/open_c-lit-1.4.ebuild index 0398d4042440..c16ef3dd631d 100644 --- a/app-arch/open_c-lit/open_c-lit-1.4.ebuild +++ b/app-arch/open_c-lit/open_c-lit-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/open_c-lit/open_c-lit-1.4.ebuild,v 1.2 2004/09/06 22:41:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/open_c-lit/open_c-lit-1.4.ebuild,v 1.3 2004/09/07 17:24:33 mr_bones_ Exp $ MY_PV=${PV//.} DESCRIPTION="Open Convert .LIT tool" @@ -22,7 +22,7 @@ src_unpack() { cd ${S} sed -i "/^CFLAGS=/s:-O2:${CFLAGS}:" */Makefile } - + src_compile() { cd ${S}/lib emake || die |