diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 07:50:06 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:52 +0100 |
commit | 6f25c793013bd7f304afb76732286505b5b465a1 (patch) | |
tree | f34aa7aa0c737a26bc05fb3140f2daeb522b80d9 /dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild | |
parent | dev-ruby/execjs: cleanup (diff) | |
download | gentoo-6f25c793013bd7f304afb76732286505b5b465a1.tar.gz gentoo-6f25c793013bd7f304afb76732286505b5b465a1.tar.bz2 gentoo-6f25c793013bd7f304afb76732286505b5b465a1.zip |
dev-ruby/uuidtools: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild')
-rw-r--r-- | dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild deleted file mode 100644 index 19dc2e3780c5..000000000000 --- a/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_TASK_DOC="-f tasks/yard.rake doc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="Simple library to generate UUIDs" -HOMEPAGE="https://github.com/sporkmonger/uuidtools" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -all_ruby_prepare() { - # Avoid specs that require an actual network interface to get a MAC - # address. We can't assume that a network interface is available. - sed -e '/when obtaining a MAC address/,/^end/ s:^:#:' \ - -i spec/uuidtools/mac_address_spec.rb || die - sed -e '/should correctly generate timestamp variant UUIDs/,/^ end/ s:^:#:' \ - -i spec/uuidtools/uuid_creation_spec.rb || die - sed -e '/should not treat a timestamp version UUID as a random node UUID/,/^ end/ s:^:#:' \ - -i spec/uuidtools/uuid_parsing_spec.rb || die -} |