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 1314E1381F3 for ; Thu, 19 Sep 2013 10:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B9BE0B44; Thu, 19 Sep 2013 10:17:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DDE0E0B44 for ; Thu, 19 Sep 2013 10:17:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F8233E788 for ; Thu, 19 Sep 2013 10:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E0B30E530A for ; Thu, 19 Sep 2013 10:17: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: <1379585796.8d5c51f6f6ec6dc427272c2aa0f54386175bdbc6.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/api-versions/ChangeLog dev-ruby/api-versions/Manifest dev-ruby/api-versions/api-versions-1.2.0.ebuild dev-ruby/api-versions/metadata.xml X-VCS-Directories: dev-ruby/api-versions/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8d5c51f6f6ec6dc427272c2aa0f54386175bdbc6 X-VCS-Branch: master Date: Thu, 19 Sep 2013 10:17: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: 1ea4fced-ab77-4394-a0f4-8f8d12903bec X-Archives-Hash: a47d19376162ba1d59b5bdf5a06f3e35 commit: 8d5c51f6f6ec6dc427272c2aa0f54386175bdbc6 Author: Hans de Graaff degraaff org> AuthorDate: Thu Sep 19 10:16:36 2013 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Sep 19 10:16:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8d5c51f6 Initial import. Package-Manager: portage-2.2.1 --- dev-ruby/api-versions/ChangeLog | 10 +++++++++ dev-ruby/api-versions/Manifest | 1 + dev-ruby/api-versions/api-versions-1.2.0.ebuild | 29 +++++++++++++++++++++++++ dev-ruby/api-versions/metadata.xml | 5 +++++ 4 files changed, 45 insertions(+) diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog new file mode 100644 index 0000000..f6dd737 --- /dev/null +++ b/dev-ruby/api-versions/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/api-versions +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*api-versions-1.2.0 (19 Sep 2013) + + 19 Sep 2013; Hans de Graaff +api-versions-1.2.0.ebuild, + +metadata.xml: + Initial import. + diff --git a/dev-ruby/api-versions/Manifest b/dev-ruby/api-versions/Manifest new file mode 100644 index 0000000..82ffc4e --- /dev/null +++ b/dev-ruby/api-versions/Manifest @@ -0,0 +1 @@ +DIST api-versions-1.2.0.gem 13312 SHA256 490336d0c1cf217e4a7ca38a54d9e835e867b02083f50815b5fa0d6f00e66724 SHA512 4c893ff25cd6da397f8764258466961b511d508dc88e9e85ae8598a782cce9d19af8f8639bb735b29d4f0d56939f94bfa2a07283c1ea87f02122a8b5ec2aa44e WHIRLPOOL a0bb6cad88b9f80add726b252850fe45b97d2e440afa0cb4dc80d3c6da614cdb0e5631edd495fb2ecc5287994b617204d8eaa270f4963afe5c441b0f3c6fe130 diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild new file mode 100644 index 0000000..7107a0d --- /dev/null +++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_EXTRADOC="Changes.md README.md" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="a Gem to help you manage your Rails API endpoints" +HOMEPAGE="https://github.com/EDMC/api-versions" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="test" + +# Needs a specific old version of ammeter that is no longer available +# for us. +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/actionpack-3.0 >=dev-ruby/activesupport-3.0" + +ruby_add_bdepend "test? ( dev-ruby/rspec-rails dev-ruby/ammeter )" diff --git a/dev-ruby/api-versions/metadata.xml b/dev-ruby/api-versions/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-ruby/api-versions/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org +