diff options
author | Leonardo Martins <leonardo@venidera.com> | 2012-03-28 13:09:44 -0300 |
---|---|---|
committer | Leonardo Martins <leonardo@venidera.com> | 2012-03-28 13:09:44 -0300 |
commit | db5f1a2ea8a9ad035a4fbce5d0c7a66ca99c2012 (patch) | |
tree | d8fa0c8b555fe3bceda4dde51579ade0d20b4e2d | |
parent | Added skeleton for RedHat Cloud CLI and its dependencies not present in offic... (diff) | |
download | venidera-db5f1a2ea8a9ad035a4fbce5d0c7a66ca99c2012.tar.gz venidera-db5f1a2ea8a9ad035a4fbce5d0c7a66ca99c2012.tar.bz2 venidera-db5f1a2ea8a9ad035a4fbce5d0c7a66ca99c2012.zip |
Added dev-ruby/permutation-0.1.8
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/permutation/permutation-0.1.8.ebuild b/dev-ruby/permutation/permutation-0.1.8.ebuild index e69de29..940e030 100644 --- a/dev-ruby/permutation/permutation-0.1.8.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +USE_RUBY="ruby18" + +inherit ruby-fakegem + +DESCRIPTION="Library to perform different operations with permutations of sequences, such as strings, arrays, etc." +HOMEPAGE="http://flori.github.com/permutation" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + |