summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-10 18:16:34 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-10 18:16:34 +0000
commit493086d8cb8180d0e1c7c63ee1ffa64c605d689d (patch)
tree41ce82734ec8209a8037850cd4926b652bd5b994 /dev-ruby/will_paginate
parentKeyword ~x86-macos. (diff)
downloadgentoo-2-493086d8cb8180d0e1c7c63ee1ffa64c605d689d.tar.gz
gentoo-2-493086d8cb8180d0e1c7c63ee1ffa64c605d689d.tar.bz2
gentoo-2-493086d8cb8180d0e1c7c63ee1ffa64c605d689d.zip
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog8
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.14.ebuild29
2 files changed, 6 insertions, 31 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index eae8b8c048ad..973053f0c38b 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,6 +1,10 @@
# 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.9 2010/09/19 13:53:54 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.10 2011/01/10 18:16:34 graaff Exp $
+
+ 10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+ -will_paginate-2.3.14.ebuild:
+ Remove old version.
*will_paginate-2.3.15 (19 Sep 2010)
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild
deleted file mode 100644
index 76d9e025e259..000000000000
--- a/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.14.ebuild,v 1.3 2010/08/16 10:54:45 flameeyes 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'