diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-06-07 18:00:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-06-07 18:00:58 +0000 |
commit | 92ea994d655c14442c96476a7e0a0671e3ca6b4d (patch) | |
tree | 679797f7ff518665111666487d240fc7c17b1e28 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-92ea994d655c14442c96476a7e0a0671e3ca6b4d.tar.gz gentoo-2-92ea994d655c14442c96476a7e0a0671e3ca6b4d.tar.bz2 gentoo-2-92ea994d655c14442c96476a7e0a0671e3ca6b4d.zip |
install examples in the right place.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-serialport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-serialport/ChangeLog b/dev-ruby/ruby-serialport/ChangeLog index 7a5e61a16702..448a40a04eef 100644 --- a/dev-ruby/ruby-serialport/ChangeLog +++ b/dev-ruby/ruby-serialport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-serialport # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.15 2010/05/24 05:36:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.16 2010/06/07 18:00:58 flameeyes Exp $ + + 07 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> + ruby-serialport-1.0.3.ebuild, ruby-serialport-1.0.3-r1.ebuild: + install examples in the right place. 24 May 2010; Hans de Graaff <graaff@gentoo.org> ruby-serialport-1.0.3.ebuild, ruby-serialport-1.0.3-r1.ebuild: diff --git a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild index 0c6be80bb65d..9a0bf0e363cf 100644 --- a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild +++ b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.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/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild,v 1.3 2010/05/24 05:36:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild,v 1.4 2010/06/07 18:00:58 flameeyes Exp $ EAPI="2" @@ -46,7 +46,7 @@ each_ruby_compile() { all_ruby_install() { all_fakegem_install - docinto examples # don't compress it + insinto /usr/share/doc/${PF}/examples doins test/miniterm.rb || die } diff --git a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild index 8d6e89fef33c..74b1e12c59b8 100644 --- a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild +++ b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.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/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.3 2010/05/24 05:36:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.4 2010/06/07 18:00:58 flameeyes Exp $ EAPI="2" @@ -46,7 +46,7 @@ each_ruby_compile() { all_ruby_install() { all_fakegem_install - docinto examples # don't compress it + insinto /usr/share/doc/${PF}/examples doins test/miniterm.rb || die } |