summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Lauwers <blauwers@gentoo.org>2002-12-12 23:25:33 +0000
committerBart Lauwers <blauwers@gentoo.org>2002-12-12 23:25:33 +0000
commit07d7e163615b8eb6aa43f35cc80f770f568c637a (patch)
tree5f0f66db222d7aecf5f3dba07afcf525c4032865 /dev-python/pyzor
parentlinking fix (diff)
downloadhistorical-07d7e163615b8eb6aa43f35cc80f770f568c637a.tar.gz
historical-07d7e163615b8eb6aa43f35cc80f770f568c637a.tar.bz2
historical-07d7e163615b8eb6aa43f35cc80f770f568c637a.zip
Added one last improvement to this build
Diffstat (limited to 'dev-python/pyzor')
-rw-r--r--dev-python/pyzor/pyzor-0.4.0.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/pyzor/pyzor-0.4.0.ebuild b/dev-python/pyzor/pyzor-0.4.0.ebuild
index ba97eb144db6..47b89693b041 100644
--- a/dev-python/pyzor/pyzor-0.4.0.ebuild
+++ b/dev-python/pyzor/pyzor-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.4.0.ebuild,v 1.1 2002/12/12 23:01:30 blauwers Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.4.0.ebuild,v 1.2 2002/12/12 23:25:33 blauwers Exp $
DESCRIPTION="Pyzor is a distributed, collaborative spam detection and filtering network"
HOMEPAGE="http://pyzor.sourceforge.net/"
@@ -17,15 +17,9 @@ RDEPEND=${DEPEND}
inherit distutils
src_install () {
- mydoc="INSTALL NEWS PKG-INFO THANKS UPGRADING docs/usage.html"
+ mydoc="INSTALL NEWS PKG-INFO THANKS UPGRADING"
distutils_src_install
+ dohtml docs/usage.html
rm -rf ${D}/usr/share/doc/pyzor
-
- #chmod -R a+rX \
- #${D}/usr/share/doc/pyzor \
- #${D}/usr/lib/python2.2/site-packages/pyzor \
- #${D}/usr/bin/pyzor \
- #${D}/usr/bin/pyzord
-
}