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 E3C6715808E for ; Sat, 30 Apr 2022 09:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5209E092D; Sat, 30 Apr 2022 09:08:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 296A5E092A for ; Sat, 30 Apr 2022 09:08:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38EF7341611 for ; Sat, 30 Apr 2022 09:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3906B447 for ; Sat, 30 Apr 2022 09:08:03 +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: <1651309676.f8f5250e7df19c219237c91541f021acfb32a84d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ascii85/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ascii85/Manifest dev-ruby/ascii85/ascii85-1.0.3.ebuild X-VCS-Directories: dev-ruby/ascii85/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f8f5250e7df19c219237c91541f021acfb32a84d X-VCS-Branch: master Date: Sat, 30 Apr 2022 09:08:03 +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: a9837e59-0403-4fea-9386-12a2852f80fd X-Archives-Hash: 8d1d35f31e1c62df52f53ae2f35d7935 commit: f8f5250e7df19c219237c91541f021acfb32a84d Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 30 06:22:33 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 30 09:07:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f5250e dev-ruby/ascii85: drop 1.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ascii85/Manifest | 1 - dev-ruby/ascii85/ascii85-1.0.3.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest index d2705ed078a9..7fd17a784ad2 100644 --- a/dev-ruby/ascii85/Manifest +++ b/dev-ruby/ascii85/Manifest @@ -1,2 +1 @@ -DIST Ascii85-1.0.3.gem 11776 BLAKE2B e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c SHA512 b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c DIST Ascii85-1.1.0.gem 12288 BLAKE2B 637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef SHA512 f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094 diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild b/dev-ruby/ascii85/ascii85-1.0.3.ebuild deleted file mode 100644 index 5ccf1f7ba102..000000000000 --- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md History.txt" - -RUBY_FAKEGEM_NAME="Ascii85" - -inherit ruby-fakegem - -DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name" -HOMEPAGE="https://github.com/datawraith/ascii85gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die -}