summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-12-02 14:03:06 +0000
committerHans de Graaff <graaff@gentoo.org>2012-12-02 14:03:06 +0000
commit666228e8e893203352791b5cf697544aeb694193 (patch)
tree99b3e5d8758ce171daecd7e17bcfd5031daead18 /dev-ruby/will_paginate
parentFix license, bug 445456. (diff)
downloadgentoo-2-666228e8e893203352791b5cf697544aeb694193.tar.gz
gentoo-2-666228e8e893203352791b5cf697544aeb694193.tar.bz2
gentoo-2-666228e8e893203352791b5cf697544aeb694193.zip
Remove old versions.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog6
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.0.1.ebuild27
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.0.2.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 6ab287e89d60..f5e5817d9020 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.16 2012/09/24 14:44:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.17 2012/12/02 14:03:06 graaff Exp $
+
+ 02 Dec 2012; Hans de Graaff <graaff@gentoo.org> -will_paginate-3.0.1.ebuild,
+ -will_paginate-3.0.2.ebuild:
+ Remove old versions.
*will_paginate-3.0.3 (24 Sep 2012)
diff --git a/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild
deleted file mode 100644
index 52b26cddb486..000000000000
--- a/dev-ruby/will_paginate/will_paginate-3.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 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.1.ebuild,v 1.1 2011/09/19 08:14:16 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-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="as-is"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/rspec:2
- dev-ruby/rails:3.0
- )"
diff --git a/dev-ruby/will_paginate/will_paginate-3.0.2.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.2.ebuild
deleted file mode 100644
index cf950a6b3172..000000000000
--- a/dev-ruby/will_paginate/will_paginate-3.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/09/28 05:46:45 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-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/rspec:2
- dev-ruby/rails:3.0
- )"