summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-07-07 07:18:34 +0200
committerHans de Graaff <graaff@gentoo.org>2023-07-07 07:18:47 +0200
commitc3dbe423bdee1bf2702a6cd7ff98b0d02246a01c (patch)
treef144587b9b3a220e53113e7de6c2debee8bd7ac2 /dev-ruby/columnize
parentdev-ruby/countdownlatch: enable ruby32 (diff)
downloadgentoo-c3dbe423bdee1bf2702a6cd7ff98b0d02246a01c.tar.gz
gentoo-c3dbe423bdee1bf2702a6cd7ff98b0d02246a01c.tar.bz2
gentoo-c3dbe423bdee1bf2702a6cd7ff98b0d02246a01c.zip
dev-ruby/columnize: update EAPI 7 -> 8
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/columnize')
-rw-r--r--dev-ruby/columnize/columnize-0.9.0-r2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/columnize/columnize-0.9.0-r2.ebuild b/dev-ruby/columnize/columnize-0.9.0-r2.ebuild
new file mode 100644
index 000000000000..536f5a6bd0f9
--- /dev/null
+++ b/dev-ruby/columnize/columnize-0.9.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sorts an array in column order"
+HOMEPAGE="https://github.com/rocky/columnize"
+
+LICENSE="|| ( GPL-2 Ruby )"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""