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 E423559CB2 for ; Sun, 17 Apr 2016 05:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F1EE08F7; Sun, 17 Apr 2016 05:52:15 +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 77B1AE08F9 for ; Sun, 17 Apr 2016 05:52:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1989B340B37 for ; Sun, 17 Apr 2016 05:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D339CCB for ; Sun, 17 Apr 2016 05:52:08 +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: <1460870919.b3db2ccb7e7ec9007581b072c20aa100a7cc1bc2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pluggaloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pluggaloid/Manifest dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild X-VCS-Directories: dev-ruby/pluggaloid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b3db2ccb7e7ec9007581b072c20aa100a7cc1bc2 X-VCS-Branch: master Date: Sun, 17 Apr 2016 05:52:08 +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: ec79c8ec-5ea4-4995-84d3-fa137f6955bb X-Archives-Hash: 62230f6f979b27995fe38d67f589d1f5 commit: b3db2ccb7e7ec9007581b072c20aa100a7cc1bc2 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 17 05:28:39 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 17 05:28:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3db2ccb dev-ruby/pluggaloid: add 1.1.1 Package-Manager: portage-2.2.26 dev-ruby/pluggaloid/Manifest | 1 + dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ruby/pluggaloid/Manifest b/dev-ruby/pluggaloid/Manifest index 02fa8e1..0275638 100644 --- a/dev-ruby/pluggaloid/Manifest +++ b/dev-ruby/pluggaloid/Manifest @@ -1 +1,2 @@ DIST pluggaloid-1.0.2.gem 11776 SHA256 839fc393f3e249ca3772adfb8e8ea6b4fafb3b570df82d47e6cbc3999fa9f36c SHA512 e9ba908f477bf254e7c3ae9f3736d21aeeb38848bcbd43e2ab995c3d592547c22572d07965096353d82ef38e81d4a489a495e80f9af3927fc937caa04d435275 WHIRLPOOL 9914d5b92870cf87ca26fd913df311628018bb9b93a9fe41e626b70b255f80e46a56effea216914afefc29a97aee3ae928775991e292c24d5faab5234698db43 +DIST pluggaloid-1.1.1.gem 14336 SHA256 f9279fad38d0bf4e20ee70e30882c6cb7916bc764bf72b2f955f0ac0ff0a3a5d SHA512 80453954f98c7fba354455b73538d055a7d9d38e38f16723dcc4b04811286a8e34e413f31d988b86580eb5a4890d5405c78e6798bcf1ca489fd3159b23653070 WHIRLPOOL 9c020c4a11dcaa49f21a086e4fb050f7798beb3465e8db3fb79521f168ae5e072b6c03a6a93dd233cd59422355c76d567d0fa5524e9cc45a8eef7e8d8b5a7586 diff --git a/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild new file mode 100644 index 0000000..da3794f --- /dev/null +++ b/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem +DESCRIPTION="Pluggaloid is extensible plugin system for mikutter" +HOMEPAGE="https://rubygems.org/gems/pluggaloid/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend " + dev-ruby/delayer + dev-ruby/instance_storage:0 +" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die +}