graaff 15/06/16 20:17:35 Modified: ChangeLog Added: web-console-2.1.3.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.4 dev-ruby/web-console/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/web-console/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 8 Jun 2015 06:25:40 -0000 1.3 +++ ChangeLog 16 Jun 2015 20:17:35 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/web-console # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/web-console/ChangeLog,v 1.3 2015/06/08 06:25:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/web-console/ChangeLog,v 1.4 2015/06/16 20:17:35 graaff Exp $ + +*web-console-2.1.3 (16 Jun 2015) + + 16 Jun 2015; Hans de Graaff <gra...@gentoo.org> +web-console-2.1.3.ebuild: + Version bump. 08 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml: Updating remote-id in metadata.xml 1.1 dev-ruby/web-console/web-console-2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/web-console-2.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/web-console/web-console-2.1.3.ebuild?rev=1.1&content-type=text/plain Index: web-console-2.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/web-console/web-console-2.1.3.ebuild,v 1.1 2015/06/16 20:17:35 graaff Exp $ EAPI=5 USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown" inherit ruby-fakegem DESCRIPTION="A debugging tool for your Ruby on Rails applications" HOMEPAGE="https://github.com/rails/web-console" SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend " >=dev-ruby/activemodel-4.0:* >=dev-ruby/binding_of_caller-0.7.2 >=dev-ruby/railties-4.0:* >=dev-ruby/sprockets-rails-2.0:* <dev-ruby/sprockets-rails-4.0:* " ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/rails-4.0 dev-ruby/sqlite3 dev-ruby/mocha dev-ruby/simplecov )" all_ruby_prepare() { # Use an installed rails version rather than live source from github. sed -i -e '/rails/ s/,/#/' Gemfile || die }