summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-07-11 20:29:41 +0000
committerHans de Graaff <graaff@gentoo.org>2010-07-11 20:29:41 +0000
commit39b2f8df2012439bf2a553174f77720a3bb61f24 (patch)
treed45053f03fad887f07d4a69df6596ae157e3d396 /dev-ruby/will_paginate
parentConvert to ruby-fakegem. (diff)
downloadgentoo-2-39b2f8df2012439bf2a553174f77720a3bb61f24.tar.gz
gentoo-2-39b2f8df2012439bf2a553174f77720a3bb61f24.tar.bz2
gentoo-2-39b2f8df2012439bf2a553174f77720a3bb61f24.zip
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog6
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild24
-rw-r--r--dev-ruby/will_paginate/will_paginate-2.3.12.ebuild22
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 265caf2a1d88..c469aab9d09e 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.5 2010/05/27 05:48:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.6 2010/07/11 20:29:41 graaff Exp $
+
+ 11 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+ -will_paginate-2.3.11-r1.ebuild, -will_paginate-2.3.12.ebuild:
+ Remove old versions.
*will_paginate-2.3.14 (27 May 2010)
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild
deleted file mode 100644
index c81d3184eec6..000000000000
--- a/dev-ruby/will_paginate/will_paginate-2.3.11-r1.ebuild
+++ /dev/null
@@ -1,24 +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.11-r1.ebuild,v 1.3 2010/01/19 10:01:10 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=""
-
-RESTRICT="test"
-
-ruby_add_bdepend test dev-ruby/mocha
-ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'
diff --git a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild b/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
deleted file mode 100644
index 8619f028d3d4..000000000000
--- a/dev-ruby/will_paginate/will_paginate-2.3.12.ebuild
+++ /dev/null
@@ -1,22 +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.12.ebuild,v 1.2 2010/04/19 22:02:14 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-1.0*"
-ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'