diff options
author | 2003-06-11 15:37:51 +0000 | |
---|---|---|
committer | 2003-06-11 15:37:51 +0000 | |
commit | 9cd746b8492ec3f91ccd6c3a655310d1543336f0 (patch) | |
tree | 0e7b59cba0bfb3c6cfc4904d751bb6b01d71d849 /net-analyzer/cacti | |
parent | Fixes for syntax errors in pkg_postinst. (diff) | |
download | historical-9cd746b8492ec3f91ccd6c3a655310d1543336f0.tar.gz historical-9cd746b8492ec3f91ccd6c3a655310d1543336f0.tar.bz2 historical-9cd746b8492ec3f91ccd6c3a655310d1543336f0.zip |
Remove debug "echo" from ebuild.
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r-- | net-analyzer/cacti/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.1.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest index c5e5bc36b538..14f5bb297722 100644 --- a/net-analyzer/cacti/Manifest +++ b/net-analyzer/cacti/Manifest @@ -1,4 +1,4 @@ -MD5 c81161fc5744af6f133f3e40dc180e4a cacti-0.8.1.ebuild 4128 +MD5 3d921a483aa688dda1ba970c0ae96055 cacti-0.8.1.ebuild 4095 MD5 57395465876dc8e6c61d0cc68f6c3620 cacti-0.6.8a.ebuild 1465 MD5 68ba28b575a17e1a4d4e8e6ea4a8da0e ChangeLog 996 MD5 f1e420ab088a8222b4020ab76a92c387 files/digest-cacti-0.8.1 63 diff --git a/net-analyzer/cacti/cacti-0.8.1.ebuild b/net-analyzer/cacti/cacti-0.8.1.ebuild index 15c16687aac3..2d273f4862ce 100644 --- a/net-analyzer/cacti/cacti-0.8.1.ebuild +++ b/net-analyzer/cacti/cacti-0.8.1.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/cacti/cacti-0.8.1.ebuild,v 1.2 2003/06/11 15:34:51 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.1.ebuild,v 1.3 2003/06/11 15:37:39 tad Exp $ DESCRIPTION="Cacti is a complete frondend to rrdtool" HOMEPAGE="http://www.raxnet.net/products/cacti/" @@ -47,7 +47,6 @@ pkg_postinst() { # check to see if we have a previous version installed minor_inst="$(ls -d /var/db/pkg/net-analyzer/cacti*|head -n 1|cut -d\. -f2)" rel_inst="$(ls -d /var/db/pkg/net-analyzer/cacti*|head -n 1|cut -d\. -f3)" - echo "${minor_inst}${rel_inst}" if [ ${minor_inst}${rel_inst} -lt 81 ] then einfo |