graaff 14/07/07 08:10:40 Modified: ChangeLog Added: will_paginate-3.0.7.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.27 dev-ruby/will_paginate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 2 Jul 2014 08:13:33 -0000 1.26 +++ ChangeLog 7 Jul 2014 08:10:40 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/will_paginate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.26 2014/07/02 08:13:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.27 2014/07/07 08:10:40 graaff Exp $ + +*will_paginate-3.0.7 (07 Jul 2014) + + 07 Jul 2014; Hans de Graaff <[email protected]> +will_paginate-3.0.7.ebuild: + Version bump. 02 Jul 2014; Hans de Graaff <[email protected]> will_paginate-3.0.5.ebuild: Add ruby20. 1.1 dev-ruby/will_paginate/will_paginate-3.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild?rev=1.1&content-type=text/plain Index: will_paginate-3.0.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild,v 1.1 2014/07/07 08:10:40 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Most awesome pagination solution for Ruby." HOMEPAGE="http://github.com/mislav/will_paginate/" LICENSE="MIT" SLOT="3" KEYWORDS="~amd64 ~x86 ~x86-macos" IUSE="" ruby_add_bdepend " test? ( dev-ruby/rails dev-ruby/mocha )"
