From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 163431384B4 for ; Sun, 8 Nov 2015 09:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6B2E0857; Sun, 8 Nov 2015 09:46:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27C21E0857 for ; Sun, 8 Nov 2015 09:46:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CCB5340562 for ; Sun, 8 Nov 2015 09:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEA31924 for ; Sun, 8 Nov 2015 09:46:41 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1446974834.94113868cc2abac87a28bd6bdb8889b45119ce3e.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/heapy/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/heapy/Manifest dev-ruby/heapy/heapy-0.1.1.ebuild dev-ruby/heapy/metadata.xml X-VCS-Directories: dev-ruby/heapy/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 94113868cc2abac87a28bd6bdb8889b45119ce3e X-VCS-Branch: master Date: Sun, 8 Nov 2015 09:46:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1857780d-fc07-4672-954c-878524a35962 X-Archives-Hash: 468909e154072ec6a50b6c43cb7f56cb commit: 94113868cc2abac87a28bd6bdb8889b45119ce3e Author: Hans de Graaff degraaff org> AuthorDate: Sun Nov 8 09:27:14 2015 +0000 Commit: Hans de Graaff gentoo 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 @@ + + + + ruby +