Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.3-r2.ebuild ChangeLog redcloth-4.2.3-r1.ebuild
Date: Sun, 23 Jan 2011 09:39:20
Message-Id: 20110123093911.9B10220054@flycatcher.gentoo.org
1 graaff 11/01/23 09:39:11
2
3 Modified: ChangeLog redcloth-4.2.3-r1.ebuild
4 Added: redcloth-4.2.3-r2.ebuild
5 Log:
6 Revision bump to create stable candidate with ree18.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.54 dev-ruby/redcloth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 4 Dec 2010 16:04:50 -0000 1.53
24 +++ ChangeLog 23 Jan 2011 09:39:11 -0000 1.54
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/redcloth
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.53 2010/12/04 16:04:50 grobian Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.54 2011/01/23 09:39:11 graaff Exp $
31 +
32 +*redcloth-4.2.3-r2 (23 Jan 2011)
33 +
34 + 23 Jan 2011; Hans de Graaff <graaff@g.o> redcloth-4.2.3-r1.ebuild,
35 + +redcloth-4.2.3-r2.ebuild:
36 + Revision bump to create stable candidate with ree18.
37
38 04 Dec 2010; Fabian Groffen <grobian@g.o> redcloth-4.2.3-r1.ebuild:
39 Marked ~x64-macos, ~x86-solaris
40
41
42
43 1.5 dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild?r1=1.4&r2=1.5
48
49 Index: redcloth-4.2.3-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- redcloth-4.2.3-r1.ebuild 4 Dec 2010 16:04:50 -0000 1.4
56 +++ redcloth-4.2.3-r1.ebuild 23 Jan 2011 09:39:11 -0000 1.5
57 @@ -1,12 +1,12 @@
58 -# Copyright 1999-2010 Gentoo Foundation
59 +# Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.4 2010/12/04 16:04:50 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.5 2011/01/23 09:39:11 graaff Exp $
63
64 EAPI=2
65
66 # jruby → tests still fail with UTF-8 characters
67 # http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content
68 -USE_RUBY="ruby18 ree18 ruby19"
69 +USE_RUBY="ruby18 ree18"
70
71 RUBY_FAKEGEM_NAME="RedCloth"
72
73
74
75
76 1.1 dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild?rev=1.1&content-type=text/plain
80
81 Index: redcloth-4.2.3-r2.ebuild
82 ===================================================================
83 # Copyright 1999-2011 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r2.ebuild,v 1.1 2011/01/23 09:39:11 graaff Exp $
86
87 EAPI=2
88
89 # jruby → tests still fail with UTF-8 characters
90 # http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content
91 USE_RUBY="ruby18 ree18 ruby19"
92
93 RUBY_FAKEGEM_NAME="RedCloth"
94
95 RUBY_FAKEGEM_TASK_TEST="spec"
96 RUBY_FAKEGEM_TASK_DOC="docs"
97
98 RUBY_FAKEGEM_DOCDIR="doc"
99
100 RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
101
102 RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require"
103
104 inherit ruby-fakegem versionator
105
106 DESCRIPTION="A module for using Textile in Ruby"
107 HOMEPAGE="http://redcloth.org/"
108
109 SRC_URI="http://github.com/jgarber/redcloth/tarball/RELEASE_$(replace_all_version_separators _) -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz
110 http://dev.gentoo.org/~flameeyes/patches/${PN}/${P}+ruby-1.9.2.patch.bz2"
111
112 LICENSE="MIT"
113 SLOT="0"
114 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
115 IUSE=""
116
117 DEPEND="$DEPEND
118 dev-util/ragel"
119 RDEPEND="$RDEPEND"
120
121 S="${WORKDIR}/jgarber-${PN}-*"
122
123 ruby_add_bdepend "
124 dev-ruby/rake
125 >=dev-ruby/echoe-3.0.1
126 test? (
127 dev-ruby/rspec
128 dev-ruby/diff-lcs
129 )"
130
131 RUBY_PATCHES=(
132 "${FILESDIR}"/${P}-gentoo.patch
133 "${DISTDIR}"/${P}+ruby-1.9.2.patch.bz2
134 )
135
136 pkg_setup() {
137 # Export the VERBOSE variable to avoid remapping of stdout and
138 # stderr, and that breaks because of bad interactions between
139 # echoe, Ruby and Gentoo.
140 export VERBOSE=1
141 }
142
143 each_ruby_compile() {
144 # We cannot run this manually easily, because Ragel re-generation
145 # is a mess
146 ${RUBY} -S rake compile || die "rake compile failed"
147 }
148
149 each_ruby_test() {
150 find spec -name '*_spec.rb' -print0 | xargs -0 ${RUBY} -I lib -S spec -Du -fs
151 }