public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/jekyll-watch: jekyll-watch-1.1.2.ebuild ChangeLog
@ 2014-11-10 14:31 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-10 14:31 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/10 14:31:47

  Modified:             ChangeLog
  Added:                jekyll-watch-1.1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Sep 2014 22:44:22 -0000	1.2
+++ ChangeLog	10 Nov 2014 14:31:47 -0000	1.3
@@ -1,6 +1,11 @@
 # 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.2 2014/09/08 22:44:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v 1.3 2014/11/10 14:31:47 mrueg Exp $
+
+*jekyll-watch-1.1.2 (10 Nov 2014)
+
+  10 Nov 2014; Manuel Rüger <mrueg@gentoo.org> +jekyll-watch-1.1.2.ebuild:
+  Version bump.
 
 *jekyll-watch-1.1.1 (08 Sep 2014)
 



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

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

Index: jekyll-watch-1.1.2.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.2.ebuild,v 1.1 2014/11/10 14:31:47 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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/jekyll-watch: jekyll-watch-1.1.2.ebuild ChangeLog
@ 2014-11-21 11:01 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-21 11:01 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/21 11:01:52

  Modified:             jekyll-watch-1.1.2.ebuild ChangeLog
  Log:
  Add ruby21 target. Fixes bug #524842
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  www-apps/jekyll-watch/jekyll-watch-1.1.2.ebuild

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

Index: jekyll-watch-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/jekyll-watch-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jekyll-watch-1.1.2.ebuild	10 Nov 2014 14:31:47 -0000	1.1
+++ jekyll-watch-1.1.2.ebuild	21 Nov 2014 11:01:52 -0000	1.2
@@ -1,9 +1,9 @@
 # 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.2.ebuild,v 1.1 2014/11/10 14:31:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/jekyll-watch-1.1.2.ebuild,v 1.2 2014/11/21 11:01:52 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



1.5                  www-apps/jekyll-watch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	20 Nov 2014 23:05:49 -0000	1.4
+++ ChangeLog	21 Nov 2014 11:01:52 -0000	1.5
@@ -1,6 +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.4 2014/11/20 23:05:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-watch/ChangeLog,v 1.5 2014/11/21 11:01:52 mrueg Exp $
+
+  21 Nov 2014; Manuel Rüger <mrueg@gentoo.org> jekyll-watch-1.1.2.ebuild:
+  Add ruby21 target. Fixes bug #524842
 
   20 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -jekyll-watch-1.1.1.ebuild:
   Cleanup old.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-21 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 11:01 [gentoo-commits] gentoo-x86 commit in www-apps/jekyll-watch: jekyll-watch-1.1.2.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-10 14:31 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox