mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/coercible: initial import of 1.0.0 from mrueg overlay
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
1
dev-ruby/coercible/Manifest
Normal file
1
dev-ruby/coercible/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST coercible-1.0.0.gem 24064 SHA256 5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc SHA512 5de43166625cca102cd048ae5cd4113ef834b273fb798490a99eeaab423174f1fa40410546de4e0224234efb996a4aa1f2c37b093298f50356f925b8a6163767 WHIRLPOOL b260895ca85947730b6d4f3278f097a969ff0ba78465696cf6c787daa69f5cf40daba5f549b1005a8276294c9f7a49e16a2310198c4154b682739e38ac375e4e
|
||||
25
dev-ruby/coercible/coercible-1.0.0.ebuild
Normal file
25
dev-ruby/coercible/coercible-1.0.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
||||
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Powerful, flexible and configurable coercion library"
|
||||
HOMEPAGE="https://github.com/solnic/coercible https://rubygems.org/gems/coercible"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1
|
||||
<dev-ruby/descendants_tracker-0.1"
|
||||
11
dev-ruby/coercible/metadata.xml
Normal file
11
dev-ruby/coercible/metadata.xml
Normal 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">solnic/coercible</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user