* [gentoo-commits] gentoo-x86 commit in dev-ruby/treetop: ChangeLog treetop-1.4.10-r1.ebuild treetop-1.4.10.ebuild
@ 2011-12-31 14:25 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-31 14:25 UTC (permalink / raw
To: gentoo-commits
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/*
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/treetop: ChangeLog treetop-1.4.10-r1.ebuild treetop-1.4.10.ebuild
@ 2013-08-11 8:04 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-08-11 8:04 UTC (permalink / raw
To: gentoo-commits
graaff 13/08/11 08:04:23
Modified: ChangeLog
Removed: treetop-1.4.10-r1.ebuild treetop-1.4.10.ebuild
Log:
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.43 dev-ruby/treetop/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 23 Jun 2013 07:36:45 -0000 1.42
+++ ChangeLog 11 Aug 2013 08:04:23 -0000 1.43
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/treetop
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.42 2013/06/23 07:36:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.43 2013/08/11 08:04:23 graaff Exp $
+
+ 11 Aug 2013; Hans de Graaff <graaff@gentoo.org> -treetop-1.4.10.ebuild,
+ -treetop-1.4.10-r1.ebuild:
+ Cleanup.
*treetop-1.4.14 (23 Jun 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-11 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31 14:25 [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)
-- strict thread matches above, loose matches on Subject: below --
2013-08-11 8:04 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox