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

graaff      12/12/14 16:08:57

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

Revision  Changes    Path
1.6                  dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Mar 2011 06:31:31 -0000	1.5
+++ ChangeLog	14 Dec 2012 16:08:57 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/async_sinatra
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.5 2011/03/19 06:31:31 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.6 2012/12/14 16:08:57 graaff Exp $
+
+*async_sinatra-1.0.0 (14 Dec 2012)
+
+  14 Dec 2012; Hans de Graaff <graaff@gentoo.org> +async_sinatra-1.0.0.ebuild,
+  +files/async_sinatra-1.0.0-extended-sinatra.patch:
+  Version bump.
 
   19 Mar 2011; Hans de Graaff <graaff@gentoo.org>
   -async_sinatra-0.1.5.ebuild, -async_sinatra-0.3.0.ebuild:



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

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

Index: async_sinatra-1.0.0.ebuild
===================================================================
# Copyright 1999-2012 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.0.0.ebuild,v 1.1 2012/12/14 16:08:57 graaff Exp $

EAPI=5
USE_RUBY="ruby18 ree18 ruby19"

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_PATCHES=( "${FILESDIR}/${P}-extended-sinatra.patch" )

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-doofus\|hoe-seattlerb\|hoe-git\|hoe-gemspec2\)/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] 2+ messages in thread

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

mrueg       14/03/08 02:05:18

  Modified:             ChangeLog
  Removed:              async_sinatra-1.0.0.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.9                  dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Dec 2013 06:48:12 -0000	1.8
+++ ChangeLog	8 Mar 2014 02:05:18 -0000	1.9
@@ -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.8 2013/12/25 06:48:12 graaff Exp $
+# 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 $
+
+  08 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -async_sinatra-1.0.0.ebuild,
+  -files/async_sinatra-0.4.0-rack.patch,
+  -files/async_sinatra-1.0.0-extended-sinatra.patch:
+  Cleanup old.
 
 *async_sinatra-1.1.0 (25 Dec 2013)
 
@@ -41,4 +46,3 @@
   19 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   +async_sinatra-0.1.5.ebuild, +metadata.xml:
   Initial import of async_sinatra gem.
-





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

end of thread, other threads:[~2014-03-08  2:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-08  2:05 [gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: ChangeLog async_sinatra-1.0.0.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-14 16:08 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