diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-15 14:53:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-15 14:53:09 +0000 |
commit | 622e063b90cff0932204c8658417ba39230f88c9 (patch) | |
tree | d9683ef5aaeef5b049e7beb3e7e3c4d53bf001fc /www-apps/jekyll-watch | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-622e063b90cff0932204c8658417ba39230f88c9.tar.gz gentoo-2-622e063b90cff0932204c8658417ba39230f88c9.tar.bz2 gentoo-2-622e063b90cff0932204c8658417ba39230f88c9.zip |
Initial ebuild.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-apps/jekyll-watch')
-rw-r--r-- | www-apps/jekyll-watch/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/jekyll-watch/jekyll-watch-1.1.0.ebuild | 30 | ||||
-rw-r--r-- | www-apps/jekyll-watch/metadata.xml | 8 |
3 files changed, 47 insertions, 0 deletions
diff --git a/www-apps/jekyll-watch/ChangeLog b/www-apps/jekyll-watch/ChangeLog new file mode 100644 index 000000000000..3f0e5dfc82c3 --- /dev/null +++ b/www-apps/jekyll-watch/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for www-apps/jekyll-watch +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v 1.1 2014/08/15 14:53:09 mrueg Exp $ + +*jekyll-watch-1.1.0 (15 Aug 2014) + + 15 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +jekyll-watch-1.1.0.ebuild, + +metadata.xml: + Initial ebuild. diff --git a/www-apps/jekyll-watch/jekyll-watch-1.1.0.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.1.0.ebuild new file mode 100644 index 000000000000..31a3fd07059c --- /dev/null +++ b/www-apps/jekyll-watch/jekyll-watch-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/jekyll-watch-1.1.0.ebuild,v 1.1 2014/08/15 14:53:09 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +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-2.7" +ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" + +all_ruby_prepare() { + rm Rakefile || die + # Fix tests until Rspec:3 is in tree + sed -i -e "/default_formatter/d" -e "/verify_partial_doubles/d" spec/spec_helper.rb || die +} diff --git a/www-apps/jekyll-watch/metadata.xml b/www-apps/jekyll-watch/metadata.xml new file mode 100644 index 000000000000..bfcb6974f1c4 --- /dev/null +++ b/www-apps/jekyll-watch/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> +</pkgmetadata> |