diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-25 00:52:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-25 00:52:49 +0000 |
commit | 06698067162684f04ac9951b13113d1811a9d125 (patch) | |
tree | 88f06e2295cc53ca238acbc07f43240d6d33b851 /dev-ruby/fast_xs | |
parent | Make sure to install rails/init.rb otherwise haml would fail to load. (diff) | |
download | gentoo-2-06698067162684f04ac9951b13113d1811a9d125.tar.gz gentoo-2-06698067162684f04ac9951b13113d1811a9d125.tar.bz2 gentoo-2-06698067162684f04ac9951b13113d1811a9d125.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fast_xs')
-rw-r--r-- | dev-ruby/fast_xs/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/fast_xs/fast_xs-0.8.0.ebuild (renamed from dev-ruby/fast_xs/fast_xs-0.7.3.ebuild) | 18 |
2 files changed, 20 insertions, 8 deletions
diff --git a/dev-ruby/fast_xs/ChangeLog b/dev-ruby/fast_xs/ChangeLog index 7674e3fdeb18..4d8770c3971c 100644 --- a/dev-ruby/fast_xs/ChangeLog +++ b/dev-ruby/fast_xs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/fast_xs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.2 2011/07/25 17:53:33 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/ChangeLog,v 1.3 2012/01/25 00:52:49 flameeyes Exp $ + +*fast_xs-0.8.0 (25 Jan 2012) + + 25 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org> +fast_xs-0.8.0.ebuild, + -fast_xs-0.7.3.ebuild: + Version bump. *fast_xs-0.7.3-r1 (25 Jul 2011) diff --git a/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild index 2cf4bb244df3..6494f85656b5 100644 --- a/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild +++ b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild @@ -1,12 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.7.3.ebuild,v 1.1 2011/07/25 08:56:25 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.1 2012/01/25 00:52:49 flameeyes Exp $ -EAPI="2" -USE_RUBY="ruby18" +EAPI=4 -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" inherit ruby-fakegem @@ -18,6 +21,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )" +ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.3.2 virtual/ruby-test-unit )" + each_ruby_configure() { ${RUBY} -Cext/fast_xs extconf.rb || die "extconf.rb failed" ${RUBY} -Cext/fast_xs_extra extconf.rb || die "extconf.rb failed" |