Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mechanize/
Date: Sun, 27 Mar 2022 09:54:24
Message-Id: 1648374856.01b85348b1921a1f60cb40d9dff6a0425b961a95.graaff@gentoo
1 commit: 01b85348b1921a1f60cb40d9dff6a0425b961a95
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:13:18 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:54:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b85348
7
8 dev-ruby/mechanize: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/mechanize/Manifest | 2 --
13 dev-ruby/mechanize/mechanize-2.8.1.ebuild | 41 -------------------------------
14 dev-ruby/mechanize/mechanize-2.8.2.ebuild | 41 -------------------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/dev-ruby/mechanize/Manifest b/dev-ruby/mechanize/Manifest
18 index f189291c1730..0af6901d8988 100644
19 --- a/dev-ruby/mechanize/Manifest
20 +++ b/dev-ruby/mechanize/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST mechanize-2.8.1.gem 141312 BLAKE2B 2542ed47a6f4cdb9926d8343e93d3aa99b196243c8b685426426557fece03be0b36fb0f51decd0f7cf3c93ccdf69aae62dad6a9142080806f9750d74727316e5 SHA512 073a204a00e3c130e80b4c7547062d12c364e8b5bf3b386a8463b3569a1716144ae169b11e130af2ecd1efc6528b5169c77c37e1bb036064175d51e7e7394779
23 -DIST mechanize-2.8.2.gem 142336 BLAKE2B 610c8e1ac9a9f94cbe1d94d6db4b0ddadb24214bc3657fbdd05aac2b430a6978f80420e049cdd5ded247c2c1a19306eabc0d44c98649db1544802bc54fb4987d SHA512 98143d4660414f3120cf8c0d8164416d255cd0a28f96f5096d675d0d70d822d3b0e70022487058306634b9da8ac3aa4211e92d93e73d1b6112809f12a412b1e9
24 DIST mechanize-2.8.3.gem 142336 BLAKE2B 2d71d4ba4db477c5049df1f7847c12945a5926a6d3746bbfd680606ee10beb04c5528e3073b86996e20e82a1f9a00066fe772396141860e3fd65a59c977fea2b SHA512 be467e995fd0a943b8db1588862f82c3d04b55a830dd1ca1d6c6cb3f65e446c1dd5ecea62d57639192e6caa521450ee31ac683ff9038c06578cb74b9557b6736
25 DIST mechanize-2.8.4.gem 142336 BLAKE2B d09cdf7fcb250894b358c479dff60e6f72675574ce62e3f267717538761a322730b25798ea981ccb33eaa6617d88f96942be23ff5fdc6b4c35218b64569d97b5 SHA512 3b5a82d69070a8ad57e73527519efe91e5af8c9b3b75fcd38f598d37475ea8933b8799c12a6c59edd705936bdaab12fe1cd6cb024e165df99fe3cce18f0b7d01
26
27 diff --git a/dev-ruby/mechanize/mechanize-2.8.1.ebuild b/dev-ruby/mechanize/mechanize-2.8.1.ebuild
28 deleted file mode 100644
29 index ed1e77f9c66f..000000000000
30 --- a/dev-ruby/mechanize/mechanize-2.8.1.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -USE_RUBY="ruby25 ruby26 ruby27"
39 -
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md EXAMPLES.rdoc GUIDE.rdoc README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="A Ruby library used for automating interaction with websites"
45 -HOMEPAGE="https://github.com/sparklemotion/mechanize"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
50 -IUSE=""
51 -
52 -ruby_add_bdepend ">=dev-ruby/hoe-3.7
53 - test? ( dev-ruby/minitest:5 )"
54 -
55 -ruby_add_rdepend "
56 - >=dev-ruby/addressable-2.7:0
57 - >=dev-ruby/domain_name-0.5.20190701:0
58 - >=dev-ruby/http-cookie-1.0.3:0
59 - dev-ruby/mime-types:3
60 - >=dev-ruby/net-http-digest_auth-1.4.1:0
61 - || ( dev-ruby/net-http-persistent:4 dev-ruby/net-http-persistent:3 )
62 - >=dev-ruby/nokogiri-1.11.2:0
63 - >=dev-ruby/rubyntlm-0.6.3:0
64 - >=dev-ruby/webrick-1.7:0
65 - >=dev-ruby/webrobots-0.1.2 =dev-ruby/webrobots-0.1*
66 -"
67 -
68 -all_ruby_install() {
69 - all_fakegem_install
70 -
71 - docinto examples
72 - dodoc examples/*
73 -}
74
75 diff --git a/dev-ruby/mechanize/mechanize-2.8.2.ebuild b/dev-ruby/mechanize/mechanize-2.8.2.ebuild
76 deleted file mode 100644
77 index 340c1bc2a9d1..000000000000
78 --- a/dev-ruby/mechanize/mechanize-2.8.2.ebuild
79 +++ /dev/null
80 @@ -1,41 +0,0 @@
81 -# Copyright 1999-2021 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=8
85 -
86 -USE_RUBY="ruby26 ruby27"
87 -
88 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md EXAMPLES.rdoc GUIDE.rdoc README.md"
89 -
90 -inherit ruby-fakegem
91 -
92 -DESCRIPTION="A Ruby library used for automating interaction with websites"
93 -HOMEPAGE="https://github.com/sparklemotion/mechanize"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
98 -IUSE=""
99 -
100 -ruby_add_bdepend ">=dev-ruby/hoe-3.7
101 - test? ( dev-ruby/minitest:5 )"
102 -
103 -ruby_add_rdepend "
104 - >=dev-ruby/addressable-2.8:0
105 - >=dev-ruby/domain_name-0.5.20190701:0
106 - >=dev-ruby/http-cookie-1.0.3:0
107 - dev-ruby/mime-types:3
108 - >=dev-ruby/net-http-digest_auth-1.4.1:0
109 - || ( dev-ruby/net-http-persistent:4 dev-ruby/net-http-persistent:3 )
110 - >=dev-ruby/nokogiri-1.11.2:0
111 - >=dev-ruby/rubyntlm-0.6.3:0
112 - >=dev-ruby/webrick-1.7:0
113 - >=dev-ruby/webrobots-0.1.2 =dev-ruby/webrobots-0.1*
114 -"
115 -
116 -all_ruby_install() {
117 - all_fakegem_install
118 -
119 - docinto examples
120 - dodoc examples/*
121 -}