mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/ruby-ole: add 1.2.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ruby-ole-1.2.12.1.gem 56320 SHA256 896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a SHA512 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b WHIRLPOOL adce37b50663479834ceeeda9a8000755a5caa2f774ace9908ed5ca9ed6934ba7a449e4403e0287f16dd5296efbd4f5ae9f9b46578588e3fd01410c205343ef2
|
||||
DIST ruby-ole-1.2.12.gem 56320 SHA256 134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1 WHIRLPOOL 3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133
|
||||
|
||||
28
dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
Normal file
28
dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
|
||||
|
||||
# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
|
||||
RUBY_FAKEGEM_RECIPE_TEST=none
|
||||
|
||||
# Same thing for the docs whose rake target just calls rdoc.
|
||||
RUBY_FAKEGEM_RECIPE_DOC=rdoc
|
||||
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
|
||||
HOMEPAGE="https://github.com/aquasync/ruby-ole"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
|
||||
|
||||
each_ruby_test() {
|
||||
ruby-ng_testrb-2 --pattern='test.*\.rb' test/
|
||||
}
|
||||
Reference in New Issue
Block a user