mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/celluloid-fsm: add celluloid 0.17.2
Package-Manager: portage-2.2.24
This commit is contained in:
1
dev-ruby/celluloid-fsm/Manifest
Normal file
1
dev-ruby/celluloid-fsm/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST celluloid-fsm-0.20.5.tar.gz 8500 SHA256 e62f33da443abf6991c6578201cd392cc5f99b77ccee1c29de5834365a39d12e SHA512 b5d622a1192332dc84f9cd074e143da731304d2640f37a4123e6905f91cdb0ad238663254a4de05ecd2071519b12eb3ac44e608aac8d968b9a9d32726d88ba07 WHIRLPOOL b45f2bba9d7fc5727383321ef5a2a93203ede7d0d233b4f93411e0f8e10c6a946cce27307c78b60da481df7bb83cf747655b297cc5cb9e2d51053bf8a0d027c0
|
||||
38
dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
Normal file
38
dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs"
|
||||
HOMEPAGE="https://github.com/celluloid/celluloid"
|
||||
SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/timers-4.1.1"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
>=dev-ruby/celluloid-0.17.2
|
||||
dev-ruby/dotenv
|
||||
dev-ruby/nenv
|
||||
dev-ruby/rspec-retry
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
|
||||
|
||||
sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
|
||||
sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
|
||||
}
|
||||
8
dev-ruby/celluloid-fsm/metadata.xml
Normal file
8
dev-ruby/celluloid-fsm/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>ruby</herd>
|
||||
<upstream>
|
||||
<remote-id type="github">celluloid/celluloid-fsm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user