Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async_sinatra/, profiles/
Date: Thu, 29 Sep 2022 08:09:07
Message-Id: 1664438622.528d3ba0ceb06b68cc91366d814db12a819a966a.jsmolic@gentoo
1 commit: 528d3ba0ceb06b68cc91366d814db12a819a966a
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 08:03:37 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 08:03:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528d3ba0
7
8 dev-ruby/async_sinatra: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/866818
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-ruby/async_sinatra/Manifest | 1 -
14 .../async_sinatra/async_sinatra-1.3.0-r1.ebuild | 41 ----------------------
15 dev-ruby/async_sinatra/metadata.xml | 11 ------
16 profiles/package.mask | 6 ----
17 4 files changed, 59 deletions(-)
18
19 diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest
20 deleted file mode 100644
21 index cedb8d72b112..000000000000
22 --- a/dev-ruby/async_sinatra/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST async_sinatra-1.3.0-git.tgz 8657 BLAKE2B ba41b01a9ad00794f19273d41cceaf80ae5159e38f93c1907db5fae78d5d2f5d6d583f31ff495722b3a241f7e0d2d91c5b3202fe5a8ff39f500e6ab0e1e0030b SHA512 2975e41557da539e1b6427a43d41811f4e17315c01da8d1141dbdafad68702395bfce011844b8b1db2c24bbf19d09b5e680cd10e039ceaab1263ea66bcb8f9f6
26
27 diff --git a/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.ebuild
28 deleted file mode 100644
29 index 92ab4d1a64a7..000000000000
30 --- a/dev-ruby/async_sinatra/async_sinatra-1.3.0-r1.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=8
37 -USE_RUBY="ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
40 -
41 -RUBY_FAKEGEM_GEMSPEC="async_sinatra.gemspec"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Asynchronous response API for Sinatra and Thin"
46 -HOMEPAGE="https://github.com/raggi/async_sinatra"
47 -SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE="test"
53 -
54 -ruby_add_bdepend "test? (
55 - >=dev-ruby/hoe-3.13
56 - >=dev-ruby/minitest-5.6:5
57 - >=dev-ruby/eventmachine-0.12.11
58 - dev-ruby/rake
59 - dev-ruby/rack-test
60 - )"
61 -
62 -ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2
63 - >=dev-ruby/rack-1.4.1:*"
64 -
65 -each_ruby_test() {
66 - MT_NO_PLUGINS=true ${RUBY} -S rake test || die
67 -}
68 -
69 -all_ruby_install() {
70 - all_fakegem_install
71 -
72 - dodoc -r examples
73 -}
74
75 diff --git a/dev-ruby/async_sinatra/metadata.xml b/dev-ruby/async_sinatra/metadata.xml
76 deleted file mode 100644
77 index fc3601f442af..000000000000
78 --- a/dev-ruby/async_sinatra/metadata.xml
79 +++ /dev/null
80 @@ -1,11 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 - <maintainer type="project">
85 - <email>ruby@g.o</email>
86 - <name>Gentoo Ruby Project</name>
87 - </maintainer>
88 - <upstream>
89 - <remote-id type="github">raggi/async_sinatra</remote-id>
90 - </upstream>
91 -</pkgmetadata>
92
93 diff --git a/profiles/package.mask b/profiles/package.mask
94 index d1e8feef1e32..81d8e930fe19 100644
95 --- a/profiles/package.mask
96 +++ b/profiles/package.mask
97 @@ -219,12 +219,6 @@ dev-python/zxcvbn
98 # Removal on 2022-09-29.
99 x11-drivers/xf86-video-glint
100
101 -# Hans de Graaff <graaff@g.o> (2022-08-27)
102 -# No longer maintained upstream and more modern alternatives such as
103 -# www-servers/puma are available.
104 -# Removal in 30 days.
105 -dev-ruby/async_sinatra
106 -
107 # hololeap <hololeap@××××××××××.com> (2022-08-21)
108 # doctest-parallel does not currently work with Setup.hs (used internally by
109 # haskell-cabal.eclass)