diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 19:31:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 19:31:22 +0000 |
commit | 8027de4983125d9d3fba80f48415b8987efc1b12 (patch) | |
tree | 74f30fda4fde6d2ca20bf8341ec778be075554e4 /dev-ml | |
parent | Mask gst-plugins-opengl for removal since it's disappeared from upstream gstr... (diff) | |
download | gentoo-2-8027de4983125d9d3fba80f48415b8987efc1b12.tar.gz gentoo-2-8027de4983125d9d3fba80f48415b8987efc1b12.tar.bz2 gentoo-2-8027de4983125d9d3fba80f48415b8987efc1b12.zip |
Do not use dodoc for examples as they will end up compressed, reported by Ken69267
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index e6bf26648e61..decfae6e7df4 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.19 2008/05/12 07:00:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.20 2008/06/29 19:31:22 aballier Exp $ + + 29 Jun 2008; Alexis Ballier <aballier@gentoo.org> + pcre-ocaml-5.15.0.ebuild: + Do not use dodoc for examples as they will end up compressed, reported by + Ken69267 *pcre-ocaml-5.15.0 (12 May 2008) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild index da411c524f09..b5e12e9eb31e 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.1 2008/05/12 07:00:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.2 2008/06/29 19:31:22 aballier Exp $ inherit findlib eutils @@ -42,10 +42,7 @@ src_install () { dodoc README VERSION Changes if use examples; then - for dir in examples/* - do - docinto $dir - dodoc $dir/* - done + insinto /usr/share/doc/${PF} + doins -r examples fi } |