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 C190F139694 for ; Fri, 16 Jun 2017 05:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6C2E0CEB; Fri, 16 Jun 2017 05:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A132E0CEB for ; Fri, 16 Jun 2017 05:47:10 +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 6FD3834186C for ; Fri, 16 Jun 2017 05:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF97C7474 for ; Fri, 16 Jun 2017 05:47:06 +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: <1497591411.ac7f422cd72a7d1114c4e8600c4c353fdef0f17c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logue/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/logue/Manifest dev-ruby/logue/logue-1.0.8.ebuild X-VCS-Directories: dev-ruby/logue/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ac7f422cd72a7d1114c4e8600c4c353fdef0f17c X-VCS-Branch: master Date: Fri, 16 Jun 2017 05:47:06 +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: 55595985-43fb-4b02-831e-601ff2fca984 X-Archives-Hash: b0de01f05bee9cf6d4fc21d93dee5723 commit: ac7f422cd72a7d1114c4e8600c4c353fdef0f17c Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 16 05:36:51 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 16 05:36:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7f422c dev-ruby/logue: add 1.0.8 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/logue/Manifest | 1 + dev-ruby/logue/logue-1.0.8.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/logue/Manifest b/dev-ruby/logue/Manifest index 8a36462caaf..848ba93123f 100644 --- a/dev-ruby/logue/Manifest +++ b/dev-ruby/logue/Manifest @@ -1 +1,2 @@ DIST logue-git-1.0.4.tgz 17797 SHA256 8630b4595387a90b9d332e81f579a50a9d99464f3b31ba2ab076a8e85547682b SHA512 e3d6ec6a8b302fbdf7a2b7842b31f88af4f0576166b632dd356a40902dc816bbfdaf18a170d5c8066fbfa97643d38d6c8137d4f435f478f04badae4a0120184b WHIRLPOOL ee07423d6604ee09e1c33023f16f7e33ad17b09ad66080a6dd93769b537478b5479eccbd1d9abf46e3404afcdfa3b030c2e79dcde9518b264abcd3b8d52d59c1 +DIST logue-git-1.0.8.tgz 20017 SHA256 ad74aee111ab01b639adb37d706f4bfb3d589272dd6e6ef27f106c60e661b2be SHA512 792c74d6f42bd5252f368fc0c90c91bfd147cb7acc6fe70ccc70e7ad0aad04a76ea37f72a9a25379f9a6396e708dc111a0e43917f9f7e18efb1a9217e6527f1b WHIRLPOOL 5d0d595689890ec5f4ecf91d818fbca48c1389cf4438ff9f3b390caa3869931759b86899dc03672987494c12b9218cde4a5817ddf71d647cdf68aa4fda92464e diff --git a/dev-ruby/logue/logue-1.0.8.ebuild b/dev-ruby/logue/logue-1.0.8.ebuild new file mode 100644 index 00000000000..309fa5981b3 --- /dev/null +++ b/dev-ruby/logue/logue-1.0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="A module that adds logging/trace functionality" +HOMEPAGE="https://github.com/jpace/logue" + +SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rainbow-2.0.0"