public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/merb-haml: ChangeLog merb-haml-1.1.3.ebuild
@ 2011-01-02 11:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-02 11:52 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/02 11:52:24

  Modified:             ChangeLog
  Added:                merb-haml-1.1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/merb-haml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Jul 2010 12:23:50 -0000	1.1
+++ ChangeLog	2 Jan 2011 11:52:24 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/merb-haml
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.1 2010/07/03 12:23:50 hollow Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.2 2011/01/02 11:52:24 graaff Exp $
+
+*merb-haml-1.1.3 (02 Jan 2011)
+
+  02 Jan 2011; Hans de Graaff <graaff@gentoo.org> +merb-haml-1.1.3.ebuild:
+  Version bump.
 
 *merb-haml-1.1.2 (03 Jul 2010)
 



1.1                  dev-ruby/merb-haml/merb-haml-1.1.3.ebuild

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

Index: merb-haml-1.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild,v 1.1 2011/01/02 11:52:24 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_TEST="spec"

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README TODO"

inherit ruby-fakegem

DESCRIPTION="Merb plugin that provides HAML support"
HOMEPAGE="http://merbivore.com"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"

ruby_add_rdepend ">=dev-ruby/haml-2.0.3
	~dev-ruby/merb-core-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/merb-haml: ChangeLog merb-haml-1.1.3.ebuild
@ 2012-08-11 11:33 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2012-08-11 11:33 UTC (permalink / raw
  To: gentoo-commits

hollow      12/08/11 11:33:29

  Modified:             ChangeLog merb-haml-1.1.3.ebuild
  Log:
  add ruby19 support
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/merb-haml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Jan 2011 11:52:24 -0000	1.2
+++ ChangeLog	11 Aug 2012 11:33:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/merb-haml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.2 2011/01/02 11:52:24 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.3 2012/08/11 11:33:29 hollow Exp $
+
+  11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> merb-haml-1.1.3.ebuild:
+  add ruby19 support
 
 *merb-haml-1.1.3 (02 Jan 2011)
 



1.2                  dev-ruby/merb-haml/merb-haml-1.1.3.ebuild

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

Index: merb-haml-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- merb-haml-1.1.3.ebuild	2 Jan 2011 11:52:24 -0000	1.1
+++ merb-haml-1.1.3.ebuild	11 Aug 2012 11:33:29 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild,v 1.1 2011/01/02 11:52:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild,v 1.2 2012/08/11 11:33:29 hollow Exp $
 
 EAPI="2"
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19"
 
 RUBY_FAKEGEM_TASK_TEST="spec"
 





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

end of thread, other threads:[~2012-08-11 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 11:33 [gentoo-commits] gentoo-x86 commit in dev-ruby/merb-haml: ChangeLog merb-haml-1.1.3.ebuild Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-02 11:52 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