diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-11-25 16:54:25 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-11-25 16:54:25 -0500 |
commit | 2537634a025115a2c6d4a5022f98a5abaf056535 (patch) | |
tree | e673e99ea894b8ba8b2a9b1935e700692f350945 /www-apps | |
parent | dev-ruby/em-websocket: new package. supports www-apps/jekyll bump (diff) | |
download | gentoo-2537634a025115a2c6d4a5022f98a5abaf056535.tar.gz gentoo-2537634a025115a2c6d4a5022f98a5abaf056535.tar.bz2 gentoo-2537634a025115a2c6d4a5022f98a5abaf056535.zip |
www-apps/jekyll-watch: version bump
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/jekyll-watch/Manifest | 1 | ||||
-rw-r--r-- | www-apps/jekyll-watch/jekyll-watch-2.1.2.ebuild | 27 | ||||
-rw-r--r-- | www-apps/jekyll-watch/metadata.xml | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www-apps/jekyll-watch/Manifest b/www-apps/jekyll-watch/Manifest index 672bcd12a1ec..55984b9c13ef 100644 --- a/www-apps/jekyll-watch/Manifest +++ b/www-apps/jekyll-watch/Manifest @@ -1 +1,2 @@ DIST jekyll-watch-1.5.1.tar.gz 14764 BLAKE2B fcb0e80060e65e85e0047d54f6277cf5e31ec8347c2c960e15c00d74b7dc255bb8cd1fea3671e2ecc7d380227bdae7cf62d835a5dc1b249aa68ca8f0ed9a1f34 SHA512 05e7f89f213adf6695a8bd1f8ff25d7aa6338cc378a934981f1112df556380cc40d2352ea4ce0a362c4d8e51ed8a6e36ca96c86385a6f179347031396db94a54 +DIST jekyll-watch-2.1.2.tar.gz 15966 BLAKE2B 877935b518f887aa58987942cf03b337f41f142947416386410c3924880738e64b4aa05a06eba2089635d417e329a72b0602112ff19070ea203cf07bb9988ce7 SHA512 a411f354e1971727d1fabe6fe1fc6e9f889a0cbc9cf253e8dbee87c66f7a8f3ca1e75cdad242c9235e93ce45983939ded2a439d2a8339bfc70bc55b5b2eaff4a diff --git a/www-apps/jekyll-watch/jekyll-watch-2.1.2.ebuild b/www-apps/jekyll-watch/jekyll-watch-2.1.2.ebuild new file mode 100644 index 000000000000..3468c5c4a5e8 --- /dev/null +++ b/www-apps/jekyll-watch/jekyll-watch-2.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md History.markdown" + +inherit ruby-fakegem + +DESCRIPTION="Rebuild your Jekyll site when a file changes with the --watch switch" +HOMEPAGE="https://github.com/jekyll/jekyll-watch" +SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/listen-3.0" +ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" + +all_ruby_prepare() { + rm Rakefile || die +} diff --git a/www-apps/jekyll-watch/metadata.xml b/www-apps/jekyll-watch/metadata.xml index dcf06adc1086..6f7f00be6e72 100644 --- a/www-apps/jekyll-watch/metadata.xml +++ b/www-apps/jekyll-watch/metadata.xml @@ -5,6 +5,10 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> + <maintainer type="person"> + <email>bman@gentoo.org></email> + <name>Aaron Bauman</name> + </maintainer> <upstream> <remote-id type="github">jekyll/jekyll-watch</remote-id> </upstream> |