Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592990 | Differences between
and this patch

Collapse All | Expand All

(-)a/www-apps/jekyll/jekyll-3.2.1.ebuild (-1 / +4 lines)
Lines 12-17 RUBY_FAKEGEM_EXTRAINSTALL="features site" Link Here
12
12
13
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
13
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
14
14
15
RUBY_FAKEGEM_BINDIR="exe"
16
15
DESCRIPTION="A simple, blog aware, static site generator"
17
DESCRIPTION="A simple, blog aware, static site generator"
16
HOMEPAGE="http://jekyllrb.com https://github.com/jekyll/jekyll"
18
HOMEPAGE="http://jekyllrb.com https://github.com/jekyll/jekyll"
17
SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
19
SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
Lines 53-56 all_ruby_prepare() { Link Here
53
	# This test fails without bundler
55
	# This test fails without bundler
54
	rm test/test_plugin_manager.rb || die
56
	rm test/test_plugin_manager.rb || die
55
	rm test/test_theme.rb || die
57
	rm test/test_theme.rb || die
58
	# Replace git command
59
	sed -i 's/git ls-files -z/find -not -type d -print0/' $RUBY_FAKEGEM_GEMSPEC
56
}
60
}
57
- 

Return to bug 592990