diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-14 14:33:22 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-14 14:33:22 +0000 |
commit | be91f6f8a211a08eee349bcdf2d0f08e7fe06b08 (patch) | |
tree | 2ecaf9408a2224cc5e78488fce8464eda6e67e07 /sci-astronomy/kapteyn | |
parent | stable x86, bug 328161 (diff) | |
download | gentoo-2-be91f6f8a211a08eee349bcdf2d0f08e7fe06b08.tar.gz gentoo-2-be91f6f8a211a08eee349bcdf2d0f08e7fe06b08.tar.bz2 gentoo-2-be91f6f8a211a08eee349bcdf2d0f08e7fe06b08.zip |
Install user guide docs by default
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog index 024630bac71f..ac1550904cbc 100644 --- a/sci-astronomy/kapteyn/ChangeLog +++ b/sci-astronomy/kapteyn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/kapteyn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.1 2010/07/13 19:25:50 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.2 2010/07/14 14:33:22 xarthisius Exp $ + + 14 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> kapteyn-1.9.2.ebuild: + Install user guide docs by default *kapteyn-1.9.2 (13 Jul 2010) diff --git a/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild b/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild index 061bff01151b..c8758a93e267 100644 --- a/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild +++ b/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild,v 1.1 2010/07/13 19:25:50 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild,v 1.2 2010/07/14 14:33:22 xarthisius Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="" DEPEND="sci-astronomy/wcslib dev-python/numpy" @@ -26,8 +26,5 @@ RESTRICT_PYTHON_ABIS="3.*" src_install() { distutils_src_install - if use doc; then - insinto /usr/share/doc/${PF} - doins doc/*.pdf || die - fi + dodoc doc/${PN}.pdf || die } |