* [gentoo-commits] gentoo-x86 commit in dev-ruby/yard: ChangeLog yard-0.8.7.6.ebuild
@ 2015-03-31 6:13 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-31 6:13 UTC (permalink / raw
To: gentoo-commits
graaff 15/03/31 06:13:17
Modified: ChangeLog yard-0.8.7.6.ebuild
Log:
Add ruby22.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.96 dev-ruby/yard/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 18 Nov 2014 11:49:50 -0000 1.95
+++ ChangeLog 31 Mar 2015 06:13:16 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/yard
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.95 2014/11/18 11:49:50 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.96 2015/03/31 06:13:16 graaff Exp $
+
+ 31 Mar 2015; Hans de Graaff <graaff@gentoo.org> yard-0.8.7.6.ebuild:
+ Add ruby22.
18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -yard-0.8.7.2.ebuild:
Cleanup old.
1.3 dev-ruby/yard/yard-0.8.7.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?r1=1.2&r2=1.3
Index: yard-0.8.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yard-0.8.7.6.ebuild 29 Oct 2014 19:32:46 -0000 1.2
+++ yard-0.8.7.6.ebuild 31 Mar 2015 06:13:16 -0000 1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.2 2014/10/29 19:32:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.3 2015/03/31 06:13:16 graaff Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="yard"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/yard: ChangeLog yard-0.8.7.6.ebuild
@ 2015-07-05 6:23 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-07-05 6:23 UTC (permalink / raw
To: gentoo-commits
graaff 15/07/05 06:23:03
Modified: ChangeLog yard-0.8.7.6.ebuild
Log:
Change ordering of markdown providers to include those with ruby22 first, fixing 553776.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.98 dev-ruby/yard/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 8 Jun 2015 06:44:05 -0000 1.97
+++ ChangeLog 5 Jul 2015 06:23:03 -0000 1.98
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/yard
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.97 2015/06/08 06:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.98 2015/07/05 06:23:03 graaff Exp $
+
+ 05 Jul 2015; Hans de Graaff <graaff@gentoo.org> yard-0.8.7.6.ebuild:
+ Change ordering of markdown providers to include those with ruby22 first,
+ fixing 553776.
08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Updating remote-id in metadata.xml
1.4 dev-ruby/yard/yard-0.8.7.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild?r1=1.3&r2=1.4
Index: yard-0.8.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yard-0.8.7.6.ebuild 31 Mar 2015 06:13:16 -0000 1.3
+++ yard-0.8.7.6.ebuild 5 Jul 2015 06:23:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.3 2015/03/31 06:13:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.4 2015/07/05 06:23:03 graaff Exp $
EAPI=5
@@ -27,7 +27,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
-ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) )
+ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )
test? ( dev-ruby/rack )"
USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-05 6:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 6:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/yard: ChangeLog yard-0.8.7.6.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2015-07-05 6:23 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