* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/aws-s3/, dev-ruby/aws-s3/files/
@ 2021-12-24 19:20 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2021-12-24 19:20 UTC (permalink / raw
To: gentoo-commits
commit: d921a9f73ce61779c1fefa0d71337d8f09055ab7
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 19:17:16 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 19:20:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d921a9f7
dev-ruby/aws-s3: treeclean
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/aws-s3/Manifest | 1 -
dev-ruby/aws-s3/aws-s3-0.6.3.ebuild | 45 -------------------------
dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch | 29 ----------------
dev-ruby/aws-s3/metadata.xml | 8 -----
profiles/package.mask | 6 ----
5 files changed, 89 deletions(-)
diff --git a/dev-ruby/aws-s3/Manifest b/dev-ruby/aws-s3/Manifest
deleted file mode 100644
index 7b6b312e95b4..000000000000
--- a/dev-ruby/aws-s3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aws-s3-0.6.3.gem 137216 BLAKE2B 32aef753b61afa24b3c64791b9b96bd82ed497c6fca3b71ac49bb502eda00858c7c0e1d4ca25f08749850b0b6909b3e10e171e230c93329b354742524f57518b SHA512 817d74636a1c27fbb6e5529b99da48b61ccfac4e4bb5ce3bf4e24abcf10026678a8a6b93b8b9ef1983e9eaaf7567563094a46bd5d09c6c0fea052b5f4eecd728
diff --git a/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild b/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild
deleted file mode 100644
index a6c2b1528fa9..000000000000
--- a/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-# there is a stupid setup.rb in the bin/ directory so do not use the
-# default.
-RUBY_FAKEGEM_BINWRAP="s3sh"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Client library for Amazon's Simple Storage Service's REST API"
-HOMEPAGE="http://amazon.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/xml-simple
- dev-ruby/builder
- dev-ruby/mime-types:*
- virtual/ruby-ssl"
-ruby_add_bdepend "test? ( dev-ruby/flexmock )"
-
-RUBY_PATCHES=(
- ${P}+ruby19.patch
-)
-
-all_ruby_prepare() {
- # Avoid tests requiring network access, bug 339324
- sed -i -e '/test_request_only_escapes_the_path_the_first_time_it_runs_and_not_subsequent_times/,/^ end/ s:^:#:' \
- -e '/test_if_request_has_no_body_then_the_content_length_is_set_to_zero/,/^ end/ s:^:#:' \
- test/connection_test.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -I. -e "Dir['test/*_test.rb'].each {|f| require f }" || die
-}
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
deleted file mode 100644
index d97f7f1ec654..000000000000
--- a/dev-ruby/aws-s3/files/aws-s3-0.6.3+ruby19.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/Rakefile b/Rakefile
-index 4d097df..a38bdbc 100644
---- a/Rakefile
-+++ b/Rakefile
-@@ -290,6 +290,7 @@ namespace :todo do
- end
- end if File.exists?(File.join(library_root, 'TODO'))
-
-+begin
- namespace :site do
- require 'erb'
- require 'rdoc/markup/simple_markup'
-@@ -330,5 +331,7 @@ namespace :site do
- sh %(scp #{site_files.join ' '} marcel@rubyforge.org:/var/www/gforge-projects/amazon/)
- end
- end
-+rescue LoadError
-+end
-
- task :clean => ['dist:clobber_package', 'doc:clobber_rdoc', 'test:clobber_coverage']
-diff --git a/test/extensions_test.rb b/test/extensions_test.rb
-index 1c868ee..921e6b5 100644
---- a/test/extensions_test.rb
-+++ b/test/extensions_test.rb
-@@ -1,3 +1,4 @@
-+# -*- coding: utf-8 -*-
- require File.dirname(__FILE__) + '/test_helper'
-
- class HashExtensionsTest < Test::Unit::TestCase
diff --git a/dev-ruby/aws-s3/metadata.xml b/dev-ruby/aws-s3/metadata.xml
deleted file mode 100644
index daac6fdb7252..000000000000
--- a/dev-ruby/aws-s3/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index b9b9cdfc60c8..6b106fdbbe43 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -323,12 +323,6 @@ net-analyzer/nagios-check_fail2ban
# Masked for removal in 30 days.
dev-ruby/minitest:0
-# Hans de Graaff <graaff@gentoo.org> (2021-11-25)
-# Last upstream release in 2012 and upstream itself is no longer
-# available. Unlikely to still work correctly. No reverse dependencies.
-# Masked for removal in 30 days.
-dev-ruby/aws-s3
-
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
# Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-24 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-24 19:20 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/aws-s3/, dev-ruby/aws-s3/files/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox