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 D5C11138330 for ; Sat, 8 Oct 2016 05:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC4BE0B26; Sat, 8 Oct 2016 05:49:33 +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 83B9FE0B10 for ; Sat, 8 Oct 2016 05:49:32 +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 79A553414AD for ; Sat, 8 Oct 2016 05:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7904624A9 for ; Sat, 8 Oct 2016 05:49:28 +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: <1475905730.16d7381d2608ef02c492fb989d95f756de2e1d2d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sdoc/Manifest dev-ruby/sdoc/sdoc-0.4.2.ebuild X-VCS-Directories: dev-ruby/sdoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 16d7381d2608ef02c492fb989d95f756de2e1d2d X-VCS-Branch: master Date: Sat, 8 Oct 2016 05:49:28 +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: 7a2255c7-9698-448c-bc2a-c549992987ab X-Archives-Hash: d4f3ac8486a4fb3a758dc3e13d05d112 commit: 16d7381d2608ef02c492fb989d95f756de2e1d2d Author: Hans de Graaff gentoo org> AuthorDate: Sat Oct 8 05:48:50 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Oct 8 05:48:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d7381d dev-ruby/sdoc: add 0.4.2 Package-Manager: portage-2.3.0 dev-ruby/sdoc/Manifest | 1 + dev-ruby/sdoc/sdoc-0.4.2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ruby/sdoc/Manifest b/dev-ruby/sdoc/Manifest index 4726894..cb417a2 100644 --- a/dev-ruby/sdoc/Manifest +++ b/dev-ruby/sdoc/Manifest @@ -1 +1,2 @@ DIST sdoc-0.4.1.gem 281088 SHA256 177b6c1d55f33afb337d704f4ec3f9a7a4a958abbb6bd3a6cb91c890a372be9b SHA512 2c68b5d49ac29d453440447869b4567554d5fb722ea17b06935184d6df7e972d73a5323c1d8777461c196fa3cceb9380f8c50f824bad9a665b36ab6cc4cc3a71 WHIRLPOOL 7cfe1d9fc79dcf8edcf6348f188cef4d49fbf17889ba7591cc2ec0d033aa30f525bd574e4549e37327c442831e326a4a513e37cb95ab9f4e02d7731236861a4f +DIST sdoc-0.4.2.gem 282112 SHA256 361d33a927490089b6560efecff460e9a9d2e608952482e0633857bb41f01b62 SHA512 2c3aef526b22fbcae1fc4911daca6499df677b4a22364f9ec5598ff3feb74242d0e00d93a16df741d2e383c297835a89ab4fa8122faef00492d7a97ae7e77b1b WHIRLPOOL 2a1c5c52cf95e2fa110f3ee83928c8b518f605eb4f50b93904317560bd8ca5a11f177af5edf4539cacef60965289dfc4e5cf0cf90736a6da24054896dfa668fb diff --git a/dev-ruby/sdoc/sdoc-0.4.2.ebuild b/dev-ruby/sdoc/sdoc-0.4.2.ebuild new file mode 100644 index 00000000..7199178 --- /dev/null +++ b/dev-ruby/sdoc/sdoc-0.4.2.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="ruby20 ruby21 ruby22 ruby23" + +inherit ruby-fakegem + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_TASK_TEST="spec" + +DESCRIPTION="rdoc generator html with javascript search index" +HOMEPAGE="https://rubygems.org/gems/sdoc" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/json-1.7:0 + =dev-ruby/rdoc-4*" + +ruby_add_bdepend "test? ( dev-ruby/minitest:0 )" + +all_ruby_prepare() { + sed -i -e '/git ls-files/ s:^:#:' sdoc.gemspec || die +}