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 CB971138334 for ; Sun, 30 Jun 2019 07:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D308E085B; Sun, 30 Jun 2019 07:23:41 +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 40B81E085B for ; Sun, 30 Jun 2019 07:23:41 +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 B0A54346CF0 for ; Sun, 30 Jun 2019 07:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B0262C for ; Sun, 30 Jun 2019 07:23:37 +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: <1561879403.4a7faa481656a8433e75f7368054acf4eec7a10b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/filesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/filesize/Manifest dev-ruby/filesize/filesize-0.1.1.ebuild X-VCS-Directories: dev-ruby/filesize/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4a7faa481656a8433e75f7368054acf4eec7a10b X-VCS-Branch: master Date: Sun, 30 Jun 2019 07:23:37 +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: 0a1fac5b-a105-4c08-8ba7-fce9722c06fc X-Archives-Hash: 051fb1c1abe8b7ba9c1ef2195ad02e3f commit: 4a7faa481656a8433e75f7368054acf4eec7a10b Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 30 07:20:49 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 30 07:23:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7faa48 dev-ruby/filesize: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/filesize/Manifest | 1 - dev-ruby/filesize/filesize-0.1.1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ruby/filesize/Manifest b/dev-ruby/filesize/Manifest index 860a281de67..5b2272edc55 100644 --- a/dev-ruby/filesize/Manifest +++ b/dev-ruby/filesize/Manifest @@ -1,2 +1 @@ -DIST filesize-0.1.1.gem 8192 BLAKE2B cf2edeeb5b0b1954c6a2233dbf43356c639f611ec289b18f73043f17b26b57611c81da1707ee4c6bb0ad65bfafbf9e9212398af184f3eafd53b290d70b80129b SHA512 2c7e94feb2433c9a1c1545e817616a7551f5d02f441b2564d96499b8fea0e47b74843b3d06d959273fc000800eea87bb7bc1c643369a4d724b8ba19b53de6283 DIST filesize-0.2.0.gem 8192 BLAKE2B dddf9a19712d03bed55d234f89a4d2ec9afb713ea8d2f63ad8cf9c1daf6ee9d8e6a7219dcd7c76b19a548e3d58ed4712b4c953ee1c573706ae010042c81c41d2 SHA512 87d13278e62fc6ff7ef08f9a287951a1ac3f502b69e1c3b9f5579971a2ad167875f4028a1f51f24f3bb54de38f7cb0e735ab3763bf8774ceeda68c8d3f8de42a diff --git a/dev-ruby/filesize/filesize-0.1.1.ebuild b/dev-ruby/filesize/filesize-0.1.1.ebuild deleted file mode 100644 index d0230b3fd31..00000000000 --- a/dev-ruby/filesize/filesize-0.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="small ruby class for handling filesizes with both the SI and binary prefixes" -HOMEPAGE="https://github.com/dominikh/filesize" - -LICENSE="MIT" -SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~x86" -IUSE=""