summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2016-01-24 14:48:16 +0900
committerNaohiro Aota <naota@gentoo.org>2016-01-24 14:50:54 +0900
commitb7f8aab9ffa195379edd877d595a14db2623a3f3 (patch)
tree6a1740a34470c683c63d29ffe59491e85a7c7e3d /dev-ruby/memoist/memoist-0.14.0.ebuild
parentapp-admin/vault: fix paths of installed libs for version 0.4.1 (diff)
downloadgentoo-b7f8aab9ffa195379edd877d595a14db2623a3f3.tar.gz
gentoo-b7f8aab9ffa195379edd877d595a14db2623a3f3.tar.bz2
gentoo-b7f8aab9ffa195379edd877d595a14db2623a3f3.zip
dev-ruby/memoist: add new package
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/memoist/memoist-0.14.0.ebuild')
-rw-r--r--dev-ruby/memoist/memoist-0.14.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/memoist/memoist-0.14.0.ebuild b/dev-ruby/memoist/memoist-0.14.0.ebuild
new file mode 100644
index 000000000000..385537541630
--- /dev/null
+++ b/dev-ruby/memoist/memoist-0.14.0.ebuild
@@ -0,0 +1,20 @@
+# 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="ActiveSupport::Memoizable with a few enhancements"
+HOMEPAGE="https://github.com/matthewrudy/memoist"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"