diff options
Diffstat (limited to 'dev-ruby/tty-prompt')
-rw-r--r-- | dev-ruby/tty-prompt/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/tty-prompt/Manifest b/dev-ruby/tty-prompt/Manifest index 5b3538aeb2aa..48680c46a2d4 100644 --- a/dev-ruby/tty-prompt/Manifest +++ b/dev-ruby/tty-prompt/Manifest @@ -1,4 +1,3 @@ DIST tty-prompt-0.23.1.tar.gz 554471 BLAKE2B ae39444b80781ee5c85df87f4ec2b2231b4551a23202070c4570d0e4807a3e4465bb026299dd775de9abf2b8cefe3157cb3fc5297cce4d248f6f8e2aca8c572d SHA512 5e2762d2b229f0aadde7fa09e43ccd317dbda057d829c9003fc6b18f9aaacda1416357af733c4e4f308041c8119ef344b3adc1954a6d31abf801cffdb1848a61 EBUILD tty-prompt-0.23.1-r1.ebuild 821 BLAKE2B 90ef6986f4fe19020c841f2b778edb011faafab699f71034550c859a548113286b05bf88b8f98f0071495313f21bd598927b93d8e0b1a31f961427648ca2cbbc SHA512 124486cad138ca1af10cd85ca74457c96cce6e1acfe208faa2d4cd65d67b5702d3092fa7f392d527064d60c746e1a206770cf33907039b313dc0dfcda473e3c9 -EBUILD tty-prompt-0.23.1.ebuild 828 BLAKE2B 1da5d1253856d178fe1610daea9f585c88110549e6e40924cd734790d5bffcfd43226214ebbe05c381001cf82e3e31f061dc63c54b2d3e979b51f965708e00bb SHA512 d425b3706fc34f49e5e3c175de3aff4d327b4aaed28cc3ab5be248b39691e485906402852d94390406b02198edc26f2d0a77f77ee93e0a2f38d20a5182088e67 MISC metadata.xml 339 BLAKE2B bc595203d2c93cddf7ed31e92cdd0ee86ed74ee4d40fb2d36a14a50accb24871a493b15351e3b00876abf47833611c71f6e2c0ea22b68093f7b8140203876327 SHA512 42289de16764b35a85485d581debbd4896dcad29c6c57a0a0f897602d06708e2c25c42e811c2fc8caa000f8daf30b1dddee781e8f4909968e52bd51535d44e66 diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild deleted file mode 100644 index 83aeb404b223..000000000000 --- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="tty-prompt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A beautiful and powerful interactive command line prompt" -HOMEPAGE="https://github.com/piotrmurach/tty-prompt" -SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/pastel-0.8:0 - >=dev-ruby/tty-reader-0.8:0 -" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die - sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} || die -} |