diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-06 08:04:39 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 07:44:48 +0100 |
commit | 0bcd97e81fb632b9a273e4534f2985a5239e02c9 (patch) | |
tree | bf2e33a201e13c61b284461df996252830bfdd2a /dev-ruby | |
parent | dev-ruby/flog: drop 4.6.4 (diff) | |
download | gentoo-0bcd97e81fb632b9a273e4534f2985a5239e02c9.tar.gz gentoo-0bcd97e81fb632b9a273e4534f2985a5239e02c9.tar.bz2 gentoo-0bcd97e81fb632b9a273e4534f2985a5239e02c9.zip |
dev-ruby/filesize: drop 0.2.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/filesize/filesize-0.2.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/filesize/filesize-0.2.0.ebuild b/dev-ruby/filesize/filesize-0.2.0.ebuild deleted file mode 100644 index 7aeb065f1134..000000000000 --- a/dev-ruby/filesize/filesize-0.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="small ruby class for handling filesizes with both the SI and binary prefixes" -HOMEPAGE="https://github.com/dominikh/filesize" - -LICENSE="MIT" -SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" |