diff options
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.4.ebuild | 5 |
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 } - |