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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5657D158020 for ; Sun, 4 Dec 2022 15:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8524AE086D; Sun, 4 Dec 2022 15:08:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56E06E086D for ; Sun, 4 Dec 2022 15:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B89A341321 for ; Sun, 4 Dec 2022 15:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC427775 for ; Sun, 4 Dec 2022 15:08:00 +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: <1670166318.723bf8cb0476754bad7e53bcfd40a636b72d9f80.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.1.ebuild X-VCS-Directories: dev-ruby/necromancer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 723bf8cb0476754bad7e53bcfd40a636b72d9f80 X-VCS-Branch: master Date: Sun, 4 Dec 2022 15:08:00 +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: 09b88f1c-a1cc-4c1b-9440-164d7cb81a41 X-Archives-Hash: 12ccf3b032fbe563afdf59b10279d6d3 commit: 723bf8cb0476754bad7e53bcfd40a636b72d9f80 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 4 10:48:08 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 4 15:05:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723bf8cb dev-ruby/necromancer: drop 0.5.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/necromancer/Manifest | 1 - dev-ruby/necromancer/necromancer-0.5.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/necromancer/Manifest b/dev-ruby/necromancer/Manifest index 0e7eb24324b5..ee9c8917db5c 100644 --- a/dev-ruby/necromancer/Manifest +++ b/dev-ruby/necromancer/Manifest @@ -1,2 +1 @@ -DIST necromancer-0.5.1.gem 19968 BLAKE2B 32bf97caea056a1290ad574a32dbd8f9f258d0830694b28c3691d9d39039fcf6fb1d66c909f720350f455399fbbc9e416354de99bdad532d94843a8f8f1fdab5 SHA512 439358288bbdba674de9ebc4e43ddbba2fd8602c25114fff7a4c93fa11eb5d2a21aae7b6a95d82e78216fa19b5254270292e2e609fd08d6954f2b39afb9a3854 DIST necromancer-0.7.0.tar.gz 22784 BLAKE2B b895677d0293adabd9c30d44c33131c69b9b30c24deca41d257c75d586cf44e34d68a090c8618a3040622be93fca3c4e637bb7510ff5db586c0392c47ee4e389 SHA512 873284964e55a0be0265675860b22345f7d46d8b49ccebb5cbe7a2103bfcb639443c3ad3af5d6d6f07d1bb2bc16dd945dc8c0a39b803640e866b82317d5f67b9 diff --git a/dev-ruby/necromancer/necromancer-0.5.1.ebuild b/dev-ruby/necromancer/necromancer-0.5.1.ebuild deleted file mode 100644 index 39ac9d3e5b58..000000000000 --- a/dev-ruby/necromancer/necromancer-0.5.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -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 -}