diff options
author | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2010-10-05 20:54:47 +0000 |
---|---|---|
committer | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2010-10-05 20:54:47 +0000 |
commit | 62e9f3fac9c3c9066b1effe851656a02ac4b2524 (patch) | |
tree | 148ecf86edbc962bf9c8ad806e3809d4d697d4b3 /dev-ruby | |
parent | dev-libs/libdbf: Avoid file name collision for endian.h (diff) | |
download | sunrise-62e9f3fac9c3c9066b1effe851656a02ac4b2524.tar.gz sunrise-62e9f3fac9c3c9066b1effe851656a02ac4b2524.tar.bz2 sunrise-62e9f3fac9c3c9066b1effe851656a02ac4b2524.zip |
dev-ruby/chronic: Migrate to from gem.eclass to ruby-fakegem.eclass. Add test to RESTRICT because they fail and upstream hasn't done anything even though it's a serious bug. Add ~amd64 keyword.
(Portage version: 2.2_rc88-r1/svn/Linux x86_64)
svn path=/sunrise/; revision=11403
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/chronic/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/chronic/chronic-0.2.3.ebuild | 19 |
2 files changed, 22 insertions, 5 deletions
diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog index 3ef986eb2..1011a90eb 100644 --- a/dev-ruby/chronic/ChangeLog +++ b/dev-ruby/chronic/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-ruby/chronic -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Oct 2010; Nathan Phillip Brink (ohnobinki) + <ohnobinki@ohnopublishing.net> chronic-0.2.3.ebuild: + Migrate to from gem.eclass to ruby-fakegem.eclass. Add test to RESTRICT + because they fail and upstream hasn't done anything even though it's a + serious bug. Add ~amd64 keyword. + 03 Aug 2009; CS Shyam Sundar (CS3) <csshyamsundar@gmail.com> ChangeLog: New Ebuild for bug 280143 thanks to scarabeus, idl0r, a3li, tommy[D] & sedzimir diff --git a/dev-ruby/chronic/chronic-0.2.3.ebuild b/dev-ruby/chronic/chronic-0.2.3.ebuild index efcd5869f..e187368b8 100644 --- a/dev-ruby/chronic/chronic-0.2.3.ebuild +++ b/dev-ruby/chronic/chronic-0.2.3.ebuild @@ -2,16 +2,27 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=2 + USE_RUBY="ruby18" -inherit gems +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" + +inherit ruby-fakegem DESCRIPTION="A pure Ruby natural language date parser" HOMEPAGE="http://chronic.rubyforge.org" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-ruby/hoe" -DEPEND="${RDEPEND}" +# case 1 of the following bugreport fails for me, yet the working +# parts of the module must still be useful... +# http://rubyforge.org/tracker/index.php?func=detail&aid=28310&group_id=2115&atid=8245 +# --binki +RESTRICT="test" + +ruby_add_bdepend "dev-ruby/hoe" +ruby_add_bdepend "doc? ( virtual/ruby-rdoc )" |