commit: 04db98b99317dfae08f59e60da2ee6261c07d74f Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 14:16:44 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 14:16:44 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=04db98b9
dev-ruby/cal-heatmap-rails: Initial version Package-Manager: portage-2.2.28 dev-ruby/cal-heatmap-rails/Manifest | 1 + .../cal-heatmap-rails/cal-heatmap-rails-3.5.1.ebuild | 20 ++++++++++++++++++++ dev-ruby/cal-heatmap-rails/metadata.xml | 8 ++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-ruby/cal-heatmap-rails/Manifest b/dev-ruby/cal-heatmap-rails/Manifest new file mode 100644 index 0000000..8e04e9f --- /dev/null +++ b/dev-ruby/cal-heatmap-rails/Manifest @@ -0,0 +1 @@ +DIST cal-heatmap-rails-3.5.1.gem 37888 SHA256 1c8846e85979e453faeb1d16aad339f7f2932cdb69b91471beb3c738a4673553 SHA512 9d09aed7b36e7bc4934e5a4b34fbc998ac78cb334c9fd84404c12294e67f6f9531ed9a3ad89d49b681e41fd134d1b0798d2aa09945e0b0ce27aacf5f1df79cd1 WHIRLPOOL 7a047c554c15002252bc22d5bc252b7e03f9142009f69aa76e2b17cb9c781b33b53c71d1c269e5792f2c0f07bc35c7b5ea5084781783f5a38c4c2e867a7eccf9 diff --git a/dev-ruby/cal-heatmap-rails/cal-heatmap-rails-3.5.1.ebuild b/dev-ruby/cal-heatmap-rails/cal-heatmap-rails-3.5.1.ebuild new file mode 100644 index 0000000..68aaea6 --- /dev/null +++ b/dev-ruby/cal-heatmap-rails/cal-heatmap-rails-3.5.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Packages Cal-HeatMap for Rails Asset Pipeline" +HOMEPAGE="https://rubygems.org/gems/cal-heatmap-rails https://github.com/pavolzbell/cal-heatmap-rails" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-ruby/cal-heatmap-rails/metadata.xml b/dev-ruby/cal-heatmap-rails/metadata.xml new file mode 100644 index 0000000..bfcb697 --- /dev/null +++ b/dev-ruby/cal-heatmap-rails/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Manuel Rüger</name> + </maintainer> +</pkgmetadata>
