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 BF6E859CB0 for ; Fri, 8 Apr 2016 05:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F4C4E0874; Fri, 8 Apr 2016 05:21:57 +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 513EB21C066 for ; Fri, 8 Apr 2016 05:21:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD07B340B7F for ; Fri, 8 Apr 2016 05:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6447F for ; Fri, 8 Apr 2016 05:21:51 +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: <1460092881.7c2603c811d2ad97ea683ab468375834b2e81f4c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mercenary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mercenary/Manifest dev-ruby/mercenary/mercenary-0.3.6.ebuild X-VCS-Directories: dev-ruby/mercenary/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7c2603c811d2ad97ea683ab468375834b2e81f4c X-VCS-Branch: master Date: Fri, 8 Apr 2016 05:21:51 +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: d3ee282e-e12c-4a10-aa8c-ce10980f15d0 X-Archives-Hash: 6c1c8c18ac196f520cc886e4c847b419 commit: 7c2603c811d2ad97ea683ab468375834b2e81f4c Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 8 05:00:20 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 8 05:21:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2603c8 dev-ruby/mercenary: add 0.3.6 Package-Manager: portage-2.2.26 dev-ruby/mercenary/Manifest | 1 + dev-ruby/mercenary/mercenary-0.3.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/mercenary/Manifest b/dev-ruby/mercenary/Manifest index 9540eeb..4ba5b2d 100644 --- a/dev-ruby/mercenary/Manifest +++ b/dev-ruby/mercenary/Manifest @@ -1 +1,2 @@ DIST mercenary-0.3.5.gem 16896 SHA256 eba688178f74a0c180ac97defa3213a299a31385b2a8489e00b4936d10f84753 SHA512 2f44a40b5e51046e7815f6e2f1500583276d378018ba31e6ef9c12bf9e511122579952864acd4349d0c5f8b7aac1d8b878533b5b79c0913926ff82873672b2dd WHIRLPOOL 548338977cb9e8c777421c0862423deabda411d3603d65151e1042b98193176163099c7d42feaf59e4698a6e15d8d208abde564d946a66e8b699ff224a7cbaae +DIST mercenary-0.3.6.gem 16896 SHA256 2a084b18f5692c86a633e185d5311ba6d11fc46c802eb414ae05368178078a82 SHA512 90ec97ceaea74c511bcd8227e4f466e4e254ae868db0b61ad5703d0f78d9bb771e431eda0361cc224c721b150c3066d1796c333c41964f04d88ba22a4e7884be WHIRLPOOL 0511c0c2874f4d982805eecbcddaf1d7e97244cbc9b26277bca5be0f6c9affad0ad7ba0673f5c6d946ecfce71b0dda67c3fb82bfd96260ba9e62fbf04ce6b72f diff --git a/dev-ruby/mercenary/mercenary-0.3.6.ebuild b/dev-ruby/mercenary/mercenary-0.3.6.ebuild new file mode 100644 index 0000000..15ec3bc --- /dev/null +++ b/dev-ruby/mercenary/mercenary-0.3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_EXTRADOC="History.markdown README.md" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="Lightweight and flexible library for writing command-line apps" +HOMEPAGE="https://github.com/jekyll/mercenary" + +IUSE="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"