diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-13 23:09:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-13 23:09:54 +0000 |
commit | f15204f7379e65cc63879734854ab9ae5c419e43 (patch) | |
tree | 75e7576c58a05a1a0579cb5ea38118a2d9769ffd /dev-ruby/yard | |
parent | Tweak CATEGORY processing to make it easier to understand. (diff) | |
download | gentoo-2-f15204f7379e65cc63879734854ab9ae5c419e43.tar.gz gentoo-2-f15204f7379e65cc63879734854ab9ae5c419e43.tar.bz2 gentoo-2-f15204f7379e65cc63879734854ab9ae5c419e43.zip |
use the rspec recipe for tests, add missing test dependency over ruby-gettext.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/yard')
-rw-r--r-- | dev-ruby/yard/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.2.1.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/yard/ChangeLog b/dev-ruby/yard/ChangeLog index 24357ff3a6b5..af2c799f40b0 100644 --- a/dev-ruby/yard/ChangeLog +++ b/dev-ruby/yard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/yard # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.30 2012/08/08 18:24:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.31 2012/08/13 23:09:54 flameeyes Exp $ + + 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> yard-0.8.2.1.ebuild: + use the rspec recipe for tests, add missing test dependency over ruby-gettext. *yard-0.8.2.1 (08 Aug 2012) @@ -130,4 +133,3 @@ 20 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> +yard-0.5.2.ebuild, +metadata.xml: Initial import of yard, needed for haml's documentation generation. - diff --git a/dev-ruby/yard/yard-0.8.2.1.ebuild b/dev-ruby/yard/yard-0.8.2.1.ebuild index 4ee0592183fc..17f821df3ff2 100644 --- a/dev-ruby/yard/yard-0.8.2.1.ebuild +++ b/dev-ruby/yard/yard-0.8.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.2.1.ebuild,v 1.1 2012/08/08 18:24:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.2.1.ebuild,v 1.2 2012/08/13 23:09:54 flameeyes Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" -RUBY_FAKEGEM_TASK_TEST="specs" +RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="yard" RUBY_FAKEGEM_EXTRADOC="README.md ChangeLog" @@ -25,13 +25,14 @@ RUBY_S="lsegal-yard-*" LICENSE="as-is" # truly SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${P}-test-failures.patch ) ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) )" -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" + +ruby_add_bdepend "test? ( dev-ruby/ruby-gettext )" each_ruby_prepare() { case ${RUBY} in |