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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EDD8158042 for ; Thu, 14 Nov 2024 10:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F8DE0843; Thu, 14 Nov 2024 10:55:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2489E0843 for ; Thu, 14 Nov 2024 10:55:33 +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 03509335D72 for ; Thu, 14 Nov 2024 10:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306601626 for ; Thu, 14 Nov 2024 10:55:31 +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: <1731581722.d8169b1311078de02cfb66996faebc18c36467f2.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.1.0-r1.ebuild X-VCS-Directories: dev-ruby/ascii85/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d8169b1311078de02cfb66996faebc18c36467f2 X-VCS-Branch: master Date: Thu, 14 Nov 2024 10:55:31 +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: 94ad0a6e-122e-460d-b09a-b93ecacc0113 X-Archives-Hash: 3efde4379ff523b32085466c9b929b76 commit: d8169b1311078de02cfb66996faebc18c36467f2 Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 14 10:42:12 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 14 10:55:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8169b13 dev-ruby/ascii85: drop 1.1.0-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ascii85/Manifest | 1 - dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest index ed01439fe4d7..d05519f6cb71 100644 --- a/dev-ruby/ascii85/Manifest +++ b/dev-ruby/ascii85/Manifest @@ -1,2 +1 @@ -DIST Ascii85-1.1.0.gem 12288 BLAKE2B 637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef SHA512 f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094 DIST Ascii85-1.1.1.gem 12288 BLAKE2B 7886cc4e7745ace8bc615305f13e4cd081805b3d3eabc6d05fb84fb2bc1c3c26916ba1e4b8e891246fcd3b7c10320f90e994022f99723bb7692c13cda67af72a SHA512 6d2f9941ed88d4e7c3867a8c9da1bf56696195447be5f9edd5fc0f62231e60c2786363823703c26da9d614d776866a93a983d7e64a631532315c51b6eb258045 diff --git a/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild deleted file mode 100644 index 49be7903af52..000000000000 --- a/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -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" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die -}