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 5E71C138331 for ; Fri, 27 Apr 2018 09:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC481E095F; Fri, 27 Apr 2018 09:03:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B6240E0953 for ; Fri, 27 Apr 2018 09:03:51 +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 8D8E9335C86 for ; Fri, 27 Apr 2018 09:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB46F2A3 for ; Fri, 27 Apr 2018 09:03:47 +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: <1524819755.33008a57a6e409c8514f1dad8f21e8224d203c79.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: 33008a57a6e409c8514f1dad8f21e8224d203c79 X-VCS-Branch: master Date: Fri, 27 Apr 2018 09:03:47 +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: bfd5debc-9523-47ad-a820-8013058d89d3 X-Archives-Hash: a0dd26ac487381b7af817847c619649c commit: 33008a57a6e409c8514f1dad8f21e8224d203c79 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 27 09:02:35 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 27 09:02:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33008a57 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.2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/sdoc/Manifest b/dev-ruby/sdoc/Manifest index b00ab9849be..076613d8139 100644 --- a/dev-ruby/sdoc/Manifest +++ b/dev-ruby/sdoc/Manifest @@ -1,2 +1 @@ -DIST sdoc-0.4.2.gem 282112 BLAKE2B d3ea14735e35d9da6562e19f6b1b5bb3fad915ec235f64bce460d02d574d0da50d81d1e09a3b3753bbf199da5cde80f78ffff17a66f9a42f9b7925b9b1bc38f2 SHA512 2c3aef526b22fbcae1fc4911daca6499df677b4a22364f9ec5598ff3feb74242d0e00d93a16df741d2e383c297835a89ab4fa8122faef00492d7a97ae7e77b1b DIST sdoc-1.0.0.gem 268800 BLAKE2B 238b36af9909e7329f6b54e297b4e03f27e8850bee2cb65483c9b912b92c16933639fba5f085ae8c30f808cbd6a94d1b34b5bb45af3f1d9a7fc37a4ea45f32f8 SHA512 cee8be23a2bc53dc3e052e183405ae17546594e2b1b87b7d83c8dc527b2c4bd71a5f642f52ae489f4990ba5d3571c23b590b6a562d677b32597cdeeb08c63a38 diff --git a/dev-ruby/sdoc/sdoc-0.4.2.ebuild b/dev-ruby/sdoc/sdoc-0.4.2.ebuild deleted file mode 100644 index 162047e3096..00000000000 --- a/dev-ruby/sdoc/sdoc-0.4.2.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 -}