summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-07-05 01:26:44 +0000
committerAli Polatel <hawking@gentoo.org>2007-07-05 01:26:44 +0000
commitb80099b76b32683f84e1af5892458056a039ddf9 (patch)
treecc9977d69b9f7d1533e57d70ee4b202e96ea2222 /dev-python/quixote
parentCleanup and added nls USE flag for pv-0.9.9 (diff)
downloadgentoo-2-b80099b76b32683f84e1af5892458056a039ddf9.tar.gz
gentoo-2-b80099b76b32683f84e1af5892458056a039ddf9.tar.bz2
gentoo-2-b80099b76b32683f84e1af5892458056a039ddf9.zip
moved DOCS to src_install. Removed default doc names from DOCS
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python/quixote')
-rw-r--r--dev-python/quixote/ChangeLog5
-rw-r--r--dev-python/quixote/quixote-2.4.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog
index 6a123b283d44..584c8adc0ae5 100644
--- a/dev-python/quixote/ChangeLog
+++ b/dev-python/quixote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/quixote
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.19 2007/07/05 01:22:01 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.20 2007/07/05 01:26:44 hawking Exp $
+
+ 05 Jul 2007; Ali Polatel <hawking@gentoo.org> quixote-2.4.ebuild:
+ moved DOCS to src_install. Removed default doc names from DOCS
05 Jul 2007; Ali Polatel <hawking@gentoo.org> quixote-0.6.1.ebuild,
quixote-1.0.ebuild:
diff --git a/dev-python/quixote/quixote-2.4.ebuild b/dev-python/quixote/quixote-2.4.ebuild
index 95bfafe35a5e..4e6f35816a7b 100644
--- a/dev-python/quixote/quixote-2.4.ebuild
+++ b/dev-python/quixote/quixote-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild,v 1.3 2007/02/27 15:15:53 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild,v 1.4 2007/07/05 01:26:44 hawking Exp $
inherit distutils
@@ -15,11 +15,10 @@ IUSE=""
DEPEND=">=dev-lang/python-2.3"
S=${WORKDIR}/${MY_P}
-DOCS="ACKS CHANGES LICENSE MANIFEST.in README TODO"
src_install() {
+ DOCS="ACKS CHANGES"
distutils_src_install
dodoc doc/*.txt
dohtml doc/*.html
}
-