diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-13 18:48:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-13 18:48:23 +0000 |
commit | 2ab71b609cdb406756d54822cdd40ce8b3dde6c2 (patch) | |
tree | 3ad6a7bc1edcbc69b3bd26792b59fc4f7baad353 /dev-ruby/pg | |
parent | Bug #276374 again, trying for a different workaround. (diff) | |
download | gentoo-2-2ab71b609cdb406756d54822cdd40ce8b3dde6c2.tar.gz gentoo-2-2ab71b609cdb406756d54822cdd40ce8b3dde6c2.tar.bz2 gentoo-2-2ab71b609cdb406756d54822cdd40ce8b3dde6c2.zip |
Fix documentation generation and installation.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/pg/pg-0.8.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-ruby/pg/ChangeLog b/dev-ruby/pg/ChangeLog index f2498b71015c..78091af384c0 100644 --- a/dev-ruby/pg/ChangeLog +++ b/dev-ruby/pg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.6 2010/01/25 16:51:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.7 2010/02/13 18:48:23 flameeyes Exp $ + + 13 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.8.0.ebuild: + Fix documentation generation and installation. 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.8.0.ebuild: Add ~x86 keyword, tested on a development container. diff --git a/dev-ruby/pg/pg-0.8.0.ebuild b/dev-ruby/pg/pg-0.8.0.ebuild index aa8011ce5ec9..4ae945acf7a6 100644 --- a/dev-ruby/pg/pg-0.8.0.ebuild +++ b/dev-ruby/pg/pg-0.8.0.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/dev-ruby/pg/pg-0.8.0.ebuild,v 1.5 2010/01/25 16:51:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.8.0.ebuild,v 1.6 2010/02/13 18:48:23 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19" @@ -28,6 +28,7 @@ DEPEND="${RDEPEND}" all_ruby_prepare() { sed -i \ -e '/ext_helper/s:^:#:' \ + -e '/setup_extension/s:^:#:' \ -e '/task :spec =>/s:^:#:' \ Rakefile || die "Rakefile fix failed" } @@ -45,6 +46,8 @@ each_ruby_install() { } all_ruby_install() { + all_fakegem_install + docinto examples dodoc sample/*.rb || die "sample installation failed" } |