Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ascii85/
Date: Sat, 30 Apr 2022 09:08:09
Message-Id: 1651309676.f8f5250e7df19c219237c91541f021acfb32a84d.graaff@gentoo
1 commit: f8f5250e7df19c219237c91541f021acfb32a84d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 06:22:33 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 09:07:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f5250e
7
8 dev-ruby/ascii85: drop 1.0.3
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ascii85/Manifest | 1 -
13 dev-ruby/ascii85/ascii85-1.0.3.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-ruby/ascii85/Manifest b/dev-ruby/ascii85/Manifest
17 index d2705ed078a9..7fd17a784ad2 100644
18 --- a/dev-ruby/ascii85/Manifest
19 +++ b/dev-ruby/ascii85/Manifest
20 @@ -1,2 +1 @@
21 -DIST Ascii85-1.0.3.gem 11776 BLAKE2B e08bbc089546dd3b91ff5fd85b8652dd6f5c06025c29ac67004bd7d4c7bb8fc38c77b604dd5a884970b05041e173f37eaf895f0bb9ac1947ce70e4f0cc54906c SHA512 b324ff06ea0cd46a679619a2bfca9f05c30ece9f0342f8a8d097841f3fb4dbb29cf4b6f6832742c50fe5a51895a9048308981be296466422269ce34c4d936f5c
22 DIST Ascii85-1.1.0.gem 12288 BLAKE2B 637ee421b51ec8ee88f00c32acc4d05a818fe7a26ec9f512a207d5c2e8c9b99e9866b904451a2ae811f024cd26b810b3dfbc346b6d935fd135a2c2615f2453ef SHA512 f160dbc06f49aaf1c678ece5b94fab4c3878cf7fe6accc267e64505e412072cb28b9dc28ec1ed8bf01ddbd7c08c920d95fbe182f756072d614b9827f6ec50094
23
24 diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
25 deleted file mode 100644
26 index 5ccf1f7ba102..000000000000
27 --- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
39 -
40 -RUBY_FAKEGEM_NAME="Ascii85"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name"
45 -HOMEPAGE="https://github.com/datawraith/ascii85gem"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
50 -IUSE="test"
51 -
52 -ruby_add_bdepend "test? ( dev-ruby/minitest )"
53 -
54 -all_ruby_prepare() {
55 - rm Gemfile || die
56 - sed -i -e '/[Bb]undler/d' Rakefile || die
57 -}