diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-01 20:19:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-01 20:19:30 +0000 |
commit | 72d047d95120a5c9ace73f5ffc5aa7091723951a (patch) | |
tree | ad34e01ba64d260c433580229c0f744e215dfbba /net-im | |
parent | QA fixes to ebuild. Leading spaces and emake. (diff) | |
download | historical-72d047d95120a5c9ace73f5ffc5aa7091723951a.tar.gz historical-72d047d95120a5c9ace73f5ffc5aa7091723951a.tar.bz2 historical-72d047d95120a5c9ace73f5ffc5aa7091723951a.zip |
fix all whitespace errors
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/silc-plugin/Manifest | 12 | ||||
-rw-r--r-- | net-im/silc-plugin/silc-plugin-1.0.1.ebuild | 10 |
2 files changed, 6 insertions, 16 deletions
diff --git a/net-im/silc-plugin/Manifest b/net-im/silc-plugin/Manifest index 7368d35f1193..d9e75c0d5b76 100644 --- a/net-im/silc-plugin/Manifest +++ b/net-im/silc-plugin/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e2148fb34842c2145025b46844f159af silc-plugin-1.0.1.ebuild 2815 MD5 84d5e549cddb403d19592ac87456e6d0 ChangeLog 655 MD5 3d21d1bc81cfd81bfd0b0b3b2123b71c metadata.xml 271 +MD5 2f433c3705a93fd43e85a16c0bf8f492 silc-plugin-1.0.1.ebuild 2805 MD5 ce1069db2e4cfc5c0b0d4b988c6c053c files/digest-silc-plugin-1.0.1 202 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBNi2510xuJSrg3/sRApudAJ9x1QQTsOanmjlxKe+EHIf9vSp0+wCdGEV6 -oLMQOX0P1CsmFYd7aaGzUYA= -=MefX ------END PGP SIGNATURE----- diff --git a/net-im/silc-plugin/silc-plugin-1.0.1.ebuild b/net-im/silc-plugin/silc-plugin-1.0.1.ebuild index a248c4417119..85da1608df28 100644 --- a/net-im/silc-plugin/silc-plugin-1.0.1.ebuild +++ b/net-im/silc-plugin/silc-plugin-1.0.1.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/net-im/silc-plugin/silc-plugin-1.0.1.ebuild,v 1.3 2004/09/01 20:14:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.0.1.ebuild,v 1.4 2004/09/01 20:19:30 seemant Exp $ IRSSI_PV=0.8.9 @@ -28,10 +28,10 @@ src_compile() { einfo "Preparing silc-client\n" cd ${S_SILC} econf --with-helpdir=${D}/usr/share/irssi/help/silc/ \ - --without-libtoolfix \ - --enable-static \ - `use_with pic` \ - `use_enable debug` || die "silc-client configure failed" + --without-libtoolfix \ + --enable-static \ + `use_with pic` \ + `use_enable debug` || die "silc-client configure failed" emake -C lib || die "silc-client's lib compilation failed" echo |