graaff 14/04/06 07:32:25 Modified: ChangeLog Added: rails_autolink-1.1.5.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/rails_autolink/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails_autolink/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails_autolink/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails_autolink/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Mar 2013 12:48:35 -0000 1.2 +++ ChangeLog 6 Apr 2014 07:32:25 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rails_autolink -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.2 2013/03/03 12:48:35 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.3 2014/04/06 07:32:25 graaff Exp $ + +*rails_autolink-1.1.5 (06 Apr 2014) + + 06 Apr 2014; Hans de Graaff <[email protected]> +rails_autolink-1.1.5.ebuild: + Version bump. 03 Mar 2013; Hans de Graaff <[email protected]> rails_autolink-1.0.9.ebuild: Add back ruby18 support from my overlay and skip the few tests failing due to 1.1 dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild?rev=1.1&content-type=text/plain Index: rails_autolink-1.1.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/rails_autolink-1.1.5.ebuild,v 1.1 2014/04/06 07:32:25 graaff Exp $ EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem DESCRIPTION="This is an extraction of the auto_link method from rails." HOMEPAGE="http://github.com/tenderlove/rails_autolink" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" # Restrict tests since they seem to be tied to very specific rails and # test framework versions without making this explicit anywhere. Things # seem to work for the most part with Rails 3.2 and Minitest 4.2. RESTRICT="test" ruby_add_bdepend "test? ( dev-ruby/minitest )" ruby_add_rdepend ">=dev-ruby/rails-3.1" each_ruby_test() { ${RUBY} -Ilib test/test_*.rb || die "tests failed" }
