diff options
author | 2010-09-19 13:53:54 +0000 | |
---|---|---|
committer | 2010-09-19 13:53:54 +0000 | |
commit | 4a013f1f770b737ffe2860014ece58ba1d482ac9 (patch) | |
tree | cdd067190906a538e9da8e8c3bd3095bbd4703fb /dev-ruby/will_paginate | |
parent | Version bump. (diff) | |
download | gentoo-2-4a013f1f770b737ffe2860014ece58ba1d482ac9.tar.gz gentoo-2-4a013f1f770b737ffe2860014ece58ba1d482ac9.tar.bz2 gentoo-2-4a013f1f770b737ffe2860014ece58ba1d482ac9.zip |
Version bump: make view helper html safe.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r-- | dev-ruby/will_paginate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-2.3.15.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog index e36af8b7f24f..eae8b8c048ad 100644 --- a/dev-ruby/will_paginate/ChangeLog +++ b/dev-ruby/will_paginate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/will_paginate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.8 2010/08/16 10:54:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.9 2010/09/19 13:53:54 graaff Exp $ + +*will_paginate-2.3.15 (19 Sep 2010) + + 19 Sep 2010; Hans de Graaff <graaff@gentoo.org> + +will_paginate-2.3.15.ebuild: + Version bump: make view helper html safe. 16 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> will_paginate-2.3.14.ebuild: diff --git a/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild new file mode 100644 index 000000000000..31ef29127a59 --- /dev/null +++ b/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.15.ebuild,v 1.1 2010/09/19 13:53:54 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Most awesome pagination solution for Ruby " +HOMEPAGE="http://github.com/mislav/will_paginate/" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha + dev-ruby/rack + dev-ruby/activerecord + virtual/ruby-test-unit + !dev-ruby/test-unit:2 + )" +ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4' |