From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74E2C1382C5 for ; Wed, 4 Apr 2018 19:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59BAFE0AB1; Wed, 4 Apr 2018 19:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 334C4E0AB1 for ; Wed, 4 Apr 2018 19:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEC24335C0A for ; Wed, 4 Apr 2018 19:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B3525A for ; Wed, 4 Apr 2018 19:41:30 +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: <1522870879.b58d806f665d02ccfd774315584e902492f29875.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sigdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sigdump/Manifest dev-ruby/sigdump/metadata.xml dev-ruby/sigdump/sigdump-0.2.4.ebuild X-VCS-Directories: dev-ruby/sigdump/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b58d806f665d02ccfd774315584e902492f29875 X-VCS-Branch: master Date: Wed, 4 Apr 2018 19:41:30 +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: dad49752-a4d1-4a40-8358-e867e28be75b X-Archives-Hash: 31ba667dd497425e5249b177b0da327a commit: b58d806f665d02ccfd774315584e902492f29875 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 4 19:40:55 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 4 19:41:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58d806f dev-ruby/sigdump: initial import of 0.2.4 Dependency for forthcoming app-admin/fluentd, bug 652434 Moved from "graaff" overlay. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/sigdump/Manifest | 1 + dev-ruby/sigdump/metadata.xml | 8 ++++++++ dev-ruby/sigdump/sigdump-0.2.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-ruby/sigdump/Manifest b/dev-ruby/sigdump/Manifest new file mode 100644 index 00000000000..66de317f107 --- /dev/null +++ b/dev-ruby/sigdump/Manifest @@ -0,0 +1 @@ +DIST sigdump-0.2.4.gem 9216 BLAKE2B 66c3d61eca7f1288de6d95e8d0376d27ab39fee6e5168430801d0f2016f6488eb20cc92e83967d69f690e5ff064952d2696ed08ecd0ab0c4e98c61fdfdbf38cf SHA512 c079f538d3e4e1af61325f18b0580a8d92869800736fc770bc7b193358df480105f1ff223158d52e62ea272e1c375be82ab6415b43c28cc1d74c57cc7640d9cd diff --git a/dev-ruby/sigdump/metadata.xml b/dev-ruby/sigdump/metadata.xml new file mode 100644 index 00000000000..28ab0c15f20 --- /dev/null +++ b/dev-ruby/sigdump/metadata.xml @@ -0,0 +1,8 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + diff --git a/dev-ruby/sigdump/sigdump-0.2.4.ebuild b/dev-ruby/sigdump/sigdump-0.2.4.ebuild new file mode 100644 index 00000000000..98006ee4071 --- /dev/null +++ b/dev-ruby/sigdump/sigdump-0.2.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Setup signal handler which dumps backtrace of threads and allocated objects" +HOMEPAGE="https://github.com/frsyuki/sigdump" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE=""