diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
commit | e0a469bef839cd2d6a20678483b50e2e7f452a55 (patch) | |
tree | e003be58b7f60ff16c2013608da9b166512420ed /net-im/ohphone | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.gz gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.bz2 gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-im/ohphone')
-rw-r--r-- | net-im/ohphone/Manifest | 2 | ||||
-rw-r--r-- | net-im/ohphone/ohphone-1.4.1-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/ohphone/Manifest b/net-im/ohphone/Manifest index dbc89d19a199..4fed04eecd70 100644 --- a/net-im/ohphone/Manifest +++ b/net-im/ohphone/Manifest @@ -1,6 +1,6 @@ MD5 3647db9025bdbe773cd22382621fc772 ChangeLog 668 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 1d1811d25d21b1890f5e4d9eeea370a9 ohphone-1.4.1-r1.ebuild 1208 MD5 8b50877e6e0496c9635e449b3cbc5ee6 ohphone-1.4.1.ebuild 821 +MD5 ab08e5ccb70eed76400024911a34fb6a ohphone-1.4.1-r1.ebuild 1206 MD5 eb00a184805b4c495b46976ce6ccfbbf files/digest-ohphone-1.4.1 64 MD5 eb00a184805b4c495b46976ce6ccfbbf files/digest-ohphone-1.4.1-r1 64 diff --git a/net-im/ohphone/ohphone-1.4.1-r1.ebuild b/net-im/ohphone/ohphone-1.4.1-r1.ebuild index 68b419a29445..dab6f88950ef 100644 --- a/net-im/ohphone/ohphone-1.4.1-r1.ebuild +++ b/net-im/ohphone/ohphone-1.4.1-r1.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/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.2 2003/09/06 17:26:38 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.3 2003/09/07 00:14:37 msterret Exp $ DESCRIPTION="Command line H.323 client" HOMEPAGE="http://www.openh323.org/" @@ -20,7 +20,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - + use svga \ || sed -e "s:-lvga::" -e "s:-DHAS_VGALIB::" -i ${S}/Makefile \ || die "failed to turn off SVGAlib support" @@ -28,7 +28,7 @@ src_unpack() { src_compile() { local myopts - + use X \ && myopts="${myopts} XINCDIR=/usr/X11R6/include XLIBDIR=/usr/X11R6/lib" \ || myopts="${myopts} XINCDIR=/dev/null XLIBDIR=/dev/null" @@ -46,7 +46,7 @@ src_compile() { src_install() { cd ${WORKDIR}/${PN} doman ohphone.1 - + # fill in for other archs if [ ${ARCH} = "x86" ]; then dobin obj_linux_x86_r/ohphone |