* [gentoo-commits] gentoo-x86 commit in app-text/ronn: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild
@ 2012-01-14 7:08 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-01-14 7:08 UTC (permalink / raw
To: gentoo-commits
graaff 12/01/14 07:08:53
Modified: ChangeLog ronn-0.7.3.ebuild
Added: ronn-0.7.3-r1.ebuild
Log:
Revision bump to create a stable candidate without ruby19.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.7 app-text/ronn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 27 Dec 2011 12:39:41 -0000 1.6
+++ ChangeLog 14 Jan 2012 07:08:53 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for app-text/ronn
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.6 2011/12/27 12:39:41 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.7 2012/01/14 07:08:53 graaff Exp $
+
+*ronn-0.7.3-r1 (14 Jan 2012)
+
+ 14 Jan 2012; Hans de Graaff <graaff@gentoo.org> ronn-0.7.3.ebuild,
+ +ronn-0.7.3-r1.ebuild:
+ Revision bump to create a stable candidate without ruby19.
27 Dec 2011; Hans de Graaff <graaff@gentoo.org> ronn-0.7.3.ebuild:
Add ruby19. Fix test suite to always use the ruby interpreter tested.
1.7 app-text/ronn/ronn-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?r1=1.6&r2=1.7
Index: ronn-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ronn-0.7.3.ebuild 27 Dec 2011 12:39:41 -0000 1.6
+++ ronn-0.7.3.ebuild 14 Jan 2012 07:08:53 -0000 1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.6 2011/12/27 12:39:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.7 2012/01/14 07:08:53 graaff Exp $
EAPI=2
-USE_RUBY="ruby18 ruby19 ree18"
+USE_RUBY="ruby18 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
1.1 app-text/ronn/ronn-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: ronn-0.7.3-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v 1.1 2012/01/14 07:08:53 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
inherit ruby-fakegem
DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML."
HOMEPAGE="http://github.com/rtomayko/ronn/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend "
>=dev-ruby/hpricot-0.8.2
>=dev-ruby/mustache-0.7.0
>=dev-ruby/rdiscount-1.5.8"
each_ruby_prepare() {
# Make sure that we always use the right interpreter during tests.
sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb
}
all_ruby_compile() {
PATH="${S}/bin:${PATH}" rake man || die
}
all_ruby_install() {
all_fakegem_install
doman man/ronn.1 man/ronn-format.7
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/ronn: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild
@ 2012-01-16 19:21 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-01-16 19:21 UTC (permalink / raw
To: gentoo-commits
graaff 12/01/16 19:21:53
Modified: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild
Log:
Avoid test failing due to ruby 1.8.7 hash changes, bug 398937.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.8 app-text/ronn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 14 Jan 2012 07:08:53 -0000 1.7
+++ ChangeLog 16 Jan 2012 19:21:53 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ronn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.7 2012/01/14 07:08:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.8 2012/01/16 19:21:53 graaff Exp $
+
+ 16 Jan 2012; Hans de Graaff <graaff@gentoo.org> ronn-0.7.3.ebuild,
+ ronn-0.7.3-r1.ebuild:
+ Avoid test failing due to ruby 1.8.7 hash changes, bug 398937.
*ronn-0.7.3-r1 (14 Jan 2012)
1.8 app-text/ronn/ronn-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?r1=1.7&r2=1.8
Index: ronn-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ronn-0.7.3.ebuild 14 Jan 2012 07:08:53 -0000 1.7
+++ ronn-0.7.3.ebuild 16 Jan 2012 19:21:53 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.7 2012/01/14 07:08:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.8 2012/01/16 19:21:53 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -24,6 +24,12 @@
>=dev-ruby/mustache-0.7.0
>=dev-ruby/rdiscount-1.5.8"
+all_ruby_prepare() {
+ # Avoid test failing due to changes in hash handling in ruby 1.8.7:
+ # https://github.com/rtomayko/ronn/issues/56
+ sed -i -e '81 s:^:#:' test/test_ronn.rb || die
+}
+
each_ruby_prepare() {
# Make sure that we always use the right interpreter during tests.
sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb
1.2 app-text/ronn/ronn-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?r1=1.1&r2=1.2
Index: ronn-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ronn-0.7.3-r1.ebuild 14 Jan 2012 07:08:53 -0000 1.1
+++ ronn-0.7.3-r1.ebuild 16 Jan 2012 19:21:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v 1.1 2012/01/14 07:08:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v 1.2 2012/01/16 19:21:53 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
@@ -24,6 +24,12 @@
>=dev-ruby/mustache-0.7.0
>=dev-ruby/rdiscount-1.5.8"
+all_ruby_prepare() {
+ # Avoid test failing due to changes in hash handling in ruby 1.8.7:
+ # https://github.com/rtomayko/ronn/issues/56
+ sed -i -e '81 s:^:#:' test/test_ronn.rb || die
+}
+
each_ruby_prepare() {
# Make sure that we always use the right interpreter during tests.
sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/ronn: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild
@ 2012-10-28 19:27 Raul Porcel (armin76)
0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 19:27 UTC (permalink / raw
To: gentoo-commits
armin76 12/10/28 19:27:56
Modified: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild
Log:
Add ~alpha
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.15 app-text/ronn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 15 Aug 2012 09:22:49 -0000 1.14
+++ ChangeLog 28 Oct 2012 19:27:56 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ronn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.14 2012/08/15 09:22:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.15 2012/10/28 19:27:56 armin76 Exp $
+
+ 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> ronn-0.7.3.ebuild,
+ ronn-0.7.3-r1.ebuild:
+ Add ~alpha
15 Aug 2012; Johannes Huber <johu@gentoo.org> ronn-0.7.3-r1.ebuild:
Stable for x86, wrt bug #428698
1.11 app-text/ronn/ronn-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?r1=1.10&r2=1.11
Index: ronn-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ronn-0.7.3.ebuild 7 Apr 2012 14:59:34 -0000 1.10
+++ ronn-0.7.3.ebuild 28 Oct 2012 19:27:56 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.10 2012/04/07 14:59:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.11 2012/10/28 19:27:56 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -15,7 +15,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
1.7 app-text/ronn/ronn-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild?r1=1.6&r2=1.7
Index: ronn-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ronn-0.7.3-r1.ebuild 15 Aug 2012 09:22:49 -0000 1.6
+++ ronn-0.7.3-r1.ebuild 28 Oct 2012 19:27:56 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v 1.6 2012/08/15 09:22:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3-r1.ebuild,v 1.7 2012/10/28 19:27:56 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
@@ -15,7 +15,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-28 19:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 19:21 [gentoo-commits] gentoo-x86 commit in app-text/ronn: ChangeLog ronn-0.7.3.ebuild ronn-0.7.3-r1.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2012-10-28 19:27 Raul Porcel (armin76)
2012-01-14 7:08 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