diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-22 07:42:36 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-22 07:56:05 +0100 |
commit | a7e9aae23053d4f076cb34358d587e9fb50db761 (patch) | |
tree | 395287f62523b2bd684de8b6987a99f1c962ab85 /dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild | |
parent | gnome-extra/libgda: fix build with USE=canvas (diff) | |
download | gentoo-a7e9aae23053d4f076cb34358d587e9fb50db761.tar.gz gentoo-a7e9aae23053d4f076cb34358d587e9fb50db761.tar.bz2 gentoo-a7e9aae23053d4f076cb34358d587e9fb50db761.zip |
dev-ruby/lockfile: add ruby30
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild')
-rw-r--r-- | dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild new file mode 100644 index 000000000000..b11f3b11d423 --- /dev/null +++ b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README" + +inherit ruby-fakegem + +DESCRIPTION="A ruby library for creating NFS safe lockfiles" +HOMEPAGE="https://github.com/ahoward/lockfile" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" |