* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-0.9.5.ebuild ChangeLog
@ 2010-10-02 7:20 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-10-02 7:20 UTC (permalink / raw
To: gentoo-commits
graaff 10/10/02 07:20:50
Modified: ChangeLog
Added: coderay-0.9.5.ebuild
Log:
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-ruby/coderay/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 18 Sep 2010 14:53:29 -0000 1.21
+++ ChangeLog 2 Oct 2010 07:20:50 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/coderay
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.21 2010/09/18 14:53:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.22 2010/10/02 07:20:50 graaff Exp $
+
+*coderay-0.9.5 (02 Oct 2010)
+
+ 02 Oct 2010; Hans de Graaff <graaff@gentoo.org> +coderay-0.9.5.ebuild:
+ Version bump.
*coderay-0.9.4 (18 Sep 2010)
1.1 dev-ruby/coderay/coderay-0.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.1&content-type=text/plain
Index: coderay-0.9.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild,v 1.1 2010/10/02 07:20:50 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="lib/README"
inherit ruby-fakegem
DESCRIPTION="A Ruby library for syntax highlighting."
HOMEPAGE="http://coderay.rubychan.de/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
# Redcloth is optional but automagically tested, so we add this
# dependency to ensure that we get at least a version that works: bug
# 330621. We use this convoluted way because redcloth isn't available
# yet for jruby.
USE_RUBY=ruby18 ruby_add_bdepend "ruby_targets_ruby18 test" ">=dev-ruby/redcloth-4.2.2"
USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2"
USE_RUBY=ree18 ruby_add_bdepend "ruby_targets_ree18 test" ">=dev-ruby/redcloth-4.2.2"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-0.9.5.ebuild ChangeLog
@ 2010-10-25 2:46 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-25 2:46 UTC (permalink / raw
To: gentoo-commits
jer 10/10/25 02:46:35
Modified: coderay-0.9.5.ebuild ChangeLog
Log:
Marked ~hppa (bug #322175).
(Portage version: 2.2.0_alpha1/cvs/Linux i686)
Revision Changes Path
1.2 dev-ruby/coderay/coderay-0.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?r1=1.1&r2=1.2
Index: coderay-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coderay-0.9.5.ebuild 2 Oct 2010 07:20:50 -0000 1.1
+++ coderay-0.9.5.ebuild 25 Oct 2010 02:46:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild,v 1.1 2010/10/02 07:20:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild,v 1.2 2010/10/25 02:46:35 jer Exp $
EAPI=2
@@ -18,7 +18,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
# Redcloth is optional but automagically tested, so we add this
1.23 dev-ruby/coderay/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 2 Oct 2010 07:20:50 -0000 1.22
+++ ChangeLog 25 Oct 2010 02:46:35 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/coderay
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.22 2010/10/02 07:20:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.23 2010/10/25 02:46:35 jer Exp $
+
+ 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> coderay-0.9.5.ebuild:
+ Marked ~hppa (bug #322175).
*coderay-0.9.5 (02 Oct 2010)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-25 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 7:20 [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-0.9.5.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-10-25 2:46 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox