repoman: fix leading whitespace; trim commented code
authorMichael Sterrett <mr_bones_@gentoo.org>
Wed, 10 Sep 2003 04:36:20 +0000 (04:36 +0000)
committerMichael Sterrett <mr_bones_@gentoo.org>
Wed, 10 Sep 2003 04:36:20 +0000 (04:36 +0000)
sys-cluster/gomd-cvs/ChangeLog
sys-cluster/gomd-cvs/Manifest
sys-cluster/gomd-cvs/gomd-cvs-0.0_alpha.ebuild

index f00a6fea29dd75404f47e3bc0d133341a90c9783..9c339a0970218f449d9bcef9142b78925f19f64a 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/gomd-cvs
 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gomd-cvs/ChangeLog,v 1.1 2003/07/24 16:23:15 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gomd-cvs/ChangeLog,v 1.2 2003/09/10 04:36:17 msterret Exp $
+
+  09 Sep 2003; Michael Sterrett <msterret@gentoo.org>
+  gomd-cvs-0.0_alpha.ebuild:
+  repoman: fix leading whitespace; trim commented code
 
 *gomd-cvs-0.0_alpha (24 Jul 2003)
 
index 066b2edb731526d59f92e03024c255e8334e711d..ad972d149284b6e2a66374f8cda28a094bd498ca 100644 (file)
@@ -1,4 +1,4 @@
-MD5 0ae8bb2c27604cc8998048eef79688f9 gomd-cvs-0.0_alpha.ebuild 699
+MD5 fa13300969f9d5a147fc33b25393d384 ChangeLog 470
+MD5 7fb87e9de1cdad731d2c4d6865c73676 gomd-cvs-0.0_alpha.ebuild 676
 MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373
-MD5 7eb36c0f666f1c3996fbdb4fe09d65a6 ChangeLog 330
 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gomd-cvs-0.0_alpha 0
index c60faacddda7495564601fc106a4d1c7fdb43207..f40e4fa7292eadff8472193c1359933df26d69c2 100644 (file)
@@ -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/sys-cluster/gomd-cvs/gomd-cvs-0.0_alpha.ebuild,v 1.2 2003/08/23 10:50:00 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gomd-cvs/gomd-cvs-0.0_alpha.ebuild,v 1.3 2003/09/10 04:36:17 msterret Exp $
 
 DESCRIPTION="general openMosix daemon"
 HOMEPAGE="https://savannah.nongnu.org/forum/forum.php?forum_id=2219"
@@ -21,8 +21,5 @@ ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
 S=${WORKDIR}/${ECVS_MODULE}
 
 src_compile() {
-    ./compile.sh --with-libgtop
+       ./compile.sh --with-libgtop
 }
-
-#src_install() {
-#}