mrueg 14/07/25 03:05:31 Modified: ChangeLog Added: rack-mount-0.8.3-r2.ebuild Log: Add ruby20, ruby21 targets. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.30 dev-ruby/rack-mount/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 21 May 2014 01:45:01 -0000 1.29 +++ ChangeLog 25 Jul 2014 03:05:31 -0000 1.30 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rack-mount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.29 2014/05/21 01:45:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.30 2014/07/25 03:05:31 mrueg Exp $ + +*rack-mount-0.8.3-r2 (25 Jul 2014) + + 25 Jul 2014; Manuel Rüger <[email protected]> + +files/rack-mount-fix-ruby20.patch, +rack-mount-0.8.3-r2.ebuild: + Add ruby20, ruby21 targets. 21 May 2014; Manuel Rüger <[email protected]> rack-mount-0.8.3-r1.ebuild: Remove ruby18 target. 1.1 dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild?rev=1.1&content-type=text/plain Index: rack-mount-0.8.3-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.8.3-r2.ebuild,v 1.1 2014/07/25 03:05:31 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc" inherit versionator ruby-fakegem DESCRIPTION="A stackable dynamic tree based Rack router." HOMEPAGE="https://github.com/josh/rack-mount" SRC_URI="https://github.com/josh/rack-mount/tarball/v${PV} -> ${P}.tgz" RUBY_S="josh-${PN}-*" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" 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.0.0" RUBY_PATCHES=( ${PN}-fix-ruby20.patch ) all_ruby_prepare() { # Avoid fragile test depending on hash ordering. sed -i -e '/foo=1&bar=2/ s:^:#:' test/test_utils.rb || die }
