diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-11-14 11:42:12 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-14 11:55:22 +0100 |
commit | d8169b1311078de02cfb66996faebc18c36467f2 (patch) | |
tree | d1adad2800055084fcba078079ec883c00927db7 | |
parent | app-backup/bareos: add missing dep (diff) | |
download | gentoo-d8169b1311078de02cfb66996faebc18c36467f2.tar.gz gentoo-d8169b1311078de02cfb66996faebc18c36467f2.tar.bz2 gentoo-d8169b1311078de02cfb66996faebc18c36467f2.zip |
dev-ruby/ascii85: drop 1.1.0-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/ascii85/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild | 27 |
2 files changed, 0 insertions, 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 -} |