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 AC98D1396D9 for ; Wed, 25 Oct 2017 05:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C92D62BC010; Wed, 25 Oct 2017 05:05:38 +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 A02CF2BC010 for ; Wed, 25 Oct 2017 05:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1217533BEC0 for ; Wed, 25 Oct 2017 05:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC98282A for ; Wed, 25 Oct 2017 05:05:35 +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: <1508907905.409c4a9c8042b92f9bbe7d5f6150d1e2ffc72dee.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/globalid/Manifest dev-ruby/globalid/globalid-0.4.1.ebuild X-VCS-Directories: dev-ruby/globalid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 409c4a9c8042b92f9bbe7d5f6150d1e2ffc72dee X-VCS-Branch: master Date: Wed, 25 Oct 2017 05:05:35 +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: fcc3da7b-29f5-4724-b5c7-badc557ea143 X-Archives-Hash: 3ca55caf978cd58192da010eee699ac0 commit: 409c4a9c8042b92f9bbe7d5f6150d1e2ffc72dee Author: Hans de Graaff gentoo org> AuthorDate: Wed Oct 25 05:05:05 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Oct 25 05:05:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409c4a9c dev-ruby/globalid: add 0.4.1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ruby/globalid/Manifest | 1 + dev-ruby/globalid/globalid-0.4.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/globalid/Manifest b/dev-ruby/globalid/Manifest index fc4e4534eb6..acb0f781ff4 100644 --- a/dev-ruby/globalid/Manifest +++ b/dev-ruby/globalid/Manifest @@ -1 +1,2 @@ DIST globalid-0.4.0.tar.gz 18087 SHA256 58cdc29d1062f7b34b04910f323b523ca23abb308f19e68e82a9c785f576e4f3 SHA512 181ee39c12bffe16048b6ae77064f9a9f7babbc8fab43893c8eb89f98571ecd6cbe0032174a9ed6db04398e5f848d718a9ec2d587ac6cfdac4478c7e80284a61 WHIRLPOOL 0a5ec731f7113dab91d39798618438ea1aa01dd66ad72c20539f419635944a5414a7e5f57e66add8a7f98e8eb5a580654db2524e2b16e9c41590050cc2286559 +DIST globalid-0.4.1.tar.gz 17924 SHA256 d4a00a08cf046d8d50fa4a426fc49fcec24019b2e6c3561dc5aa09a3dd4269b3 SHA512 da484c6c7e8155416d008d650929c6b72981d2ae2d1654eb02e414838a065dad9b4ba3c6e275abb008a0d9cad1e2d4d5295d90807c7d7fc73e55b7071c0fd657 WHIRLPOOL 288e73fc0eb1eefbf07c0fd7c94def85578ca64e9f93710952dfe4edb68abbf0db08fd0428ece63d74b36c14772407670a97f091b7c08348de7f82b9fc486dd9 diff --git a/dev-ruby/globalid/globalid-0.4.1.ebuild b/dev-ruby/globalid/globalid-0.4.1.ebuild new file mode 100644 index 00000000000..875ada0757c --- /dev/null +++ b/dev-ruby/globalid/globalid-0.4.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Reference models by URI" +HOMEPAGE="https://github.com/rails/globalid" +SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 >=dev-ruby/railties-4.2.0 )" +ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*" + +all_ruby_prepare() { + rm -f Gemfile.lock || die +}