mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ruby/inflecto: initial import, test dependency for dev-ruby/virtus
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
1
dev-ruby/inflecto/Manifest
Normal file
1
dev-ruby/inflecto/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST inflecto-0.0.2.gem 16384 SHA256 e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420 SHA512 dbd1aa3a199365aa301d2570894e347e4f4fe6202924d6337b936ce3e5ed934e7e5c57c6c4ade42d6e0ffa43c574f3ac530ec6dccc6ad8d16b6ff96e4d057628 WHIRLPOOL 15d481c266edc00ef3f810d1161295bf298f199893bb6ea9232a1c81c0df5ba0ec83dd685718cf4133c3df9397bfc4428aceb32eac8cae22f7f85a54c55f9d08
|
||||
21
dev-ruby/inflecto/inflecto-0.0.2.ebuild
Normal file
21
dev-ruby/inflecto/inflecto-0.0.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Inflector for ruby"
|
||||
HOMEPAGE="https://github.com/mbj/inflecto"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
11
dev-ruby/inflecto/metadata.xml
Normal file
11
dev-ruby/inflecto/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">mjb/inflecto</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user