mrueg       14/09/08 22:44:23

  Modified:             ChangeLog
  Added:                jekyll-watch-1.1.1.ebuild
  Removed:              jekyll-watch-1.1.0.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  www-apps/jekyll-watch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-watch/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-watch/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-watch/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Aug 2014 14:53:09 -0000      1.1
+++ ChangeLog   8 Sep 2014 22:44:22 -0000       1.2
@@ -1,6 +1,12 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v 1.2 
2014/09/08 22:44:22 mrueg Exp $
+
+*jekyll-watch-1.1.1 (08 Sep 2014)
+
+  08 Sep 2014; Manuel RĂ¼ger <[email protected]> +jekyll-watch-1.1.1.ebuild,
+  -jekyll-watch-1.1.0.ebuild:
+  Version bump. Cleanup old.
 
 *jekyll-watch-1.1.0 (15 Aug 2014)
 



1.1                  www-apps/jekyll-watch/jekyll-watch-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-watch/jekyll-watch-1.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-watch/jekyll-watch-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: jekyll-watch-1.1.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 
2014/09/08 22:44:22 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
}




Reply via email to