diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-05-01 06:28:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-05-01 06:28:57 +0200 |
commit | fb902a527d255e8519ed8ffb4dedaff809f6ec23 (patch) | |
tree | 5a63e286e505d359b697b8ad455c0a2256ef59df /dev-ruby/hashdiff/hashdiff-0.3.4.ebuild | |
parent | dev-ruby/hashdiff: cleanup (diff) | |
download | gentoo-fb902a527d255e8519ed8ffb4dedaff809f6ec23.tar.gz gentoo-fb902a527d255e8519ed8ffb4dedaff809f6ec23.tar.bz2 gentoo-fb902a527d255e8519ed8ffb4dedaff809f6ec23.zip |
dev-ruby/hashdiff: add 0.3.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/hashdiff/hashdiff-0.3.4.ebuild')
-rw-r--r-- | dev-ruby/hashdiff/hashdiff-0.3.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/hashdiff/hashdiff-0.3.4.ebuild b/dev-ruby/hashdiff/hashdiff-0.3.4.ebuild new file mode 100644 index 000000000000..6bc5f1465dd4 --- /dev/null +++ b/dev-ruby/hashdiff/hashdiff-0.3.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="changelog.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Simple Hash extension to make working with nested hashes easier" +HOMEPAGE="https://github.com/liufengyun/hashdiff" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" |