summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-03-14 16:20:51 +0100
committerHans de Graaff <graaff@gentoo.org>2020-03-14 16:21:09 +0100
commit042c547cc987f7724c1fd16084e2ed86a47ed565 (patch)
tree9d78298bb6f3a392849f8ee76f1fed32b8668d33 /dev-ruby
parentmedia-fonts/noto-emoji: Add forgotten python_check_deps call (diff)
downloadgentoo-042c547cc987f7724c1fd16084e2ed86a47ed565.tar.gz
gentoo-042c547cc987f7724c1fd16084e2ed86a47ed565.tar.bz2
gentoo-042c547cc987f7724c1fd16084e2ed86a47ed565.zip
dev-ruby/kramdown: fix file collision
Also avoid installing the man page. Closes: https://bugs.gentoo.org/711984 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild (renamed from dev-ruby/kramdown/kramdown-1.17.0-r1.ebuild)6
-rw-r--r--dev-ruby/kramdown/kramdown-2.1.0.ebuild2
2 files changed, 1 insertions, 7 deletions
diff --git a/dev-ruby/kramdown/kramdown-1.17.0-r1.ebuild b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
index d71602ca2c05..d3d8e3605e00 100644
--- a/dev-ruby/kramdown/kramdown-1.17.0-r1.ebuild
+++ b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
@@ -49,9 +49,3 @@ all_ruby_prepare() {
rm -f test/testcases/span/math/{katex,mathjaxnode}* \
test/testcases/block/15_math/{katex,mathjaxnode}* || die
}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/man1/kramdown.1
-}
diff --git a/dev-ruby/kramdown/kramdown-2.1.0.ebuild b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
index ead8b978412c..68d41499af37 100644
--- a/dev-ruby/kramdown/kramdown-2.1.0.ebuild
+++ b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
@@ -26,7 +26,7 @@ DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
ruby_add_rdepend "
>=dev-ruby/rouge-1.8
>=dev-ruby/stringex-1.5.1
- !!<dev-ruby/kramdown-1.17.0-r1:0"
+ !!<dev-ruby/kramdown-1.17.0-r2:0"
ruby_add_bdepend "doc? ( dev-ruby/rdoc )
test? ( >=dev-ruby/minitest-5.0 )"