[gentoo-commits] gentoo-x86 commit in dev-ruby/sinatra: sinatra-1.4.6.ebuild ChangeLog

2015-07-26 Thread Hans de Graaff (graaff)
graaff  15/07/26 06:40:12

  Modified: sinatra-1.4.6.ebuild ChangeLog
  Log:
  Drop optional haml dependency to simplify stable dependency chain.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/sinatra/sinatra-1.4.6.ebuild

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

Index: sinatra-1.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sinatra-1.4.6.ebuild26 Jul 2015 06:31:52 -  1.3
+++ sinatra-1.4.6.ebuild26 Jul 2015 06:40:12 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.3 
2015/07/26 06:31:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.4 
2015/07/26 06:40:12 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -25,9 +25,6 @@
=dev-ruby/tilt-1.3.4:* dev-ruby/tilt-3:*
 ruby_add_bdepend test? ( =dev-ruby/rack-test-0.5.6 dev-ruby/erubis 
dev-ruby/builder )
 
-# haml tests are optional and not yet marked for ruby20.
-USE_RUBY=ruby19 ruby_add_bdepend test? ( =dev-ruby/haml-3.0 )
-
 all_ruby_prepare() {
# Remove implicit build dependency on git.
sed -i -e '/\(s.files\|s.test_files\|s.extra_rdoc_files\)/d' 
sinatra.gemspec || die



1.57 dev-ruby/sinatra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   26 Jul 2015 06:31:52 -  1.56
+++ ChangeLog   26 Jul 2015 06:40:12 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/sinatra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.56 
2015/07/26 06:31:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.57 
2015/07/26 06:40:12 graaff Exp $
+
+  26 Jul 2015; Hans de Graaff gra...@gentoo.org sinatra-1.4.6.ebuild:
+  Drop optional haml dependency to simplify stable dependency chain.
 
 *sinatra-1.4.6-r1 (26 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/sinatra: sinatra-1.4.6.ebuild ChangeLog sinatra-1.4.6-r1.ebuild

2015-07-26 Thread Hans de Graaff (graaff)
graaff  15/07/26 06:31:52

  Modified: sinatra-1.4.6.ebuild ChangeLog
  Added:sinatra-1.4.6-r1.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/sinatra/sinatra-1.4.6.ebuild

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

Index: sinatra-1.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sinatra-1.4.6.ebuild8 Jul 2015 06:53:04 -   1.2
+++ sinatra-1.4.6.ebuild26 Jul 2015 06:31:52 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.2 
2015/07/08 06:53:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.3 
2015/07/26 06:31:52 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20
 
 # no documentation is generable, it needs hanna, which is broken
 RUBY_FAKEGEM_TASK_DOC=



1.56 dev-ruby/sinatra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   25 Jul 2015 15:24:06 -  1.55
+++ ChangeLog   26 Jul 2015 06:31:52 -  1.56
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/sinatra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.55 
2015/07/25 15:24:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.56 
2015/07/26 06:31:52 graaff Exp $
+
+*sinatra-1.4.6-r1 (26 Jul 2015)
+
+  26 Jul 2015; Hans de Graaff gra...@gentoo.org sinatra-1.4.6.ebuild,
+  +sinatra-1.4.6-r1.ebuild:
+  Create stable candidate.
 
   25 Jul 2015; Manuel RĂ¼ger mr...@gentoo.org -sinatra-1.4.5.ebuild:
   Remove old.



1.1  dev-ruby/sinatra/sinatra-1.4.6-r1.ebuild

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

Index: sinatra-1.4.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6-r1.ebuild,v 
1.1 2015/07/26 06:31:52 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# no documentation is generable, it needs hanna, which is broken
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=README.md AUTHORS.md CHANGES

inherit ruby-fakegem

DESCRIPTION=Sinatra is a DSL for quickly creating web applications in Ruby 
with minimal effort
HOMEPAGE=http://www.sinatrarb.com/;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend =dev-ruby/rack-1*:* =dev-ruby/rack-1.4:*
=dev-ruby/rack-protection-1.4:1
=dev-ruby/tilt-1.3.4:* dev-ruby/tilt-3:*
ruby_add_bdepend test? ( =dev-ruby/rack-test-0.5.6 dev-ruby/erubis 
dev-ruby/builder )

# haml tests are optional and not yet marked for ruby20.
USE_RUBY=ruby19 ruby_add_bdepend test? ( =dev-ruby/haml-3.0 )

all_ruby_prepare() {
# Remove implicit build dependency on git.
sed -i -e '/\(s.files\|s.test_files\|s.extra_rdoc_files\)/d' 
sinatra.gemspec || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/sinatra: sinatra-1.4.6.ebuild ChangeLog

2015-07-08 Thread Hans de Graaff (graaff)
graaff  15/07/08 06:53:04

  Modified: sinatra-1.4.6.ebuild ChangeLog
  Log:
  Make slot dependencies explicit.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/sinatra/sinatra-1.4.6.ebuild

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

Index: sinatra-1.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sinatra-1.4.6.ebuild30 Mar 2015 05:26:43 -  1.1
+++ sinatra-1.4.6.ebuild8 Jul 2015 06:53:04 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.1 
2015/03/30 05:26:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.2 
2015/07/08 06:53:04 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -20,9 +20,9 @@
 KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
-ruby_add_rdepend =dev-ruby/rack-1* =dev-ruby/rack-1.4
+ruby_add_rdepend =dev-ruby/rack-1*:* =dev-ruby/rack-1.4:*
=dev-ruby/rack-protection-1.4:1
-   =dev-ruby/tilt-1.3.4 dev-ruby/tilt-3
+   =dev-ruby/tilt-1.3.4:* dev-ruby/tilt-3:*
 ruby_add_bdepend test? ( =dev-ruby/rack-test-0.5.6 dev-ruby/erubis 
dev-ruby/builder )
 
 # haml tests are optional and not yet marked for ruby20.



1.54 dev-ruby/sinatra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   30 Mar 2015 05:26:43 -  1.53
+++ ChangeLog   8 Jul 2015 06:53:04 -   1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/sinatra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.53 
2015/03/30 05:26:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.54 
2015/07/08 06:53:04 graaff Exp $
+
+  08 Jul 2015; Hans de Graaff gra...@gentoo.org sinatra-1.4.6.ebuild:
+  Make slot dependencies explicit.
 
 *sinatra-1.4.6 (30 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/sinatra: sinatra-1.4.6.ebuild ChangeLog

2015-03-29 Thread Hans de Graaff (graaff)
graaff  15/03/30 05:26:43

  Modified: ChangeLog
  Added:sinatra-1.4.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.53 dev-ruby/sinatra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sinatra/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   24 Jan 2015 09:11:18 -  1.52
+++ ChangeLog   30 Mar 2015 05:26:43 -  1.53
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/sinatra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.52 
2015/01/24 09:11:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/ChangeLog,v 1.53 
2015/03/30 05:26:43 graaff Exp $
+
+*sinatra-1.4.6 (30 Mar 2015)
+
+  30 Mar 2015; Hans de Graaff gra...@gentoo.org +sinatra-1.4.6.ebuild:
+  Version bump.
 
   24 Jan 2015; Hans de Graaff gra...@gentoo.org -sinatra-1.3.3.ebuild,
   -sinatra-1.4.3.ebuild, -sinatra-1.4.4.ebuild:



1.1  dev-ruby/sinatra/sinatra-1.4.6.ebuild

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

Index: sinatra-1.4.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sinatra/sinatra-1.4.6.ebuild,v 1.1 
2015/03/30 05:26:43 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# no documentation is generable, it needs hanna, which is broken
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=README.md AUTHORS.md CHANGES

inherit ruby-fakegem

DESCRIPTION=Sinatra is a DSL for quickly creating web applications in Ruby 
with minimal effort
HOMEPAGE=http://www.sinatrarb.com/;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend =dev-ruby/rack-1* =dev-ruby/rack-1.4
=dev-ruby/rack-protection-1.4:1
=dev-ruby/tilt-1.3.4 dev-ruby/tilt-3
ruby_add_bdepend test? ( =dev-ruby/rack-test-0.5.6 dev-ruby/erubis 
dev-ruby/builder )

# haml tests are optional and not yet marked for ruby20.
USE_RUBY=ruby19 ruby_add_bdepend test? ( =dev-ruby/haml-3.0 )

all_ruby_prepare() {
# Remove implicit build dependency on git.
sed -i -e '/\(s.files\|s.test_files\|s.extra_rdoc_files\)/d' 
sinatra.gemspec || die
}