summaryrefslogtreecommitdiff
path: root/dev-ruby/bindata/bindata-2.4.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-12 16:32:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-12 16:32:46 +0100
commitd0e460d711ba47fcff5bf5cd57355d0853795dc5 (patch)
tree2e53c3c67e31304c8a141a8cfa9f157d1b139947 /dev-ruby/bindata/bindata-2.4.14.ebuild
parenteb3ae345f026de053870dfa589779989d300ebef (diff)
gentoo auto-resync : 12:07:2023 - 16:32:45
Diffstat (limited to 'dev-ruby/bindata/bindata-2.4.14.ebuild')
-rw-r--r--dev-ruby/bindata/bindata-2.4.14.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/bindata/bindata-2.4.14.ebuild b/dev-ruby/bindata/bindata-2.4.14.ebuild
deleted file mode 100644
index ddade981b0e8..000000000000
--- a/dev-ruby/bindata/bindata-2.4.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata"
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' Rakefile || die
- sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}