From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC1E71382C5 for ; Wed, 24 Jan 2018 16:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51277E08D6; Wed, 24 Jan 2018 16:43:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C90E08D6 for ; Wed, 24 Jan 2018 16:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4369F335C38 for ; Wed, 24 Jan 2018 16:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4BC41C6 for ; Wed, 24 Jan 2018 16:43:19 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1516812180.8ab43269015a896e1b18ad5d7b07863df3e48f21.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mechanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mechanize/mechanize-2.7.5.ebuild X-VCS-Directories: dev-ruby/mechanize/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8ab43269015a896e1b18ad5d7b07863df3e48f21 X-VCS-Branch: master Date: Wed, 24 Jan 2018 16:43:19 +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: d3e2f2fa-d619-4e4e-9226-7de7d709a194 X-Archives-Hash: 20d490a90492a04c1d3b365cfccd7611 commit: 8ab43269015a896e1b18ad5d7b07863df3e48f21 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 24 16:15:52 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 24 16:43:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab43269 dev-ruby/mechanize: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/mechanize/mechanize-2.7.5.ebuild | 38 ------------------------------- 1 file changed, 38 deletions(-) diff --git a/dev-ruby/mechanize/mechanize-2.7.5.ebuild b/dev-ruby/mechanize/mechanize-2.7.5.ebuild deleted file mode 100644 index 4ebf8a556ca..00000000000 --- a/dev-ruby/mechanize/mechanize-2.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc EXAMPLES.rdoc GUIDE.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby library used for automating interaction with websites" -HOMEPAGE="https://github.com/sparklemotion/mechanize" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -ruby_add_bdepend ">=dev-ruby/hoe-3.7 - test? ( dev-ruby/minitest:5 )" -ruby_add_rdepend ">=dev-ruby/nokogiri-1.6 - >=dev-ruby/net-http-digest_auth-1.1.1 - >=dev-ruby/net-http-persistent-2.5.2 - >=dev-ruby/ntlm-http-0.1.1 - >=dev-ruby/webrobots-0.0.9 - >=dev-ruby/http-cookie-1.0.2 - >=dev-ruby/mime-types-1.17.2:* - >=dev-ruby/domain_name-0.5.1" - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -}