From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/treetop: ChangeLog treetop-1.4.10-r1.ebuild treetop-1.4.10.ebuild
Date: Sat, 31 Dec 2011 14:25:34 +0000 (UTC) [thread overview]
Message-ID: <20111231142534.DE1632004B@flycatcher.gentoo.org> (raw)
graaff 11/12/31 14:25:34
Modified: ChangeLog treetop-1.4.10.ebuild
Added: treetop-1.4.10-r1.ebuild
Log:
Create revision bump and add ruby19 only there. Drop keywords due to lack of activesupport with ruby19, bug 396043.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.33 dev-ruby/treetop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 26 Dec 2011 08:50:23 -0000 1.32
+++ ChangeLog 31 Dec 2011 14:25:34 -0000 1.33
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/treetop
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.32 2011/12/26 08:50:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.33 2011/12/31 14:25:34 graaff Exp $
+
+*treetop-1.4.10-r1 (31 Dec 2011)
+
+ 31 Dec 2011; Hans de Graaff <graaff@gentoo.org> treetop-1.4.10.ebuild,
+ +treetop-1.4.10-r1.ebuild:
+ Create revision bump and add ruby19 only there. Drop keywords due to lack of
+ activesupport with ruby19, bug 396043.
26 Dec 2011; Hans de Graaff <graaff@gentoo.org> treetop-1.4.10.ebuild:
Add ruby19. Fixes bug 293350.
1.5 dev-ruby/treetop/treetop-1.4.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild?r1=1.4&r2=1.5
Index: treetop-1.4.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- treetop-1.4.10.ebuild 26 Dec 2011 08:50:23 -0000 1.4
+++ treetop-1.4.10.ebuild 31 Dec 2011 14:25:34 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild,v 1.4 2011/12/26 08:50:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10.ebuild,v 1.5 2011/12/31 14:25:34 graaff Exp $
EAPI=4
-USE_RUBY="ruby18 ree18 ruby19"
+USE_RUBY="ruby18 ree18"
# jruby fails tests, not investigated yet.
RUBY_FAKEGEM_TASK_DOC=""
1.1 dev-ruby/treetop/treetop-1.4.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild?rev=1.1&content-type=text/plain
Index: treetop-1.4.10-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild,v 1.1 2011/12/31 14:25:34 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19"
# jruby fails tests, not investigated yet.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Treetop is a language for describing languages."
HOMEPAGE="http://treetop.rubyforge.org/"
LICENSE="Ruby"
KEYWORDS="~amd64 ~x86 ~sparc-solaris ~x86-solaris"
SLOT="0"
IUSE=""
ruby_add_bdepend "test? ( >=dev-ruby/rr-0.10.2 dev-ruby/rspec:2 dev-ruby/activesupport )"
ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
each_ruby_test() {
${RUBY} -S rspec spec || die
}
all_ruby_install() {
all_fakegem_install
insinto /usr/share/doc/${PF}/examples
doins -r examples/*
}
next reply other threads:[~2011-12-31 14:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-31 14:25 Hans de Graaff (graaff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-11 8:04 [gentoo-commits] gentoo-x86 commit in dev-ruby/treetop: ChangeLog treetop-1.4.10-r1.ebuild treetop-1.4.10.ebuild Hans de Graaff (graaff)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111231142534.DE1632004B@flycatcher.gentoo.org \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox