diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-14 10:27:49 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-14 10:27:49 +0000 |
commit | 9c3e3b89ae383b2b38d9bde153cfcf434e9be6f4 (patch) | |
tree | 61fa7d16994b388241e2cca2889c34f0282c2444 /dev-python/rst2pdf | |
parent | Don't call dodoc on directory; bug 367547. Migrate to bash-completion-r1. (diff) | |
download | historical-9c3e3b89ae383b2b38d9bde153cfcf434e9be6f4.tar.gz historical-9c3e3b89ae383b2b38d9bde153cfcf434e9be6f4.tar.bz2 historical-9c3e3b89ae383b2b38d9bde153cfcf434e9be6f4.zip |
Drop docs from stable version so that bug 356389 will not cause breakage.
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64
Diffstat (limited to 'dev-python/rst2pdf')
-rw-r--r-- | dev-python/rst2pdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rst2pdf/rst2pdf-0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rst2pdf/ChangeLog b/dev-python/rst2pdf/ChangeLog index 14b3cb8bbb97..77f7f52750d5 100644 --- a/dev-python/rst2pdf/ChangeLog +++ b/dev-python/rst2pdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rst2pdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/ChangeLog,v 1.17 2011/12/14 09:38:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/ChangeLog,v 1.18 2011/12/14 10:27:49 floppym Exp $ + + 14 Dec 2011; Mike Gilbert <floppym@gentoo.org> rst2pdf-0.16.ebuild: + Drop docs from stable version so that bug 356389 will not cause breakage. 14 Dec 2011; Mike Gilbert <floppym@gentoo.org> rst2pdf-0.16-r1.ebuild: Set EAPI=4 and elminate duplicate installation of montecristo example files. diff --git a/dev-python/rst2pdf/rst2pdf-0.16.ebuild b/dev-python/rst2pdf/rst2pdf-0.16.ebuild index c29de7ba26b9..05be1cae9bdc 100644 --- a/dev-python/rst2pdf/rst2pdf-0.16.ebuild +++ b/dev-python/rst2pdf/rst2pdf-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.16.ebuild,v 1.3 2011/01/15 15:30:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.16.ebuild,v 1.4 2011/12/14 10:27:49 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -24,7 +24,7 @@ DEPEND="dev-python/docutils >=dev-python/reportlab-2.4" RDEPEND="${DEPEND}" -DOCS="Contributors.txt CHANGES.txt README.txt doc/*" +DOCS="Contributors.txt CHANGES.txt README.txt" src_install() { distutils_src_install |