* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/vmstat/
@ 2016-08-28 19:39 Manuel Rüger
0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2016-08-28 19:39 UTC (permalink / raw
To: gentoo-commits
commit: b87b3f720d503039e539426b88b97d59881001e7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 19:39:19 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 19:39:19 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b87b3f72
dev-ruby/vmstat: Initial version
Package-Manager: portage-2.3.0
dev-ruby/vmstat/Manifest | 1 +
dev-ruby/vmstat/metadata.xml | 8 ++++++++
dev-ruby/vmstat/vmstat-2.2.0.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-ruby/vmstat/Manifest b/dev-ruby/vmstat/Manifest
new file mode 100644
index 0000000..26c87a0
--- /dev/null
+++ b/dev-ruby/vmstat/Manifest
@@ -0,0 +1 @@
+DIST vmstat-2.2.0.gem 26112 SHA256 c085f1d90249145112cba69447730d68964d79408eb8704bdeb2ef57aa721482 SHA512 8be4db41bc581d07c128ded193d26f6a8aba211b7122b54bf20e10f1fdf141f70d935eb00fb45dd2a45512a442c968986361d7ae143bd3488d2b3347b44f5c5e WHIRLPOOL 03cbf8af2d1c9996ab5bf99ad117e90e4bbe6ce5612f30cf0e5d44cab5d70da050c5fcbba0fdfd7ab8ca5c3600225fd15d09c375dbc356a5b063fe68cb480c18
diff --git a/dev-ruby/vmstat/metadata.xml b/dev-ruby/vmstat/metadata.xml
new file mode 100644
index 0000000..97df2a0
--- /dev/null
+++ b/dev-ruby/vmstat/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 type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-ruby/vmstat/vmstat-2.2.0.ebuild b/dev-ruby/vmstat/vmstat-2.2.0.ebuild
new file mode 100644
index 0000000..ae645ca
--- /dev/null
+++ b/dev-ruby/vmstat/vmstat-2.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Library to gather memory, cpu, network, load avg and disk information"
+HOMEPAGE="https://rubygems.org/gems/vmstat http://threez.github.com/ruby-vmstat/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+each_ruby_configure() {
+ ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+ emake V=1 -Cext/${PN}
+ cp ext/${PN}/${PN}$(get_modname) lib/${PN} || die
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-28 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 19:39 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/vmstat/ 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