dev-ruby/ruby-gnumeric: add new package

This is a new dependency of dev-ruby/ruby-gnome2-3.4.1

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Naohiro Aota <naota@gentoo.org>
This commit is contained in:
Naohiro Aota
2020-02-10 18:23:29 +09:00
parent 634e006202
commit 09b3c1c8d2
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST ruby-gnome2-3.4.3.tar.gz 3136727 BLAKE2B 3b85136b90e7a9de14f38fbdb55d9c143719e697ff60fdd4c09921b5d0c6363cf27b7b2da55d93a95d302e62879c321df20e729d4a3d9d2e8d1f2a4afb8c6e49 SHA512 ac4614647c20080eb850d47938b00eb69730aef6672a35cf290619a5c3e01007ac59e75995e36398a0ddaed61db2f4ccdf9d26d2453fff9d5160073ee73081b8

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">ruby-gnome/ruby-gnome</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_GNOME2_NEED_VIRTX=yes
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gnumeric bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND+=" app-office/gnumeric[introspection]"
RDEPEND+=" app-office/gnumeric[introspection]"
ruby_add_bdepend "~dev-ruby/ruby-goffice-${PV}"
ruby_add_rdepend "~dev-ruby/ruby-goffice-${PV}"
# Test is currently disabled.
# https://github.com/ruby-gnome/ruby-gnome/blob/master/gnumeric/test/test-convert.rb#L27
each_ruby_test() {
:
}