mrueg 15/03/04 15:57:02 Modified: ChangeLog Added: shotgun-0.9.1.ebuild Log: Version bump. Add ruby22 target. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.12 dev-ruby/shotgun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 9 Oct 2014 22:18:49 -0000 1.11 +++ ChangeLog 4 Mar 2015 15:57:02 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/shotgun -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.11 2014/10/09 22:18:49 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.12 2015/03/04 15:57:02 mrueg Exp $ + +*shotgun-0.9.1 (04 Mar 2015) + + 04 Mar 2015; Manuel Rüger <[email protected]> +shotgun-0.9.1.ebuild: + Version bump. Add ruby22 target. 09 Oct 2014; Manuel Rüger <[email protected]> shotgun-0.9-r1.ebuild: Add ruby21 support. 1.1 dev-ruby/shotgun/shotgun-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/shotgun-0.9.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/shotgun-0.9.1.ebuild?rev=1.1&content-type=text/plain Index: shotgun-0.9.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.9.1.ebuild,v 1.1 2015/03/04 15:57:02 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" # No documentation task RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" inherit ruby-fakegem DESCRIPTION="Forking implementation of rackup" HOMEPAGE="https://github.com/rtomayko/shotgun" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # Warning: the code does not use gem versioning to make sure to load # only the right rack version so we might need to patch it to work :/ ruby_add_rdepend 'dev-ruby/rack' ruby_add_bdepend "test? ( dev-ruby/bacon )" each_ruby_test() { ${RUBY} -Ilib test/test_shotgun_static.rb || die ${RUBY} -Ilib test/test_shotgun_loader.rb || die } all_ruby_install() { all_fakegem_install doman man/shotgun.1 }
