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

graaff      11/01/09 15:47:46

  Modified:             ChangeLog
  Added:                haml-3.0.25-r1.ebuild
  Log:
  Add dependency on dev-ruby/fssm. This was mandatory but not noticed due to it being vendored. Fixes bug 350846. Dropped keywords for ppc,ppc64,x86: bug 351212.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 dev-ruby/haml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	2 Jan 2011 10:05:32 -0000	1.59
+++ ChangeLog	9 Jan 2011 15:47:46 -0000	1.60
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/haml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.59 2011/01/02 10:05:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.60 2011/01/09 15:47:46 graaff Exp $
+
+*haml-3.0.25-r1 (09 Jan 2011)
+
+  09 Jan 2011; Hans de Graaff <graaff@gentoo.org> +haml-3.0.25-r1.ebuild:
+  Add dependency on dev-ruby/fssm. This was mandatory but not noticed due to
+  it being vendored. Fixes bug 350846. Dropped keywords for ppc,ppc64,x86:
+  bug 351212.
 
 *haml-3.0.25 (02 Jan 2011)
 



1.1                  dev-ruby/haml/haml-3.0.25-r1.ebuild

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

Index: haml-3.0.25-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v 1.1 2011/01/09 15:47:46 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_DOC="doc"

RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME vendor"

inherit ruby-fakegem

DESCRIPTION="HAML - a ruby web page templating engine"
HOMEPAGE="http://haml-lang.com/"

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

# TODO: haml has some emacs modes that it could be installing, in case
IUSE=""

# The html engine requires hpricot
ruby_add_rdepend "dev-ruby/hpricot dev-ruby/fssm"

# It could use merb during testing as well, but it's not mandatory
ruby_add_bdepend "
	test? (
		virtual/ruby-test-unit
		dev-ruby/erubis
		dev-ruby/rails
		dev-ruby/ruby_parser
	)
	doc? (
		dev-ruby/yard
		dev-ruby/maruku
	)"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/haml: ChangeLog haml-3.0.25-r1.ebuild
@ 2011-02-12 12:25 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-12 12:25 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/12 12:25:58

  Modified:             ChangeLog haml-3.0.25-r1.ebuild
  Log:
  ~x86 per bug 351212
  
  (Portage version: 2.1.9.39/cvs/Linux i686)

Revision  Changes    Path
1.61                 dev-ruby/haml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	9 Jan 2011 15:47:46 -0000	1.60
+++ ChangeLog	12 Feb 2011 12:25:58 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/haml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.60 2011/01/09 15:47:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.61 2011/02/12 12:25:58 tomka Exp $
+
+  12 Feb 2011; Thomas Kahle <tomka@gentoo.org> haml-3.0.25-r1.ebuild:
+  ~x86 per bug 351212
 
 *haml-3.0.25-r1 (09 Jan 2011)
 



1.2                  dev-ruby/haml/haml-3.0.25-r1.ebuild

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

Index: haml-3.0.25-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haml-3.0.25-r1.ebuild	9 Jan 2011 15:47:46 -0000	1.1
+++ haml-3.0.25-r1.ebuild	12 Feb 2011 12:25:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v 1.1 2011/01/09 15:47:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v 1.2 2011/02/12 12:25:58 tomka Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 # TODO: haml has some emacs modes that it could be installing, in case
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/haml: ChangeLog haml-3.0.25-r1.ebuild
@ 2011-02-28  0:11 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2011-02-28  0:11 UTC (permalink / raw
  To: gentoo-commits

ranger      11/02/28 00:11:57

  Modified:             ChangeLog haml-3.0.25-r1.ebuild
  Log:
  Marking haml-3.0.25-r1 ~ppc for bug 351212
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.62                 dev-ruby/haml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	12 Feb 2011 12:25:58 -0000	1.61
+++ ChangeLog	28 Feb 2011 00:11:57 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/haml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.61 2011/02/12 12:25:58 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.62 2011/02/28 00:11:57 ranger Exp $
+
+  28 Feb 2011; Brent Baude <ranger@gentoo.org> haml-3.0.25-r1.ebuild:
+  Marking haml-3.0.25-r1 ~ppc for bug 351212
 
   12 Feb 2011; Thomas Kahle <tomka@gentoo.org> haml-3.0.25-r1.ebuild:
   ~x86 per bug 351212



1.3                  dev-ruby/haml/haml-3.0.25-r1.ebuild

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

Index: haml-3.0.25-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haml-3.0.25-r1.ebuild	12 Feb 2011 12:25:58 -0000	1.2
+++ haml-3.0.25-r1.ebuild	28 Feb 2011 00:11:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v 1.2 2011/02/12 12:25:58 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.25-r1.ebuild,v 1.3 2011/02/28 00:11:57 ranger Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 # TODO: haml has some emacs modes that it could be installing, in case
 IUSE=""






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

end of thread, other threads:[~2011-02-28  0:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-09 15:47 [gentoo-commits] gentoo-x86 commit in dev-ruby/haml: ChangeLog haml-3.0.25-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-12 12:25 Thomas Kahle (tomka)
2011-02-28  0:11 Brent Baude (ranger)

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