summaryrefslogtreecommitdiff
path: root/dev-ruby/ascii85/ascii85-2.0.1.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-11-14 11:50:17 +0100
committerHans de Graaff <graaff@gentoo.org>2024-11-14 11:55:22 +0100
commit011242d90c2475f1fd7a75feeabf2ba5b139b02f (patch)
tree6426db4a08587ed896f703a9d96a5ecde7ceda7c /dev-ruby/ascii85/ascii85-2.0.1.ebuild
parentd8169b1311078de02cfb66996faebc18c36467f2 (diff)
downloadgentoo-011242d90c2475f1fd7a75feeabf2ba5b139b02f.tar.gz
gentoo-011242d90c2475f1fd7a75feeabf2ba5b139b02f.tar.bz2
gentoo-011242d90c2475f1fd7a75feeabf2ba5b139b02f.zip
dev-ruby/ascii85: add 2.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ascii85/ascii85-2.0.1.ebuild')
-rw-r--r--dev-ruby/ascii85/ascii85-2.0.1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/ascii85/ascii85-2.0.1.ebuild b/dev-ruby/ascii85/ascii85-2.0.1.ebuild
new file mode 100644
index 000000000000..649186f30073
--- /dev/null
+++ b/dev-ruby/ascii85/ascii85-2.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 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 CHANGELOG.md"
+
+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="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_rdepend "!<dev-ruby/ascii85-1.1.1-r1"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ rm Gemfile || die
+ sed -i -e '/[Bb]undler/d' Rakefile || die
+}