diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-25 21:54:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-25 21:54:16 +0000 |
commit | 399092c586c986783e8ff72b4c5ccab9d645b90d (patch) | |
tree | 9f47eb471eca2510f4fd827e81f6face31ab9e6e /app-admin/denyhosts | |
parent | Delete old patch. (diff) | |
download | historical-399092c586c986783e8ff72b4c5ccab9d645b90d.tar.gz historical-399092c586c986783e8ff72b4c5ccab9d645b90d.tar.bz2 historical-399092c586c986783e8ff72b4c5ccab9d645b90d.zip |
distutils_src_install() installs denyhosts.py, so don't install it again.
Package-Manager: portage-15152-svn/cvs/Linux x86_64
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild b/app-admin/denyhosts/denyhosts-2.6-r1.ebuild index f6e4fd3b4310..343773a95564 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.8 2009/12/20 04:13:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.9 2009/12/25 21:54:16 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -46,9 +46,6 @@ src_install() { newinitd "${FILESDIR}"/denyhosts.init denyhosts - exeinto /usr/bin - newexe denyhosts.py denyhosts - dodoc CHANGELOG.txt README.txt keepdir /var/lib/denyhosts |