diff options
author | Sam James <sam@gentoo.org> | 2023-03-31 00:10:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-31 01:50:50 +0100 |
commit | ef7e47ddf9ec7fa33ccb1aedcd4555bb5112121e (patch) | |
tree | 91fc5f80b483ca2324afa1106af6580dabd21951 /dev-ruby/rotp | |
parent | dev-ruby/bson: add 4.15.0 (diff) | |
download | gentoo-ef7e47ddf9ec7fa33ccb1aedcd4555bb5112121e.tar.gz gentoo-ef7e47ddf9ec7fa33ccb1aedcd4555bb5112121e.tar.bz2 gentoo-ef7e47ddf9ec7fa33ccb1aedcd4555bb5112121e.zip |
dev-ruby/rotp: drop 6.2.0, 6.2.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rotp')
-rw-r--r-- | dev-ruby/rotp/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/rotp/rotp-6.2.0.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/rotp/rotp-6.2.1.ebuild | 36 |
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-ruby/rotp/Manifest b/dev-ruby/rotp/Manifest index 89b806db9a02..c01f7f2b2047 100644 --- a/dev-ruby/rotp/Manifest +++ b/dev-ruby/rotp/Manifest @@ -1,3 +1 @@ -DIST rotp-6.2.0.tar.gz 60000 BLAKE2B dba270201593425c9282aca71efb33ecacda916996ebfffc703dd865a6c6ee3b3da4098497ce036a95157089d8d736e9413d0aa9fd0dc582d4b278ce811e05d0 SHA512 938cf9feffbe7e86f542c6dde4cd87b57e2ddd2696303e69cb76bc9fb04ffb40c9a5ef45288f23cb096d9f6706e0b48ad89907dc9322594df10c8c0521feffa1 -DIST rotp-6.2.1.tar.gz 16509 BLAKE2B aad879bcbeb32214cbf81bb6af546e9158c607a4d4dd2e042ac7eda9d8c8baa30df7f0376935bab73062f853441c3e69834625dd2c048d9194ce2cf73df5b11e SHA512 24ff3474f2c0ce30ccd0d04ef37e3da195da95b9a3fe47a2ae028484012bf9406e99499c489e5dff14ad2454a71fd590b930f7bd046e91f4791c056bf21daa3f DIST rotp-6.2.2.tar.gz 16554 BLAKE2B ba6688238c1e0f0674cc38f8ee0a9f4db2396afbe8a66c47f309ab5b14ef80be039e76d610cd29cad7ce15f6ce2de5be4edc40f2a27841227910a71ec9c56bfc SHA512 88292c80122eec53ed9a45682263b66f1ff6aaad04e0247e235a94faa5d27c1f12398445d81152b6da5565039810f7d5a6974af4bb179a6b8e0a3282fbd6437e diff --git a/dev-ruby/rotp/rotp-6.2.0.ebuild b/dev-ruby/rotp/rotp-6.2.0.ebuild deleted file mode 100644 index cf584132bc38..000000000000 --- a/dev-ruby/rotp/rotp-6.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="The Ruby One Time Password Library" -HOMEPAGE="https://github.com/mdp/rotp" -SRC_URI="https://github.com/mdp/rotp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-libs/openssl" - -ruby_add_bdepend " - test? ( >=dev-ruby/timecop-0.8 ) -" - -all_ruby_prepare() { - # Remove simplecov - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die - # Don't require git - sed -i \ - -e 's/git ls-files/find/' \ - -e 's/{test,spec,features}/spec/' \ - ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/rotp/rotp-6.2.1.ebuild b/dev-ruby/rotp/rotp-6.2.1.ebuild deleted file mode 100644 index f5bce8f31ffc..000000000000 --- a/dev-ruby/rotp/rotp-6.2.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby27 ruby30 ruby31" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="The Ruby One Time Password Library" -HOMEPAGE="https://github.com/mdp/rotp" -SRC_URI="https://github.com/mdp/rotp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-libs/openssl" - -ruby_add_bdepend " - test? ( >=dev-ruby/timecop-0.8 ) -" - -all_ruby_prepare() { - # Remove simplecov - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die - # Don't require git - sed -i \ - -e 's/git ls-files/find/' \ - -e 's/{test,spec,features}/spec/' \ - ${RUBY_FAKEGEM_GEMSPEC} || die -} |