summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-02 05:55:13 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-02 05:55:13 +0000
commit2e124599e0bfdf3546947133fdfc61226b968482 (patch)
treee90cf4b4152ff7f1b5b153568eeb362f3b22e23a /dev-ruby/will_paginate
parentA typo fixed (diff)
downloadgentoo-2-2e124599e0bfdf3546947133fdfc61226b968482.tar.gz
gentoo-2-2e124599e0bfdf3546947133fdfc61226b968482.tar.bz2
gentoo-2-2e124599e0bfdf3546947133fdfc61226b968482.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/ChangeLog5
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.0.3.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 6ac9221ab7ab..eaca903cfda7 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/will_paginate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.19 2013/01/19 07:45:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.20 2013/07/02 05:55:13 graaff Exp $
+
+ 02 Jul 2013; Hans de Graaff <graaff@gentoo.org> -will_paginate-3.0.3.ebuild:
+ Cleanup.
*will_paginate-3.0.4 (19 Jan 2013)
diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
deleted file mode 100644
index f4c9189dde39..000000000000
--- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 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.3.ebuild,v 1.1 2012/09/24 14:44:21 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 ruby19"
-
-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-3*
- dev-ruby/mocha
- )"