From 85a2a2153ef8027c2ba1be45143cd91914be0ad0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Apr 2023 23:15:56 +0100 Subject: gentoo auto-resync : 01:04:2023 - 23:15:55 --- dev-ruby/ascii85/Manifest | 2 +- dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild | 27 +++++++++++++++++++++++++++ dev-ruby/ascii85/ascii85-1.1.0.ebuild | 28 ---------------------------- 3 files changed, 28 insertions(+), 29 deletions(-) create mode 100644 dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild delete mode 100644 dev-ruby/ascii85/ascii85-1.1.0.ebuild (limited to 'dev-ruby/ascii85') diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest index 218e5a9ba856..8134b4f107b5 100644 --- a/dev-ruby/ascii85/Manifest +++ b/dev-ruby/ascii85/Manifest @@ -1,3 +1,3 @@ DIST Ascii85-1.1.0.gem 12288 BLAKE2B 637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef SHA512 f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094 -EBUILD ascii85-1.1.0.ebuild 658 BLAKE2B 350c007dce597a71971b4bd635ebe08c44ed5152ebee7a3758be91cad0e4972257fc47f319666667c6f26c977c059fa096e997fecc3ac9e62395ea71100e0214 SHA512 d15452a137048eaa7d72c7d169970dd3c75e1cd8810e7c9dbc71c1ad54c6a0fddc80bbf2db43e0fc76ce4d23564c248bd9e605c297f39e0192cd81279d6fd392 +EBUILD ascii85-1.1.0-r1.ebuild 646 BLAKE2B 760ed18965a60a6a4b505df9a4aee278e3f34a47cb04c364a8a8be209be981dc50c34f13741c4bcae3a5623ee0b2acd42f0dd939cf7220b655a9b516fa9acda5 SHA512 cff08392f126db3a508ca3069a1b05e844e04492c23b263fc3c0269fb72357b8bd2d8343bb65a227ba81d6d8fea6a758446ef38f53b445e604a2edcae9b06adf MISC metadata.xml 348 BLAKE2B 9b7110c73591321bc218f8be59bfae081ea4411a2293295e6ccfe661f9024677324a27bd6e37cb26209497561bcc058f90e6706a5a15bf6539cf3b35b346f55e SHA512 8979f0ed7b576f8ffdcb68a7242756fdaa86b7e80a8105b5632d6e677a386ffcd6fe6d8266d8a8b491db4c819b905ed4d9c8acd9bfaa82d75722cde1f151db99 diff --git a/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild new file mode 100644 index 000000000000..6e96f6db44d0 --- /dev/null +++ b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +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 +} diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild b/dev-ruby/ascii85/ascii85-1.1.0.ebuild deleted file mode 100644 index c28d7b412d5a..000000000000 --- a/dev-ruby/ascii85/ascii85-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -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 -} -- cgit v1.2.3