public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/slim: ChangeLog slim-2.0.3.ebuild
@ 2014-07-28  6:22 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-07-28  6:22 UTC (permalink / raw
  To: gentoo-commits

graaff      14/07/28 06:22:07

  Modified:             ChangeLog
  Added:                slim-2.0.3.ebuild
  Log:
  Version bump. Add ruby20, ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/slim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 May 2014 14:23:16 -0000	1.2
+++ ChangeLog	28 Jul 2014 06:22:07 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/slim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.2 2014/05/26 14:23:16 p8952 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.3 2014/07/28 06:22:07 graaff Exp $
+
+*slim-2.0.3 (28 Jul 2014)
+
+  28 Jul 2014; Hans de Graaff <graaff@gentoo.org> +slim-2.0.3.ebuild:
+  Version bump. Add ruby20, ruby21.
 
 *slim-2.0.2-r1 (26 May 2014)
 



1.1                  dev-ruby/slim/slim-2.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.1&content-type=text/plain

Index: slim-2.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v 1.1 2014/07/28 06:22:07 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC="yard"

inherit ruby-fakegem

DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic"
HOMEPAGE="http://slim-lang.com/"
LICENSE="MIT"

KEYWORDS="~amd64"
SLOT="0"
IUSE="doc"

ruby_add_rdepend ">=dev-ruby/tilt-1.3.3:0
	>=dev-ruby/temple-0.6.6 =dev-ruby/temple-0.6*"

ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"

all_ruby_prepare() {
	# This sinatra code expects tests to be installed but we strip those.
	sed -i -e "s/require 'sinatra'/require 'bogussinatra'/" Rakefile || die

	# Avoid tests for things we don't have.
	sed -i -e '/test_wip_render_with_asciidoc/,/^  end/ s:^:#:' \
		-e '/test_render_with_wiki/,/^  end/ s:^:#:' \
		-e '/test_render_with_creole/,/^  end/ s:^:#:' \
		-e '/test_render_with_org/,/^  end/ s:^:#:' test/core/test_embedded_engines.rb || die

}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/slim: ChangeLog slim-2.0.3.ebuild
@ 2015-06-10  5:41 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-06-10  5:41 UTC (permalink / raw
  To: gentoo-commits

graaff      15/06/10 05:41:36

  Modified:             ChangeLog slim-2.0.3.ebuild
  Log:
  Use correct SLOT. Add missing sass test dependency.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/slim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Dec 2014 10:54:58 -0000	1.4
+++ ChangeLog	10 Jun 2015 05:41:36 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/slim
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.4 2014/12/24 10:54:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.5 2015/06/10 05:41:36 graaff Exp $
+
+  10 Jun 2015; Hans de Graaff <graaff@gentoo.org> slim-2.0.3.ebuild:
+  Use correct SLOT. Add missing sass test dependency.
 
   24 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -slim-2.0.2-r1.ebuild,
   -slim-2.0.2.ebuild:



1.2                  dev-ruby/slim/slim-2.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?r1=1.1&r2=1.2

Index: slim-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slim-2.0.3.ebuild	28 Jul 2014 06:22:07 -0000	1.1
+++ slim-2.0.3.ebuild	10 Jun 2015 05:41:36 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v 1.1 2014/07/28 06:22:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v 1.2 2015/06/10 05:41:36 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -21,10 +21,12 @@
 IUSE="doc"
 
 ruby_add_rdepend ">=dev-ruby/tilt-1.3.3:0
-	>=dev-ruby/temple-0.6.6 =dev-ruby/temple-0.6*"
+	>=dev-ruby/temple-0.6.6:0"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"
 
+ruby_add_bdepend "test? ( dev-ruby/sass )"
+
 all_ruby_prepare() {
 	# This sinatra code expects tests to be installed but we strip those.
 	sed -i -e "s/require 'sinatra'/require 'bogussinatra'/" Rakefile || die





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

end of thread, other threads:[~2015-06-10  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  5:41 [gentoo-commits] gentoo-x86 commit in dev-ruby/slim: ChangeLog slim-2.0.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-28  6:22 Hans de Graaff (graaff)

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