public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mechanize/
Date: Tue, 23 Aug 2016 05:06:26 +0000 (UTC)	[thread overview]
Message-ID: <1471927804.75a179168417433f07ffb29d295f6a555168f074.graaff@gentoo> (raw)

commit:     75a179168417433f07ffb29d295f6a555168f074
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 04:45:03 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 04:50:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a17916

dev-ruby/mechanize: add 2.7.5

Package-Manager: portage-2.2.28

 dev-ruby/mechanize/Manifest               |  1 +
 dev-ruby/mechanize/mechanize-2.7.5.ebuild | 39 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/mechanize/Manifest b/dev-ruby/mechanize/Manifest
index 74025f8..762a0b2 100644
--- a/dev-ruby/mechanize/Manifest
+++ b/dev-ruby/mechanize/Manifest
@@ -1,2 +1,3 @@
 DIST mechanize-2.7.3.gem 133120 SHA256 3de7f3c2799be07b2788c8226e73cf9120a04ae79602c5bab2de6287e4575302 SHA512 5a06f1e7a1c97f985f3011358061c631bcc69e3092082959f738670c9491f734bc6dbbca321018fa484ee493f2f251b8af0cf17602fe381d491ff3e18663f2eb WHIRLPOOL 661869f23fd4f0a60a9a58ba35fd02cd51a65af79c66f8ab04d18498feb20f200d2959351ff44bcb4385f0c947e3b47e1b3e046735021d60d502256df8c63f98
 DIST mechanize-2.7.4.gem 137216 SHA256 1799d05733a1176a32179a210345a555b9a2bba4d1e2977f17fdcdf114aa6dd2 SHA512 d5d0dd824f3c2cee9111a55bff7323ed280cdb8f585169e71f35adcc2b9805b019867f916b425b9bfd655eaf2453ce405e6a303369dce7aff9e0bf4bd297f8c5 WHIRLPOOL 005dbe4be81b5cacd471c69867fa52919cff78b36259270269985553328ae4258fc829656cf093067c6a690beb4b88571f482351654ca41b1d4221f1ebb0bc75
+DIST mechanize-2.7.5.gem 137216 SHA256 de042b0b2b75a53b078c8e71ba6cc24e1d2a8b4e42ec3c81f1efd5294c0f06b9 SHA512 0dfd000d8f58be3fc08e2d6e625128135d6fc2d22e899152f46f66c545c6ede0d1e7b798f4b7de2f96ccdcf7c47001a3946866d0d6a19f9faa946ade6a4bcf92 WHIRLPOOL cccd374862087454cbcc0e7093d7d183d12c76e899fe2e0b72d2ddd8fbc732aa05e7bddd999c27c86b660587d18a8d08a6c51d6c426c13d204204d62df2e32cd

diff --git a/dev-ruby/mechanize/mechanize-2.7.5.ebuild b/dev-ruby/mechanize/mechanize-2.7.5.ebuild
new file mode 100644
index 0000000..cf8852d
--- /dev/null
+++ b/dev-ruby/mechanize/mechanize-2.7.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


             reply	other threads:[~2016-08-23  5:06 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23  5:06 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mechanize/ Sam James
2024-08-01  5:58 Hans de Graaff
2024-08-01  5:58 Hans de Graaff
2024-07-19  9:52 Hans de Graaff
2024-07-16  6:02 Hans de Graaff
2024-07-16  6:02 Hans de Graaff
2024-06-13  5:50 Hans de Graaff
2024-01-23  8:27 Hans de Graaff
2024-01-16  7:36 Hans de Graaff
2023-09-16  4:23 Hans de Graaff
2023-08-29 17:19 Hans de Graaff
2023-04-18  6:26 Hans de Graaff
2023-04-16  7:16 Hans de Graaff
2023-04-08  7:25 Hans de Graaff
2023-04-07  6:34 Hans de Graaff
2023-03-31  1:03 Sam James
2022-07-13  9:25 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-03-27  9:54 Hans de Graaff
2022-03-27  9:54 Hans de Graaff
2022-01-20  6:40 Hans de Graaff
2022-01-20  6:40 Hans de Graaff
2021-11-12  6:29 Hans de Graaff
2021-10-24  5:34 Hans de Graaff
2021-08-07  7:33 Hans de Graaff
2021-08-07  7:33 Hans de Graaff
2021-05-14  4:18 Hans de Graaff
2021-05-10 12:31 Sam James
2021-04-04  6:53 Hans de Graaff
2021-02-23  7:01 Hans de Graaff
2021-02-04  5:56 Hans de Graaff
2021-02-04  5:56 Hans de Graaff
2021-02-02  5:56 Hans de Graaff
2020-06-06  8:04 Hans de Graaff
2019-05-04 19:14 Hans de Graaff
2018-12-12 10:11 Hans de Graaff
2018-11-23 10:53 Hans de Graaff
2018-09-12  4:51 Hans de Graaff
2018-06-03  5:35 Hans de Graaff
2018-01-24 16:43 Hans de Graaff
2018-01-21 19:37 Hans de Graaff
2018-01-21 19:37 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-02-03  7:36 Hans de Graaff
2017-02-03  7:36 Hans de Graaff
2016-12-24 13:55 Manuel Rüger
2016-11-25 14:49 Hans de Graaff
2016-06-13  5:16 Hans de Graaff
2016-06-13  5:16 Hans de Graaff
2016-06-13  5:16 Hans de Graaff
2016-01-01  7:22 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471927804.75a179168417433f07ffb29d295f6a555168f074.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox