diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:59:01 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:59:01 +0000 |
commit | 5e65242fe9a3957ca5c024ce2785117928372665 (patch) | |
tree | 73655e9ee379998b675f2425f803bb3dd7eaa093 /net-im/openmcu | |
parent | create a /etc/X11/Sessions/openbox3 file (diff) | |
download | gentoo-2-5e65242fe9a3957ca5c024ce2785117928372665.tar.gz gentoo-2-5e65242fe9a3957ca5c024ce2785117928372665.tar.bz2 gentoo-2-5e65242fe9a3957ca5c024ce2785117928372665.zip |
whitespace cleanup
Diffstat (limited to 'net-im/openmcu')
-rw-r--r-- | net-im/openmcu/Manifest | 2 | ||||
-rw-r--r-- | net-im/openmcu/openmcu-1.1.7.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/openmcu/Manifest b/net-im/openmcu/Manifest index 450b0b522165..addd33a2145f 100644 --- a/net-im/openmcu/Manifest +++ b/net-im/openmcu/Manifest @@ -1,2 +1,2 @@ -MD5 757ac578e19d14d4df0644c0fe555647 openmcu-1.1.7.ebuild 604 +MD5 f4dea6132c5a711254eb2be13a5683f7 openmcu-1.1.7.ebuild 596 MD5 48d2727ed476eea13c2bcd912dbdf6e2 files/digest-openmcu-1.1.7 64 diff --git a/net-im/openmcu/openmcu-1.1.7.ebuild b/net-im/openmcu/openmcu-1.1.7.ebuild index 124eb0373bdb..58856499cd70 100644 --- a/net-im/openmcu/openmcu-1.1.7.ebuild +++ b/net-im/openmcu/openmcu-1.1.7.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/openmcu/openmcu-1.1.7.ebuild,v 1.1 2003/08/11 00:32:01 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openmcu/openmcu-1.1.7.ebuild,v 1.2 2003/09/05 23:58:58 msterret Exp $ SRC_URI="http://www.openh323.org/bin/openmcu_${PV}.tar.gz" HOMEPAGE="http://www.openh323.org" @@ -17,9 +17,9 @@ RDEPEND="${DEPEND}" src_compile() { - cd work/openmcu - OPENH323DIR="/usr/share/openh323" make all || die + cd work/openmcu + OPENH323DIR="/usr/share/openh323" make all || die } -#src_install() { -#}
\ No newline at end of file +#src_install() { +#} |