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 AEEDE13829C for ; Mon, 13 Jun 2016 05:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7C3FE09FA; Mon, 13 Jun 2016 05:16:32 +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 93DB5E09E5 for ; Mon, 13 Jun 2016 05:16:31 +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 C8312340564 for ; Mon, 13 Jun 2016 05:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E10A2418 for ; Mon, 13 Jun 2016 05:16:25 +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: <1465794959.d2416bf7ce548cabe429d8b31ef7aec394d86a53.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.3.ebuild X-VCS-Directories: dev-ruby/mechanize/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d2416bf7ce548cabe429d8b31ef7aec394d86a53 X-VCS-Branch: master Date: Mon, 13 Jun 2016 05:16:25 +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: 964a30fb-cd48-4db4-8cbd-4d909a770627 X-Archives-Hash: de314fb397c551496dde5f085faa27ac commit: d2416bf7ce548cabe429d8b31ef7aec394d86a53 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 13 05:15:59 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 13 05:15:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2416bf7 dev-ruby/mechanize: cleanup Package-Manager: portage-2.2.28 dev-ruby/mechanize/mechanize-2.7.3.ebuild | 39 ------------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-ruby/mechanize/mechanize-2.7.3.ebuild b/dev-ruby/mechanize/mechanize-2.7.3.ebuild deleted file mode 100644 index e720513..0000000 --- a/dev-ruby/mechanize/mechanize-2.7.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20" - -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.4.4-r1 - >=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-2.0 - >=dev-ruby/domain_name-0.5.1" - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -}