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 82083138359 for ; Sun, 9 Aug 2020 09:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 840E6E0966; Sun, 9 Aug 2020 09:47:40 +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 6C541E0966 for ; Sun, 9 Aug 2020 09:47:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 76A5834F1DC for ; Sun, 9 Aug 2020 09:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 234EF310 for ; Sun, 9 Aug 2020 09:47:38 +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: <1596966449.39428650e04935aac3623174019bba92e9c98260.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mercenary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mercenary/Manifest dev-ruby/mercenary/mercenary-0.3.6.ebuild X-VCS-Directories: dev-ruby/mercenary/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 39428650e04935aac3623174019bba92e9c98260 X-VCS-Branch: master Date: Sun, 9 Aug 2020 09:47:38 +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: f25cd46d-765e-4692-8ded-2037a06422a2 X-Archives-Hash: 4111568989d49e94e18dcbc06d665cea commit: 39428650e04935aac3623174019bba92e9c98260 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 9 07:29:39 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 9 09:47:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39428650 dev-ruby/mercenary: cleanup Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mercenary/Manifest | 1 - dev-ruby/mercenary/mercenary-0.3.6.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ruby/mercenary/Manifest b/dev-ruby/mercenary/Manifest index 202d2ee5974..d7d13bf8fe7 100644 --- a/dev-ruby/mercenary/Manifest +++ b/dev-ruby/mercenary/Manifest @@ -1,2 +1 @@ -DIST mercenary-0.3.6.gem 16896 BLAKE2B 3109dd6e6469713ab11adabeb67eb949e5d343d43fbfa60a207c87d6731d872a0627b16cb237a96e57f59616e9844b19ddf176b0b80aa140f2d4ea36aaf957ae SHA512 90ec97ceaea74c511bcd8227e4f466e4e254ae868db0b61ad5703d0f78d9bb771e431eda0361cc224c721b150c3066d1796c333c41964f04d88ba22a4e7884be DIST mercenary-0.4.0.gem 17920 BLAKE2B 298d4f0e2e44e32d18d8043d0af41094a8ffc041690a022133d2418242d97d56979519d54041be213dbd97eb75217ec4a4f2c6a3335f5a7dfe04aeb9d765a3ed SHA512 1421bef136587f7c7cb3296b115a90f389ec7d61e7bbe6c396249cd5e090ac548c82166bbf2c43cc589725a740faef5b5f0e921fae8e9948fe506f80578045eb diff --git a/dev-ruby/mercenary/mercenary-0.3.6.ebuild b/dev-ruby/mercenary/mercenary-0.3.6.ebuild deleted file mode 100644 index a0406fee6db..00000000000 --- a/dev-ruby/mercenary/mercenary-0.3.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_EXTRADOC="History.markdown README.md" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Lightweight and flexible library for writing command-line apps" -HOMEPAGE="https://github.com/jekyll/mercenary" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64"