diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-05-31 11:40:44 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-06-01 07:33:19 +0200 |
commit | 048c77a09e216eb563e03c04567c2300b7d877f5 (patch) | |
tree | eaf14065a18b4b27ecdeb12d1eac81add367bbbf /dev-ruby/rotp | |
parent | dev-ruby/rspec-collection_matchers: stabilize 1.2.1 for amd64 (diff) | |
download | gentoo-048c77a09e216eb563e03c04567c2300b7d877f5.tar.gz gentoo-048c77a09e216eb563e03c04567c2300b7d877f5.tar.bz2 gentoo-048c77a09e216eb563e03c04567c2300b7d877f5.zip |
dev-ruby/rotp: drop 6.2.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rotp')
-rw-r--r-- | dev-ruby/rotp/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/rotp/rotp-6.2.2.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/rotp/Manifest b/dev-ruby/rotp/Manifest index 5d8388b777d2..4e7f5300960f 100644 --- a/dev-ruby/rotp/Manifest +++ b/dev-ruby/rotp/Manifest @@ -1,2 +1 @@ -DIST rotp-6.2.2.tar.gz 16554 BLAKE2B ba6688238c1e0f0674cc38f8ee0a9f4db2396afbe8a66c47f309ab5b14ef80be039e76d610cd29cad7ce15f6ce2de5be4edc40f2a27841227910a71ec9c56bfc SHA512 88292c80122eec53ed9a45682263b66f1ff6aaad04e0247e235a94faa5d27c1f12398445d81152b6da5565039810f7d5a6974af4bb179a6b8e0a3282fbd6437e DIST rotp-6.3.0.tar.gz 17931 BLAKE2B 123ea8b4e855f4fca5edb4f752446c09e65c8a030ee684c32d34aa76db014c54e9d159ced47a2b7f39b92d97453c4ebe728ca65f70ccda0b7ebbf3c966eb4941 SHA512 99f41db28e87541a8318285efc1b57357bfeec72c62e3e8386bb4c75eda6273a992764cebf04b8548aa617fdeec6555cdd29cebe6c5fd8860cb93af62275e30f diff --git a/dev-ruby/rotp/rotp-6.2.2.ebuild b/dev-ruby/rotp/rotp-6.2.2.ebuild deleted file mode 100644 index 989365b43b73..000000000000 --- a/dev-ruby/rotp/rotp-6.2.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby27 ruby30 ruby31 ruby32" -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 -} |