public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog
@ 2013-12-25  6:48 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2013-12-25  6:48 UTC (permalink / raw
  To: gentoo-commits

graaff      13/12/25 06:48:12

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

Revision  Changes    Path
1.8                  dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Aug 2013 07:17:12 -0000	1.7
+++ ChangeLog	25 Dec 2013 06:48:12 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/async_sinatra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.7 2013/08/11 07:17:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.8 2013/12/25 06:48:12 graaff Exp $
+
+*async_sinatra-1.1.0 (25 Dec 2013)
+
+  25 Dec 2013; Hans de Graaff <graaff@gentoo.org> +async_sinatra-1.1.0.ebuild:
+  Version bump.
 
   11 Aug 2013; Hans de Graaff <graaff@gentoo.org> -async_sinatra-0.4.0.ebuild:
   Cleanup.



1.1                  dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild

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

Index: async_sinatra-1.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.1 2013/12/25 06:48:12 graaff Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
RUBY_FAKEGEM_TASK_DOC="docs"

inherit ruby-fakegem

DESCRIPTION="Asynchronous response API for Sinatra and Thin"
HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra"
SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz"

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

ruby_add_bdepend "test? (
	>=dev-ruby/hoe-2.9.1
	>=dev-ruby/minitest-2.5.1
	>=dev-ruby/rubyforge-2.0.4
	>=dev-ruby/eventmachine-0.12.11
	)"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"

ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2
	>=dev-ruby/rack-1.4.1"

all_ruby_prepare() {
	# Remove development dependencies that we don't have from the gemspec
	sed -i -e '/\(hoe\|rdoc\|rubyforge\)/d' async_sinatra.gemspec || die
}

all_ruby_install() {
	all_fakegem_install

	insinto /usr/share/doc/${PF}/
	doins -r examples || die "Failed to install examples"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog
@ 2014-05-15  1:22 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-05-15  1:22 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/05/15 01:22:48

  Modified:             async_sinatra-1.1.0.ebuild ChangeLog
  Log:
  Remove ruby18.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild

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

Index: async_sinatra-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- async_sinatra-1.1.0.ebuild	25 Dec 2013 06:48:12 -0000	1.1
+++ async_sinatra-1.1.0.ebuild	15 May 2014 01:22:48 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.1 2013/12/25 06:48:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.2 2014/05/15 01:22:48 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"



1.10                 dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	8 Mar 2014 02:05:18 -0000	1.9
+++ ChangeLog	15 May 2014 01:22:48 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/async_sinatra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.9 2014/03/08 02:05:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.10 2014/05/15 01:22:48 mrueg Exp $
+
+  15 May 2014; Manuel Rüger <mrueg@gentoo.org> async_sinatra-1.1.0.ebuild:
+  Remove ruby18.
 
   08 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -async_sinatra-1.0.0.ebuild,
   -files/async_sinatra-0.4.0-rack.patch,





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog
@ 2014-10-05  9:17 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2014-10-05  9:17 UTC (permalink / raw
  To: gentoo-commits

graaff      14/10/05 09:17:56

  Modified:             async_sinatra-1.1.0.ebuild ChangeLog
  Log:
  Drop obsolete rubyforge dependency.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild

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

Index: async_sinatra-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- async_sinatra-1.1.0.ebuild	15 May 2014 01:22:48 -0000	1.2
+++ async_sinatra-1.1.0.ebuild	5 Oct 2014 09:17:56 -0000	1.3
@@ -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/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.2 2014/05/15 01:22:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.3 2014/10/05 09:17:56 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
@@ -23,7 +23,6 @@
 ruby_add_bdepend "test? (
 	>=dev-ruby/hoe-2.9.1
 	>=dev-ruby/minitest-2.5.1
-	>=dev-ruby/rubyforge-2.0.4
 	>=dev-ruby/eventmachine-0.12.11
 	)"
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
@@ -34,6 +33,9 @@
 all_ruby_prepare() {
 	# Remove development dependencies that we don't have from the gemspec
 	sed -i -e '/\(hoe\|rdoc\|rubyforge\)/d' async_sinatra.gemspec || die
+
+	# Avoid obsolete rubyforge dependency.
+	sed -e '/rubyforge_name/ s:^:#:' -i Rakefile || die
 }
 
 all_ruby_install() {



1.11                 dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	15 May 2014 01:22:48 -0000	1.10
+++ ChangeLog	5 Oct 2014 09:17:56 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/async_sinatra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.10 2014/05/15 01:22:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.11 2014/10/05 09:17:56 graaff Exp $
+
+  05 Oct 2014; Hans de Graaff <graaff@gentoo.org> async_sinatra-1.1.0.ebuild:
+  Drop obsolete rubyforge dependency.
 
   15 May 2014; Manuel Rüger <mrueg@gentoo.org> async_sinatra-1.1.0.ebuild:
   Remove ruby18.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog
@ 2015-04-03  7:11 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-03  7:11 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/03 07:11:56

  Modified:             async_sinatra-1.1.0.ebuild ChangeLog
  Log:
  Fix HOMEPAGE. Add missing dependency on dev-ruby/rack-test.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild

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

Index: async_sinatra-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- async_sinatra-1.1.0.ebuild	5 Oct 2014 09:17:56 -0000	1.3
+++ async_sinatra-1.1.0.ebuild	3 Apr 2015 07:11:56 -0000	1.4
@@ -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/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.3 2014/10/05 09:17:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.4 2015/04/03 07:11:56 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -12,7 +12,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION="Asynchronous response API for Sinatra and Thin"
-HOMEPAGE="http://libraggi.rubyforge.org/async_sinatra"
+HOMEPAGE="https://github.com/raggi/async_sinatra"
 SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz"
 
 LICENSE="MIT"
@@ -24,6 +24,7 @@
 	>=dev-ruby/hoe-2.9.1
 	>=dev-ruby/minitest-2.5.1
 	>=dev-ruby/eventmachine-0.12.11
+	dev-ruby/rack-test
 	)"
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
 



1.12                 dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Oct 2014 09:17:56 -0000	1.11
+++ ChangeLog	3 Apr 2015 07:11:56 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/async_sinatra
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.11 2014/10/05 09:17:56 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.12 2015/04/03 07:11:56 graaff Exp $
+
+  03 Apr 2015; Hans de Graaff <graaff@gentoo.org> async_sinatra-1.1.0.ebuild:
+  Fix HOMEPAGE. Add missing dependency on dev-ruby/rack-test.
 
   05 Oct 2014; Hans de Graaff <graaff@gentoo.org> async_sinatra-1.1.0.ebuild:
   Drop obsolete rubyforge dependency.





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

end of thread, other threads:[~2015-04-03  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25  6:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15  1:22 Manuel Rueger (mrueg)
2014-10-05  9:17 Hans de Graaff (graaff)
2015-04-03  7:11 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