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 D4523138359 for ; Fri, 11 Sep 2020 05:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FD7E09BB; Fri, 11 Sep 2020 05:14:10 +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 6A19BE09BB for ; Fri, 11 Sep 2020 05:14:10 +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 67220340D6E for ; Fri, 11 Sep 2020 05:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5B43373 for ; Fri, 11 Sep 2020 05:14:05 +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: <1599801172.9a3d3467de4a7035ffbb6b7bdd1e0e2fb93820a0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/necromancer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/necromancer/Manifest dev-ruby/necromancer/necromancer-0.5.0.ebuild X-VCS-Directories: dev-ruby/necromancer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a3d3467de4a7035ffbb6b7bdd1e0e2fb93820a0 X-VCS-Branch: master Date: Fri, 11 Sep 2020 05:14:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b10c2f0-ab40-4dc6-9c69-6c3027d36235 X-Archives-Hash: 4fcfb6c9398e2aef08cea2d2aecc06e3 commit: 9a3d3467de4a7035ffbb6b7bdd1e0e2fb93820a0 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 11 05:12:52 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 11 05:12:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d3467 dev-ruby/necromancer: cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/necromancer/Manifest | 1 - dev-ruby/necromancer/necromancer-0.5.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ruby/necromancer/Manifest b/dev-ruby/necromancer/Manifest index 692d7a5ebd7..c85817b490c 100644 --- a/dev-ruby/necromancer/Manifest +++ b/dev-ruby/necromancer/Manifest @@ -1,2 +1 @@ -DIST necromancer-0.5.0.gem 19968 BLAKE2B c9cce66c913443ee3b74f603e72f05347de052416499aed65b3b06f4062497d0dbe6a0b8a50cc853096878acf524d0125ca9f76770f7fee122df6a2fc6bd6a3b SHA512 582f566eec1bbf418d4466ba334e20a28b4e44c53ecdb41b62637e58b1a9337faf7af9c8af6a32ab9e49241ec1f5fde5f54d27d227e196478580c1c814e7c0ce DIST necromancer-0.5.1.gem 19968 BLAKE2B 32bf97caea056a1290ad574a32dbd8f9f258d0830694b28c3691d9d39039fcf6fb1d66c909f720350f455399fbbc9e416354de99bdad532d94843a8f8f1fdab5 SHA512 439358288bbdba674de9ebc4e43ddbba2fd8602c25114fff7a4c93fa11eb5d2a21aae7b6a95d82e78216fa19b5254270292e2e609fd08d6954f2b39afb9a3854 diff --git a/dev-ruby/necromancer/necromancer-0.5.0.ebuild b/dev-ruby/necromancer/necromancer-0.5.0.ebuild deleted file mode 100644 index 2bf99910c6c..00000000000 --- a/dev-ruby/necromancer/necromancer-0.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Conversion from one object type to another with a bit of black magic" -HOMEPAGE="https://github.com/piotrmurach/necromancer" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die -}