* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/aggregate/
@ 2016-03-28 19:05 Manuel Rüger
0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2016-03-28 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 201c491a59ac2e1cb2cfd0b92e23c8221f9a32a7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 19:05:47 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 19:05:47 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=201c491a
dev-ruby/aggregate: Initial version
Package-Manager: portage-2.2.28
dev-ruby/aggregate/Manifest | 1 +
dev-ruby/aggregate/aggregate-0.2.2.ebuild | 26 ++++++++++++++++++++++++++
dev-ruby/aggregate/metadata.xml | 8 ++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-ruby/aggregate/Manifest b/dev-ruby/aggregate/Manifest
new file mode 100644
index 0000000..53df367
--- /dev/null
+++ b/dev-ruby/aggregate/Manifest
@@ -0,0 +1 @@
+DIST aggregate-0.2.2.gem 10752 SHA256 490545fc63694289e27037965b441105f1855f9795198bd3ed2ff2a3e8fdbc2d SHA512 c1c3b45175ee3cde5836902d3315ba4be8871b067f9a1f919261b9454d136e284065d2d588c22cb53203244d5d59c2ea2f2bd67fd9c737c4a5732ff9abc30572 WHIRLPOOL fcf72f3d9f97fefdd358027e5a2429d4611b1969465f1abcd916d57169e282510c87b2ac89d51dd4447f30a4e615059b47c60316a7f16d0ec1147f71a6e9731b
diff --git a/dev-ruby/aggregate/aggregate-0.2.2.ebuild b/dev-ruby/aggregate/aggregate-0.2.2.ebuild
new file mode 100644
index 0000000..acf8042
--- /dev/null
+++ b/dev-ruby/aggregate/aggregate-0.2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.textile"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Accumulates aggregate statistics and includes histogram support"
+HOMEPAGE="https://rubygems.org/gems/aggregate http://github.com/josephruscio/aggregate"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+each_ruby_test() {
+ ${RUBY} -I. test/ts_aggregate.rb || die
+}
diff --git a/dev-ruby/aggregate/metadata.xml b/dev-ruby/aggregate/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/aggregate/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>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-28 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 19:05 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/aggregate/ Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox