diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 02:13:44 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 02:13:44 +0000 |
commit | 10ad84dd4540c45f09324d6a7424bbe3a6c17676 (patch) | |
tree | e459f08fcce388e03e0f13be597e43124fd38f4d /sci-visualization | |
parent | Graphing program similar to gnuplot to produce publication-quality figures. (diff) | |
download | gentoo-2-10ad84dd4540c45f09324d6a7424bbe3a6c17676.tar.gz gentoo-2-10ad84dd4540c45f09324d6a7424bbe3a6c17676.tar.bz2 gentoo-2-10ad84dd4540c45f09324d6a7424bbe3a6c17676.zip |
Install some more docs, and put docs in $PF rather than $PN.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pyxplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.5.8.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-visualization/pyxplot/ChangeLog b/sci-visualization/pyxplot/ChangeLog index 4b4e15b311e8..5129d54518e7 100644 --- a/sci-visualization/pyxplot/ChangeLog +++ b/sci-visualization/pyxplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/pyxplot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.1 2006/09/24 02:06:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.2 2006/09/24 02:13:44 dberkholz Exp $ + + 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; pyxplot-0.5.8.ebuild: + Install some more docs, and put docs in $PF rather than $PN. *pyxplot-0.5.8 (24 Sep 2006) diff --git a/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild b/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild index c4959a9e5e61..dbb5b34b86de 100644 --- a/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild,v 1.1 2006/09/24 02:06:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.5.8.ebuild,v 1.2 2006/09/24 02:13:44 dberkholz Exp $ inherit eutils python @@ -26,6 +26,7 @@ src_unpack() { sed -i \ -e "s:^\(USRDIR=\).*:\1/usr:g" \ -e 's:^\(MANDIR=\).*:\1${USRDIR}/share/man/man1:g' \ + -e "s:^\(DOCDIR=\).*:\1\${USRDIR}/share/doc/${PF}:g" \ "${S}"/Makefile.skel epatch "${FILESDIR}"/${PV}-dont-build-pyx.patch # Depends on dont-build-pyx.patch @@ -48,6 +49,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" + dodoc README AUTHORS ChangeLog } pkg_postinst() { |