Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/aws-s3/, dev-ruby/aws-s3/files/
Date: Fri, 24 Dec 2021 19:20:48
Message-Id: 1640373624.d921a9f73ce61779c1fefa0d71337d8f09055ab7.jsmolic@gentoo
1 commit: d921a9f73ce61779c1fefa0d71337d8f09055ab7
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 19:17:16 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 19:20:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d921a9f7
7
8 dev-ruby/aws-s3: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-ruby/aws-s3/Manifest | 1 -
13 dev-ruby/aws-s3/aws-s3-0.6.3.ebuild | 45 -------------------------
14 dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch | 29 ----------------
15 dev-ruby/aws-s3/metadata.xml | 8 -----
16 profiles/package.mask | 6 ----
17 5 files changed, 89 deletions(-)
18
19 diff --git a/dev-ruby/aws-s3/Manifest b/dev-ruby/aws-s3/Manifest
20 deleted file mode 100644
21 index 7b6b312e95b4..000000000000
22 --- a/dev-ruby/aws-s3/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST aws-s3-0.6.3.gem 137216 BLAKE2B 32aef753b61afa24b3c64791b9b96bd82ed497c6fca3b71ac49bb502eda00858c7c0e1d4ca25f08749850b0b6909b3e10e171e230c93329b354742524f57518b SHA512 817d74636a1c27fbb6e5529b99da48b61ccfac4e4bb5ce3bf4e24abcf10026678a8a6b93b8b9ef1983e9eaaf7567563094a46bd5d09c6c0fea052b5f4eecd728
26
27 diff --git a/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild b/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild
28 deleted file mode 100644
29 index a6c2b1528fa9..000000000000
30 --- a/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_DOCDIR="doc"
42 -RUBY_FAKEGEM_EXTRADOC="README"
43 -
44 -# there is a stupid setup.rb in the bin/ directory so do not use the
45 -# default.
46 -RUBY_FAKEGEM_BINWRAP="s3sh"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Client library for Amazon's Simple Storage Service's REST API"
51 -HOMEPAGE="http://amazon.rubyforge.org/"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 -
58 -ruby_add_rdepend "dev-ruby/xml-simple
59 - dev-ruby/builder
60 - dev-ruby/mime-types:*
61 - virtual/ruby-ssl"
62 -ruby_add_bdepend "test? ( dev-ruby/flexmock )"
63 -
64 -RUBY_PATCHES=(
65 - ${P}+ruby19.patch
66 -)
67 -
68 -all_ruby_prepare() {
69 - # Avoid tests requiring network access, bug 339324
70 - sed -i -e '/test_request_only_escapes_the_path_the_first_time_it_runs_and_not_subsequent_times/,/^ end/ s:^:#:' \
71 - -e '/test_if_request_has_no_body_then_the_content_length_is_set_to_zero/,/^ end/ s:^:#:' \
72 - test/connection_test.rb || die
73 -}
74 -
75 -each_ruby_test() {
76 - ${RUBY} -I. -e "Dir['test/*_test.rb'].each {|f| require f }" || die
77 -}
78
79 diff --git a/dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch b/dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch
80 deleted file mode 100644
81 index d97f7f1ec654..000000000000
82 --- a/dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch
83 +++ /dev/null
84 @@ -1,29 +0,0 @@
85 -diff --git a/Rakefile b/Rakefile
86 -index 4d097df..a38bdbc 100644
87 ---- a/Rakefile
88 -+++ b/Rakefile
89 -@@ -290,6 +290,7 @@ namespace :todo do
90 - end
91 - end if File.exists?(File.join(library_root, 'TODO'))
92 -
93 -+begin
94 - namespace :site do
95 - require 'erb'
96 - require 'rdoc/markup/simple_markup'
97 -@@ -330,5 +331,7 @@ namespace :site do
98 - sh %(scp #{site_files.join ' '} marcel@×××××××××.org:/var/www/gforge-projects/amazon/)
99 - end
100 - end
101 -+rescue LoadError
102 -+end
103 -
104 - task :clean => ['dist:clobber_package', 'doc:clobber_rdoc', 'test:clobber_coverage']
105 -diff --git a/test/extensions_test.rb b/test/extensions_test.rb
106 -index 1c868ee..921e6b5 100644
107 ---- a/test/extensions_test.rb
108 -+++ b/test/extensions_test.rb
109 -@@ -1,3 +1,4 @@
110 -+# -*- coding: utf-8 -*-
111 - require File.dirname(__FILE__) + '/test_helper'
112 -
113 - class HashExtensionsTest < Test::Unit::TestCase
114
115 diff --git a/dev-ruby/aws-s3/metadata.xml b/dev-ruby/aws-s3/metadata.xml
116 deleted file mode 100644
117 index daac6fdb7252..000000000000
118 --- a/dev-ruby/aws-s3/metadata.xml
119 +++ /dev/null
120 @@ -1,8 +0,0 @@
121 -<?xml version="1.0" encoding="UTF-8"?>
122 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
123 -<pkgmetadata>
124 - <maintainer type="project">
125 - <email>ruby@g.o</email>
126 - <name>Gentoo Ruby Project</name>
127 - </maintainer>
128 -</pkgmetadata>
129
130 diff --git a/profiles/package.mask b/profiles/package.mask
131 index b9b9cdfc60c8..6b106fdbbe43 100644
132 --- a/profiles/package.mask
133 +++ b/profiles/package.mask
134 @@ -323,12 +323,6 @@ net-analyzer/nagios-check_fail2ban
135 # Masked for removal in 30 days.
136 dev-ruby/minitest:0
137
138 -# Hans de Graaff <graaff@g.o> (2021-11-25)
139 -# Last upstream release in 2012 and upstream itself is no longer
140 -# available. Unlikely to still work correctly. No reverse dependencies.
141 -# Masked for removal in 30 days.
142 -dev-ruby/aws-s3
143 -
144 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-11-23)
145 # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
146 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})