* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/github-markdown/
@ 2013-07-01 16:41 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2013-07-01 16:41 UTC (permalink / raw
To: gentoo-commits
commit: a4634b2ed7a985195edcbb67610a07ff96f2e015
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Jul 1 16:41:05 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 16:41:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a4634b2e
I have an idey now why it fails.
---
dev-ruby/github-markdown/Manifest | 2 +-
dev-ruby/github-markdown/github-markdown-0.5.3.ebuild | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/github-markdown/Manifest b/dev-ruby/github-markdown/Manifest
index acfccfa..82a3ff2 100644
--- a/dev-ruby/github-markdown/Manifest
+++ b/dev-ruby/github-markdown/Manifest
@@ -1,2 +1,2 @@
DIST github-markdown-0.5.3.gem 34816 SHA256 f6df5864ef1b3a86693fec01a49c2f309228cbf527a2c4e653412f391e4284bd SHA512 8793031ebe9fe5616c3232971c2dc8ff05292cc60f75861efa218e1020cfda3e553dc982260bdbe768611d13eb685d05275087c94ee14551b8b46a9a5473ca03 WHIRLPOOL 53cfc793d5b7dcee45f18f0e600330744f862d03f8589aadd1671d0543b6f1983a8d7cd148d9178cfc168be57138b9291e9e8de490c28d65879fc213c8766e18
-EBUILD github-markdown-0.5.3.ebuild 604 SHA256 3b5e1e2cd1b0f69a2cc62bddec94e2cce34349a340df22af09a8875fa7aed8c6 SHA512 c409232f730b5558a4d2cc9846ccd0e0389c08beba4fe91d1a31375c346b3d6986ab07e1150497124b96bd185ad6a400c079c27b63bb38a9ba70d0add18a8d64 WHIRLPOOL 438e1ce2321f190ca8e60920b42c7a7b1cb8fe5cda29862f1f977f0275822c7597153e18983a4d3b8c0ae46711324f3c7b05041bd9831d7ccead0c279cfd1bf7
+EBUILD github-markdown-0.5.3.ebuild 750 SHA256 4760affab0195a3c55437eb039ab68747381d78c95386b17c417e57c7e05ba3e SHA512 4ca3f622ce73d6cace1088b841a25c3a1eec5f2d7ffa556f7ad127be73175fdea94c307b8509e9ca602c2db477b6670f66ca8278a2fce26e350338a0322bd135 WHIRLPOOL b4c52af5dcfd24bfa76a6be4e98d12fdedc1eaa31b750e34338c4cf52af31a3f7d2f1eba8ba01c51d83eaf3de09360389a5365187a4fb0e779ba131eca79130a
diff --git a/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild b/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
index 0e010e3..35cae1d 100644
--- a/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
+++ b/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
@@ -23,5 +23,7 @@ IUSE=""
ruby_add_bdepend "dev-ruby/rake-compiler
test? ( dev-ruby/nokogiri )"
-# no idea why they fail
+# the GitHub-Markdown renderer fails to yield correct html
+# with an indent-level of 3 spaces (lines 43/45 in test/gfm_test.rb)
+# Is the test wrong or the parser faulty?
RESTRICT="test"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/github-markdown/
@ 2013-07-02 12:54 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2013-07-02 12:54 UTC (permalink / raw
To: gentoo-commits
commit: a484b14ba6e1c9e1973be31b2d03f294f7c6337e
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Tue Jul 2 12:46:02 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 12:46:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a484b14b
Add missing compile step.
---
dev-ruby/github-markdown/Manifest | 2 +-
dev-ruby/github-markdown/github-markdown-0.5.3.ebuild | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/github-markdown/Manifest b/dev-ruby/github-markdown/Manifest
index 82a3ff2..f2e1dbb 100644
--- a/dev-ruby/github-markdown/Manifest
+++ b/dev-ruby/github-markdown/Manifest
@@ -1,2 +1,2 @@
DIST github-markdown-0.5.3.gem 34816 SHA256 f6df5864ef1b3a86693fec01a49c2f309228cbf527a2c4e653412f391e4284bd SHA512 8793031ebe9fe5616c3232971c2dc8ff05292cc60f75861efa218e1020cfda3e553dc982260bdbe768611d13eb685d05275087c94ee14551b8b46a9a5473ca03 WHIRLPOOL 53cfc793d5b7dcee45f18f0e600330744f862d03f8589aadd1671d0543b6f1983a8d7cd148d9178cfc168be57138b9291e9e8de490c28d65879fc213c8766e18
-EBUILD github-markdown-0.5.3.ebuild 750 SHA256 4760affab0195a3c55437eb039ab68747381d78c95386b17c417e57c7e05ba3e SHA512 4ca3f622ce73d6cace1088b841a25c3a1eec5f2d7ffa556f7ad127be73175fdea94c307b8509e9ca602c2db477b6670f66ca8278a2fce26e350338a0322bd135 WHIRLPOOL b4c52af5dcfd24bfa76a6be4e98d12fdedc1eaa31b750e34338c4cf52af31a3f7d2f1eba8ba01c51d83eaf3de09360389a5365187a4fb0e779ba131eca79130a
+EBUILD github-markdown-0.5.3.ebuild 833 SHA256 b7c85592c2b790dc040d168a010daf417440acda3d596b7c89fe11df6eeb1f95 SHA512 91213b37927c000721d56235f892d611f5ae7af510f9752bace4a59096a157dd6f24ccf02549a097223465763579c0fa60c367c628267754320b15d1974477c6 WHIRLPOOL 265c102b274ebbbf670f977d80a8ca5a4e06314c509be9aefd5f35ad80c7928eb8fb16c1e972e9ef9570925f4170cf5b132fd04ceb028b7b9457c31d3ac18a09
diff --git a/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild b/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
index 35cae1d..f58d4d9 100644
--- a/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
+++ b/dev-ruby/github-markdown/github-markdown-0.5.3.ebuild
@@ -27,3 +27,7 @@ ruby_add_bdepend "dev-ruby/rake-compiler
# with an indent-level of 3 spaces (lines 43/45 in test/gfm_test.rb)
# Is the test wrong or the parser faulty?
RESTRICT="test"
+
+each_ruby_compile() {
+ ${RUBY} -S rake compile || die "extension compile failed"
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-02 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02 12:54 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/github-markdown/ Tiziano Müller
-- strict thread matches above, loose matches on Subject: below --
2013-07-01 16:41 Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox