mrueg 14/05/04 13:07:01 Modified: ChangeLog Added: journey-1.0.4-r1.ebuild Removed: journey-1.0.4.ebuild Log: Add patch to fix tests, add ruby20 and ruby21 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 dev-ruby/journey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 5 Apr 2014 23:28:50 -0000 1.9 +++ ChangeLog 4 May 2014 13:07:01 -0000 1.10 @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/journey # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v 1.9 2014/04/05 23:28:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v 1.10 2014/05/04 13:07:01 mrueg Exp $ + +*journey-1.0.4-r1 (04 May 2014) + + 04 May 2014; Manuel Rüger <[email protected]> + +files/journey-1.0.4-fix-tests.patch, +journey-1.0.4-r1.ebuild, + -journey-1.0.4.ebuild: + Add patch to fix tests, add ruby20 and ruby21 support. 05 Apr 2014; Manuel Rüger <[email protected]> journey-1.0.4.ebuild: Remove ree18 and ruby18 target. 1.1 dev-ruby/journey/journey-1.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild?rev=1.1&content-type=text/plain Index: journey-1.0.4-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild,v 1.1 2014/05/04 13:07:01 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" inherit ruby-fakegem versionator DESCRIPTION="Journey is a router. It routes requests." HOMEPAGE="https://github.com/rails/journey" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" KEYWORDS="~amd64 ~arm ~x86 ~x64-macos ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/hoe )" ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/json dev-ruby/minitest )" RUBY_PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )
