From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B87B59CA3 for ; Thu, 17 Mar 2016 00:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B84EC21C005; Thu, 17 Mar 2016 00:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F45F21C005 for ; Thu, 17 Mar 2016 00:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C0E9340C96 for ; Thu, 17 Mar 2016 00:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F8A859 for ; Thu, 17 Mar 2016 00:35:51 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1458174940.9bf2af97fb9880d1a9436bd73beb1a4ef4ac3e44.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/will_paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/will_paginate/Manifest dev-ruby/will_paginate/will_paginate-3.0.7.ebuild X-VCS-Directories: dev-ruby/will_paginate/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9bf2af97fb9880d1a9436bd73beb1a4ef4ac3e44 X-VCS-Branch: master Date: Thu, 17 Mar 2016 00:35:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2484c47-2a0a-4b1b-875c-82b9fc71e7a0 X-Archives-Hash: 5384000cf1c72752e748f84d31b4fa41 commit: 9bf2af97fb9880d1a9436bd73beb1a4ef4ac3e44 Author: Manuel Rüger gentoo org> AuthorDate: Thu Mar 17 00:35:40 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Mar 17 00:35:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf2af97 dev-ruby/will_paginate: Remove old Package-Manager: portage-2.2.28 dev-ruby/will_paginate/Manifest | 1 - dev-ruby/will_paginate/will_paginate-3.0.7.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest index 21928fd..8cabd87 100644 --- a/dev-ruby/will_paginate/Manifest +++ b/dev-ruby/will_paginate/Manifest @@ -1,2 +1 @@ -DIST will_paginate-3.0.7.gem 35840 SHA256 49ec0239005b65efec4c762e187674ff9963a1a82123fa4b01d1bc037381abcb SHA512 2f675905bcc5c890781677188576584ea7b2a003d3e5e9c9c32a5c5a1093ae436dec72b93cc39a1a7c897d81b181fbd8ab88ed7d098ba204426f7462806f677b WHIRLPOOL 16842c0091ab2a3027f77d7cfd10787a1eeb8105d6ecd80bee5ce04dd17da634dac10ea96a9048f995af4d77ff10547acb8dac15f00684959266852304d596ca DIST will_paginate-3.1.0.gem 36352 SHA256 d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa WHIRLPOOL d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a diff --git a/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild deleted file mode 100644 index b2eabc7..0000000 --- a/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -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="https://github.com/mislav/will_paginate/" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/rails - dev-ruby/mocha - )"