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 790921391DB for ; Tue, 25 Mar 2014 10:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C00E0A5E; Tue, 25 Mar 2014 10:56:46 +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 86BABE0A5F for ; Tue, 25 Mar 2014 10:56:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B08A033FB61 for ; Tue, 25 Mar 2014 10:56:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4E34F188F9 for ; Tue, 25 Mar 2014 10:56:42 +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: <1393853820.e8d62801d53067c48985cbfce8e2002cb46f427a.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/combustion/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/combustion/ChangeLog dev-ruby/combustion/Manifest dev-ruby/combustion/combustion-0.5.1.ebuild dev-ruby/combustion/metadata.xml X-VCS-Directories: dev-ruby/combustion/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e8d62801d53067c48985cbfce8e2002cb46f427a X-VCS-Branch: master Date: Tue, 25 Mar 2014 10:56:42 +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: 063da6cc-8d74-48bf-9617-ad0a7ff6701a X-Archives-Hash: ae075a6b707fdaf4ef365283f0dadbee commit: e8d62801d53067c48985cbfce8e2002cb46f427a Author: Hans de Graaff degraaff org> AuthorDate: Mon Mar 3 13:37:00 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 3 13:37:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e8d62801 Initial import. Package-Manager: portage-2.2.7 --- dev-ruby/combustion/ChangeLog | 10 ++++++++++ dev-ruby/combustion/Manifest | 1 + dev-ruby/combustion/combustion-0.5.1.ebuild | 26 ++++++++++++++++++++++++++ dev-ruby/combustion/metadata.xml | 5 +++++ 4 files changed, 42 insertions(+) diff --git a/dev-ruby/combustion/ChangeLog b/dev-ruby/combustion/ChangeLog new file mode 100644 index 0000000..e1c7b03 --- /dev/null +++ b/dev-ruby/combustion/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/combustion +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*combustion-0.5.1 (03 Mar 2014) + + 03 Mar 2014; Hans de Graaff +combustion-0.5.1.ebuild, + +metadata.xml: + Initial import. + diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest new file mode 100644 index 0000000..ec3a202 --- /dev/null +++ b/dev-ruby/combustion/Manifest @@ -0,0 +1 @@ +DIST combustion-0.5.1.gem 13312 SHA256 2c41a6faa674c1ba0e5d4ac428b1bebd0e63760952e0fc64b36c0c45343bcdc5 SHA512 35d60fd7aae5b28ec909d404a27cc199b65865feeaee66ef691eb4175327324d6007ffc45629d8442f2cf5f4ef25ae254eafa67884943037dda798c196e34af7 WHIRLPOOL f7e2d7c28b74292f57d573a3fe6cd141602eea985797678e288c58ede6d5a77d8286895cc1cc99d2d2f8fd7b60303015629b56c941d7c74abd296c5fadd1634d diff --git a/dev-ruby/combustion/combustion-0.5.1.ebuild b/dev-ruby/combustion/combustion-0.5.1.ebuild new file mode 100644 index 0000000..d88a7aa --- /dev/null +++ b/dev-ruby/combustion/combustion-0.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Elegant Rails Engine Testing" +HOMEPAGE="https://github.com/pat/combustion" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/activesupport-3.0.0 + >=dev-ruby/railties-3.0.0 + >=dev-ruby/thor-0.14.6 +" diff --git a/dev-ruby/combustion/metadata.xml b/dev-ruby/combustion/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-ruby/combustion/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org +