diff options
author | Naohiro Aota <naota@gentoo.org> | 2016-01-24 22:53:05 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2016-01-24 22:53:42 +0900 |
commit | e252be541063f5002f846d896305b2e32c737fca (patch) | |
tree | 9a9e2b95499f9805761265d16cf293b6f5f5de0a /dev-ruby/instance_storage/instance_storage-1.0.0.ebuild | |
parent | media-video/nvenc: Remove it. Moved to media-video/nvidia_video_sdk. (diff) | |
download | gentoo-e252be541063f5002f846d896305b2e32c737fca.tar.gz gentoo-e252be541063f5002f846d896305b2e32c737fca.tar.bz2 gentoo-e252be541063f5002f846d896305b2e32c737fca.zip |
dev-ruby/instance_storage: add new package
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/instance_storage/instance_storage-1.0.0.ebuild')
-rw-r--r-- | dev-ruby/instance_storage/instance_storage-1.0.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild new file mode 100644 index 000000000000..b8b1b1c9bd61 --- /dev/null +++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem +DESCRIPTION="Manage class instances with dictionary" +HOMEPAGE="https://rubygems.org/gems/instance_storage/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |