mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/jekyll: Version bump to 3.1.6
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST jekyll-3.1.2.tar.gz 963278 SHA256 e1f46a75b8d38fdbfaecbda273bd5673d0f75bddf7650106f0bf84b924bb542b SHA512 602980b925acb2f5b60bff3234a8afbd93a4390b18f3678ecd5250dec957e5f252e6088ce7a98be099e24a799ace70eaa101850567feb9df72fab2db65a7cad5 WHIRLPOOL 529dbd7866c02b34812873950a3c51dd1ef1cb351018cdb3d623b9b7c8d6fdd5c9165c9db058902d313b6a83520f10042953d18586de4aab8316fcece5f32c3d
|
||||
DIST jekyll-3.1.3.tar.gz 963379 SHA256 740a0cfbfb93a7b3b390e524ece4ab5fb0c2f6dcd3271d868e6983a6ecb772b0 SHA512 2e054f8dd1ed3d803639507ddbca883510e3d0088318d3c1517507ddade7de432379c83a0d3d744ee65f039ea4d8a831b406da2973e661996dd0b5f15e319610 WHIRLPOOL f43a29de233753be1bd44c6bde8328b8c40bfee123d0dc6cad91c27c3716de7735fbce52eaa7ca31213ebb4b2825d49008350915eddfcde6d375e45621f6c41a
|
||||
DIST jekyll-3.1.6.tar.gz 967662 SHA256 13499de259a2aa05c24c0302e8cdb3c410c40e09571ffd1b5553997b072926ee SHA512 b60241e23baa1d08216cd1c88ce2e9218f61344d4fb68a812090566e76543ce3c3dde3db6a8a7799822120781212e8702d0fb17193e0b8f89c336b79ab78517c WHIRLPOOL 9967c214bd53bcb7bb7125da18cc7e76a69f4eaa1787aaab8b568dba0e7588dfb8ce37cb2c4cb9da7c7a5f1d20ee280f7e5bf5d1611baaf8a56002308c12aad5
|
||||
|
||||
52
www-apps/jekyll/jekyll-3.1.6.ebuild
Normal file
52
www-apps/jekyll/jekyll-3.1.6.ebuild
Normal file
@@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.markdown README.markdown History.markdown"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="features site"
|
||||
|
||||
DESCRIPTION="A simple, blog aware, static site generator"
|
||||
HOMEPAGE="http://jekyllrb.com https://github.com/jekyll/jekyll"
|
||||
SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "<dev-ruby/colorator-1.0
|
||||
>=dev-ruby/kramdown-1.3
|
||||
>=dev-ruby/liquid-3.0:3
|
||||
>=dev-ruby/mercenary-0.3.3
|
||||
>=dev-ruby/safe_yaml-1.0
|
||||
>=dev-ruby/rouge-1.7
|
||||
>=www-apps/jekyll-sass-converter-1.0
|
||||
>=www-apps/jekyll-watch-1.1"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/rspec-mocks
|
||||
dev-ruby/launchy
|
||||
dev-ruby/mime-types:0
|
||||
>=dev-ruby/rdiscount-2.0
|
||||
>=dev-ruby/redcloth-4.2.1
|
||||
>=dev-ruby/rouge-1.7
|
||||
>=dev-ruby/shoulda-3
|
||||
dev-ruby/test-unit:2 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e "/simplecov/,+5d"\
|
||||
-e "1igem 'test-unit'"\
|
||||
-e "1igem 'minitest', '~> 5.0'"\
|
||||
-e "/reporters/d"\
|
||||
-e "/profile/d"\
|
||||
-e "/Reporters/,+4d" test/helper.rb || die
|
||||
# Drop bundler
|
||||
sed -i -e "/self.class.require_from_bundler/d" lib/jekyll/plugin_manager.rb || die
|
||||
# This test fails without bundler
|
||||
rm test/test_plugin_manager.rb || die
|
||||
}
|
||||
Reference in New Issue
Block a user