summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-23 15:11:28 +0000
committerJustin Lecher <jlec@gentoo.org>2013-04-23 15:11:28 +0000
commitbfcd94c9e50e00aa64848d1e413db033551ed2ed (patch)
tree912c1c8d6f63a88337ddc8eeed346a2b1326b9ed /dev-python/zsi
parentTemporary fix for this commit: https://github.com/Ettercap/ettercap/commit/f7... (diff)
downloadgentoo-2-bfcd94c9e50e00aa64848d1e413db033551ed2ed.tar.gz
gentoo-2-bfcd94c9e50e00aa64848d1e413db033551ed2ed.tar.bz2
gentoo-2-bfcd94c9e50e00aa64848d1e413db033551ed2ed.zip
dev-python/zsi: Drop unnecessary declaration of DOCS
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r--dev-python/zsi/ChangeLog5
-rw-r--r--dev-python/zsi/zsi-2.1_alpha1-r1.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog
index 318cdc039478..8bcda0763f9f 100644
--- a/dev-python/zsi/ChangeLog
+++ b/dev-python/zsi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/zsi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.22 2013/04/23 14:30:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.23 2013/04/23 15:11:28 jlec Exp $
+
+ 23 Apr 2013; Justin Lecher <jlec@gentoo.org> zsi-2.1_alpha1-r1.ebuild:
+ Drop unnecessary declaration of DOCS
*zsi-2.1_alpha1-r1 (23 Apr 2013)
diff --git a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild
index 0ff70c322ba4..6d087f3d92e1 100644
--- a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild
+++ b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.1 2013/04/23 14:30:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.2 2013/04/23 15:11:28 jlec Exp $
EAPI=5
@@ -30,8 +30,6 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
-DOCS="CHANGES README"
-
python_prepare_all() {
if ! use twisted; then
sed -i \
@@ -44,7 +42,6 @@ python_prepare_all() {
python_install_all() {
distutils-r1_python_install_all
-
if use doc; then
dohtml doc/*.{html,css,png}
fi