summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2023-02-09 23:31:29 +0900
committerNaohiro Aota <naota@gentoo.org>2023-04-05 17:25:14 +0900
commit014bf5b54474af9e4c802bfd62987bb0f47bbf69 (patch)
tree64f1a036b031d2e17466ce88db2e5af5d8b544a3 /dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild
parentdev-ruby/ruby-poppler: add 4.1.2 (diff)
downloadgentoo-014bf5b54474af9e4c802bfd62987bb0f47bbf69.tar.gz
gentoo-014bf5b54474af9e4c802bfd62987bb0f47bbf69.tar.bz2
gentoo-014bf5b54474af9e4c802bfd62987bb0f47bbf69.zip
dev-ruby/ruby-atk: add 4.1.2
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild')
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild
new file mode 100644
index 000000000000..aa465ae64b69
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE=""
+RDEPEND+=" dev-libs/atk[introspection]"
+
+ruby_add_rdepend "
+ ~dev-ruby/ruby-glib2-${PV}
+ ~dev-ruby/ruby-gobject-introspection-${PV}"