graaff      15/05/14 06:16:22

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

Revision  Changes    Path
1.13                 dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Apr 2015 07:11:56 -0000       1.12
+++ ChangeLog   14 May 2015 06:16:21 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/async_sinatra
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.13 
2015/05/14 06:16:21 graaff Exp $
+
+*async_sinatra-1.2.0 (14 May 2015)
+
+  14 May 2015; Hans de Graaff <[email protected]> +async_sinatra-1.2.0.ebuild:
+  Version bump.
 
   03 Apr 2015; Hans de Graaff <[email protected]> async_sinatra-1.1.0.ebuild:
   Fix HOMEPAGE. Add missing dependency on dev-ruby/rack-test.



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

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

Index: async_sinatra-1.2.0.ebuild
===================================================================
# 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.2.0.ebuild,v 1.1 
2015/05/14 06:16:21 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

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="https://github.com/raggi/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-3.13
        >=dev-ruby/minitest-5.6:5
        >=dev-ruby/eventmachine-0.12.11
        dev-ruby/rack-test
        )"
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\)/d' async_sinatra.gemspec || die
}

all_ruby_install() {
        all_fakegem_install

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




Reply via email to