public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/heapy/
@ 2015-11-08  9:46 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2015-11-08  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     94113868cc2abac87a28bd6bdb8889b45119ce3e
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Nov  8 09:27:14 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 09:27:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=94113868

dev-ruby/heapy: initial import of 0.1.1

Package-Manager: portage-2.2.20.1

 dev-ruby/heapy/Manifest           |  1 +
 dev-ruby/heapy/heapy-0.1.1.ebuild | 22 ++++++++++++++++++++++
 dev-ruby/heapy/metadata.xml       |  5 +++++
 3 files changed, 28 insertions(+)

diff --git a/dev-ruby/heapy/Manifest b/dev-ruby/heapy/Manifest
new file mode 100644
index 0000000..6776c6e
--- /dev/null
+++ b/dev-ruby/heapy/Manifest
@@ -0,0 +1 @@
+DIST heapy-0.1.1.tar.gz 5152197 SHA256 89a877454a9fa1a4fd7a98b2d379981c2eba72f99b8cbe86b7c4aa8507099fc1 SHA512 510216f296208baf8655ff2a110bacf75c0ebdd51e765f6cbeda7ae65facdc20254de6eb4f0b6f31c6d976eaed2c0aa1e4a4447ffcc0c4191524d013cc160173 WHIRLPOOL c9d818f5b021d1aca57703836fa6632e296f88e637463b478fcc6f0cbbaa75ad7ec88c685b8eae5653febf158ef1c1245a0981f48777b276a90f07abb528e69b

diff --git a/dev-ruby/heapy/heapy-0.1.1.ebuild b/dev-ruby/heapy/heapy-0.1.1.ebuild
new file mode 100644
index 0000000..0fbf856
--- /dev/null
+++ b/dev-ruby/heapy/heapy-0.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Got a heap dump? Great. Use this tool to see what's in it!"
+HOMEPAGE="https://github.com/schneems/heapy"
+SRC_URI="https://github.com/schneems/heapy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""

diff --git a/dev-ruby/heapy/metadata.xml b/dev-ruby/heapy/metadata.xml
new file mode 100644
index 0000000..0040b11
--- /dev/null
+++ b/dev-ruby/heapy/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>ruby</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/heapy/
@ 2015-11-08  9:46 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2015-11-08  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8685e50cfbec882c9c260bdafef8a2c180bc0f69
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Nov  8 09:29:50 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 09:29:50 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=8685e50c

dev-ruby/heapy: add ruby22

Package-Manager: portage-2.2.20.1

 dev-ruby/heapy/heapy-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/heapy/heapy-0.1.1.ebuild b/dev-ruby/heapy/heapy-0.1.1.ebuild
index 0fbf856..f87e852 100644
--- a/dev-ruby/heapy/heapy-0.1.1.ebuild
+++ b/dev-ruby/heapy/heapy-0.1.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/heapy/
@ 2016-02-14 20:33 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1d3ca6b178aff22d30bcecc6f9d9b97e5fc71ae6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 20:27:56 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:27:56 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=1d3ca6b1

dev-ruby/heapy: fix metadata

Package-Manager: portage-2.2.26

 dev-ruby/heapy/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/heapy/metadata.xml b/dev-ruby/heapy/metadata.xml
index 0040b11..0a1be5a 100644
--- a/dev-ruby/heapy/metadata.xml
+++ b/dev-ruby/heapy/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>ruby</herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-14 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-08  9:46 [gentoo-commits] dev/graaff:master commit in: dev-ruby/heapy/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-02-14 20:33 Hans de Graaff
2015-11-08  9:46 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox