diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:40:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:40:14 +0000 |
commit | 51b3927648f41771ee9c6e7d37c843373ecab637 (patch) | |
tree | 980739b1a87f0bd0c814bb0353f243ca3d4fc5f1 /net-analyzer/prelude-nagios | |
parent | header fix (diff) | |
download | historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.gz historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.bz2 historical-51b3927648f41771ee9c6e7d37c843373ecab637.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/prelude-nagios')
-rw-r--r-- | net-analyzer/prelude-nagios/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/prelude-nagios/Manifest b/net-analyzer/prelude-nagios/Manifest index d0786e7f6b8e..0db32677b168 100644 --- a/net-analyzer/prelude-nagios/Manifest +++ b/net-analyzer/prelude-nagios/Manifest @@ -1,5 +1,5 @@ -MD5 4af0a9c7095835bc490eaad1b8163dbe prelude-nagios-0.0.2.ebuild 1276 -MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 MD5 b49afc01b27ad8f8c0720c7f94680f8d ChangeLog 525 +MD5 b1b6a136a5754881dc239953d25e5652 prelude-nagios-0.0.2.ebuild 1277 +MD5 43e3fd05fc5aa752526d29c4a386620b metadata.xml 310 MD5 38deb4c75b8cafde875b533ab5ae7b78 files/digest-prelude-nagios-0.0.2 72 MD5 fdc08ad12de3e7b0a010a302b70c9271 files/prelude-nagios-0.0.2-001.patch 1988 diff --git a/net-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild b/net-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild index e71aba46880a..597c746d60de 100644 --- a/net-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild +++ b/net-analyzer/prelude-nagios/prelude-nagios-0.0.2.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-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild,v 1.1 2003/07/05 16:03:27 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/prelude-nagios/prelude-nagios-0.0.2.ebuild,v 1.2 2003/09/05 23:40:10 msterret Exp $ DESCRIPTION="Plugin for Nagios to talk with Prelude" HOMEPAGE="http://www.exaprobe.com/labs/downloads/index.php3?DIR=/downloads/Nagios_Plugin" @@ -18,13 +18,13 @@ S=${WORKDIR}/${P} src_unpack() { # prelude-nagios-0.0.2.tar.gz is a POSIX tar archive from exaprobe - # In the future I think we should to try to avoid calling + # In the future I think we should to try to avoid calling # tar directly from ebuilds. # Our possible solutions. # 1) email exaprobe and inform them that the .tar.gz is only a .tar # 2) Repackage the tarball as a .bz2 and put it on a gentoo mirror - + tar xvf ${DISTDIR}/${A} -C ${WORKDIR} #unpack ${A} epatch ${FILESDIR}/prelude-nagios-${PV}-001.patch |