Skip to content

Commit

Permalink
dev-ruby/memoist: add new package
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
naota committed Jan 24, 2016
1 parent bedddce commit b7f8aab
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/memoist/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST memoist-0.14.0.gem 11264 SHA256 953da0295e5e5e02655df08e368afd3e8a16ee6b9d858733036e9970a781a30d SHA512 5c1ca8f2973ad231efb89972adbc8044f4a0390ff0053963207210315670d4745841cc48f245e83c456441dd9cd0ae58a6aa527abd68a678136eeb9a575698c3 WHIRLPOOL b1729c4afb8ec7fd6a836503660728a74fa15c13ab2d0e0899a7a01ccc176f95b1c509bab49c25548912496f8a55b9f40734a693b0768b95f50a25c8928e24b4
20 changes: 20 additions & 0 deletions dev-ruby/memoist/memoist-0.14.0.ebuild
Original file line number Diff line number Diff line change
@@ -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 )"
11 changes: 11 additions & 0 deletions dev-ruby/memoist/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="rubygems">memoist</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit b7f8aab

Please sign in to comment.