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 CA30A1382C5 for ; Thu, 12 Apr 2018 05:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B5FE08FF; Thu, 12 Apr 2018 05:49:54 +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 D8FC8E08F9 for ; Thu, 12 Apr 2018 05:49:53 +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 1F245335C75 for ; Thu, 12 Apr 2018 05:49:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A23260 for ; Thu, 12 Apr 2018 05:49:51 +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: <1523512179.721cf8dd2efe40a217b74b732a4474990f337761.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.1.ebuild X-VCS-Directories: dev-ruby/sdoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 721cf8dd2efe40a217b74b732a4474990f337761 X-VCS-Branch: master Date: Thu, 12 Apr 2018 05:49:51 +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: a7146eb4-2479-474a-abd1-2e558d467a5d X-Archives-Hash: 6d4ed184e5fcdefbd29c44a3082250be commit: 721cf8dd2efe40a217b74b732a4474990f337761 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 12 05:42:02 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 12 05:49:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721cf8dd dev-ruby/sdoc: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/sdoc/Manifest | 1 - dev-ruby/sdoc/sdoc-0.4.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/sdoc/Manifest b/dev-ruby/sdoc/Manifest index 7cb12d9109a..c8675d3fcb1 100644 --- a/dev-ruby/sdoc/Manifest +++ b/dev-ruby/sdoc/Manifest @@ -1,2 +1 @@ -DIST sdoc-0.4.1.gem 281088 BLAKE2B 3a744a2f3209044c5b60e5bea3412e0fbbe3fd059fbc77c9cae576ea20b3fc091b09395e7ca274596ddfdf690ebc9da009592a3f1d587c2da15cf07dcc690768 SHA512 2c68b5d49ac29d453440447869b4567554d5fb722ea17b06935184d6df7e972d73a5323c1d8777461c196fa3cceb9380f8c50f824bad9a665b36ab6cc4cc3a71 DIST sdoc-0.4.2.gem 282112 BLAKE2B d3ea14735e35d9da6562e19f6b1b5bb3fad915ec235f64bce460d02d574d0da50d81d1e09a3b3753bbf199da5cde80f78ffff17a66f9a42f9b7925b9b1bc38f2 SHA512 2c3aef526b22fbcae1fc4911daca6499df677b4a22364f9ec5598ff3feb74242d0e00d93a16df741d2e383c297835a89ab4fa8122faef00492d7a97ae7e77b1b diff --git a/dev-ruby/sdoc/sdoc-0.4.1.ebuild b/dev-ruby/sdoc/sdoc-0.4.1.ebuild deleted file mode 100644 index 162047e3096..00000000000 --- a/dev-ruby/sdoc/sdoc-0.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -}