From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sinatra/
Date: Sun, 5 Jul 2020 06:27:40 +0000 (UTC) [thread overview]
Message-ID: <1593930321.33ccce6f77ea0cf068634b00c31355347618b288.graaff@gentoo> (raw)
commit: 33ccce6f77ea0cf068634b00c31355347618b288
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 5 06:19:29 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 06:25:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ccce6f
dev-ruby/sinatra: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sinatra/Manifest | 2 --
dev-ruby/sinatra/sinatra-2.0.5.ebuild | 31 -------------------------------
dev-ruby/sinatra/sinatra-2.0.7.ebuild | 30 ------------------------------
3 files changed, 63 deletions(-)
diff --git a/dev-ruby/sinatra/Manifest b/dev-ruby/sinatra/Manifest
index c10a3cd6158..fb75b2b5080 100644
--- a/dev-ruby/sinatra/Manifest
+++ b/dev-ruby/sinatra/Manifest
@@ -1,4 +1,2 @@
DIST sinatra-1.4.8.gem 369152 BLAKE2B 8a344f85c34dc8736180551690bc55ee615118a243c48421711339f2ef366e6c6facfecf914594f0440a825244e13f98648d11903fd9053054767a58a34aa285 SHA512 e56a5a6d7ceb0be4bc537feb6ada2956f1fd64b452dee347b259837aa02041dfa53d9808531cdd0a02a91093ba92f7c505c39f0dd990dfbc6e872681f40bc5e9
-DIST sinatra-2.0.5.tar.gz 490580 BLAKE2B 6e82a02bf57f8ec6f0c5313b6b6e89e899a5cdc9ff39e897903b6991f990ec75135483c2ef5ac71032abf7afdc84402bbad431f9ae579bab94e3b140d3ce6911 SHA512 da626d584f065f924fa5a42802b0e7a03e40e780cfd92e9cb072c86e9cb6d8ba4a699d7383a81b13ac0ffd0ce427900cdf059b77565ace5961dbd00c088ce0f9
-DIST sinatra-2.0.7.tar.gz 490969 BLAKE2B 292bc4902ad3c5ff0665f12825ede4ea44bd4db39cd622289ffe1801dac4fe4865e90a223a7b37feb9a48b4c404edb3ef62b5e061fc080d5b02fdf96aaf3114c SHA512 dd894b4eb55ff19b92142b7d87b3c60ceb7eacd70b8f524a6e86e8938c64a409098c91b8dae4af68e73b6ef04b184bb4efb29e418caba2b9288cd2b6325840c8
DIST sinatra-2.0.8.1.tar.gz 507102 BLAKE2B 7b88f50b2b2960c17aaa4f0ffbffaf70ece16c1bb29b3ee4706904ebc8e779ad84058ca49ae7cea28f86e635eb9b10ab6f5d94c6eeb4de72637bf5b74d4cac42 SHA512 c6c166e14f2be53cda18263121876ca191c670e12c2c42abb10d0f4a0d8db2916210a6775ef894cf00201c445cd185e5f13c5cd8a1ab0e78e12faa6cb51ee69b
diff --git a/dev-ruby/sinatra/sinatra-2.0.5.ebuild b/dev-ruby/sinatra/sinatra-2.0.5.ebuild
deleted file mode 100644
index f7e9be6290a..00000000000
--- a/dev-ruby/sinatra/sinatra-2.0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test:core"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS.md CHANGELOG.md"
-
-RUBY_FAKEGEM_GEMSPEC="sinatra.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
-HOMEPAGE="http://www.sinatrarb.com/"
-SRC_URI="https://github.com/sinatra/sinatra/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/mustermann:1
- dev-ruby/rack:2.0
- ~dev-ruby/rack-protection-${PV}
- dev-ruby/tilt:2"
-ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder dev-ruby/activesupport )"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
diff --git a/dev-ruby/sinatra/sinatra-2.0.7.ebuild b/dev-ruby/sinatra/sinatra-2.0.7.ebuild
deleted file mode 100644
index 98223fedbcb..00000000000
--- a/dev-ruby/sinatra/sinatra-2.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test:core"
-
-RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS.md CHANGELOG.md"
-
-RUBY_FAKEGEM_GEMSPEC="sinatra.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
-HOMEPAGE="http://www.sinatrarb.com/"
-SRC_URI="https://github.com/sinatra/sinatra/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/mustermann:1
- dev-ruby/rack:2.0
- ~dev-ruby/rack-protection-${PV}
- dev-ruby/tilt:2"
-ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder dev-ruby/activesupport )"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
next reply other threads:[~2020-07-05 6:27 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-05 6:27 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-29 14:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sinatra/ Arthur Zamarin
2024-11-23 10:31 Hans de Graaff
2024-10-07 2:44 Sam James
2024-08-16 6:04 Hans de Graaff
2024-07-19 9:56 Hans de Graaff
2024-07-15 7:47 Hans de Graaff
2024-07-14 8:48 Hans de Graaff
2024-07-14 7:48 Hans de Graaff
2024-05-28 4:54 Hans de Graaff
2024-05-28 4:54 Hans de Graaff
2024-02-14 14:14 Hans de Graaff
2024-02-10 10:32 Hans de Graaff
2024-02-10 8:03 Hans de Graaff
2024-01-21 7:45 Hans de Graaff
2023-08-29 6:01 Hans de Graaff
2023-08-19 5:25 Hans de Graaff
2023-08-12 7:21 Hans de Graaff
2023-07-24 15:31 Arthur Zamarin
2023-06-13 10:11 Hans de Graaff
2023-06-13 10:11 Hans de Graaff
2023-04-11 17:52 Jakov Smolić
2023-04-09 2:34 Sam James
2023-04-08 8:42 Arthur Zamarin
2023-04-07 18:25 Sam James
2023-04-07 11:25 Sam James
2023-04-07 11:25 Sam James
2023-02-04 7:08 Hans de Graaff
2023-02-04 7:08 Hans de Graaff
2023-02-04 7:08 Hans de Graaff
2023-01-08 7:49 Hans de Graaff
2023-01-08 7:49 Hans de Graaff
2023-01-08 7:49 Hans de Graaff
2022-12-04 17:56 Arthur Zamarin
2022-12-03 11:04 Hans de Graaff
2022-12-03 11:04 Hans de Graaff
2022-10-22 4:36 Hans de Graaff
2022-10-01 7:55 Hans de Graaff
2022-10-01 7:55 Hans de Graaff
2022-07-21 6:37 Hans de Graaff
2022-05-06 8:22 Hans de Graaff
2022-05-06 8:22 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-03-20 10:04 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2020-12-29 10:48 Hans de Graaff
2020-12-29 7:21 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-09-19 6:06 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-06-21 9:05 Hans de Graaff
2020-05-11 20:34 Sergei Trofimovich
2020-05-10 8:27 Hans de Graaff
2020-03-12 13:47 Hans de Graaff
2020-03-01 8:22 Hans de Graaff
2019-08-24 4:45 Hans de Graaff
2019-05-01 17:49 Hans de Graaff
2019-04-27 6:13 Hans de Graaff
2019-04-27 6:13 Hans de Graaff
2019-03-30 6:46 Hans de Graaff
2019-02-07 7:36 Hans de Graaff
2018-11-26 19:19 Mikle Kolyada
2018-10-20 12:16 Sergei Trofimovich
2018-10-20 12:16 Sergei Trofimovich
2018-09-27 4:15 Hans de Graaff
2018-08-03 23:09 Sergei Trofimovich
2018-07-28 13:25 Thomas Deutschmann
2018-07-19 6:30 Hans de Graaff
2018-04-27 8:33 Hans de Graaff
2018-04-27 8:33 Hans de Graaff
2018-01-22 16:42 Hans de Graaff
2017-06-30 11:17 Alexis Ballier
2017-06-23 3:38 Hans de Graaff
2016-07-25 17:28 Hans de Graaff
2016-07-25 17:28 Hans de Graaff
2016-07-25 17:28 Hans de Graaff
2016-06-02 21:48 Richard Farina
2016-03-06 19:33 Manuel Rüger
2016-03-06 19:33 Manuel Rüger
2016-01-25 14:05 Hans de Graaff
2015-08-16 23:14 Mikle Kolyada
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=1593930321.33ccce6f77ea0cf068634b00c31355347618b288.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