mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-ruby/ddplugin: initial import of 1.0.1
New dependency for www-apps/nanoc Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
1
dev-ruby/ddplugin/Manifest
Normal file
1
dev-ruby/ddplugin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ddplugin-1.0.1.gem 9216 SHA256 40f220c4a3fb163927f6a58c5238c3bdc2db8c01827b98a1107d2e11743ef451 SHA512 6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276 WHIRLPOOL c17cefeb9dab3419b5c9e9f9ae2b569e3febb148cc2955b62fb999545ca4e24ead56d0ea5a92aa4ede63aa03c9f8a2cb3b2c3b1328458eb6b775a2486ca50f52
|
||||
27
dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
Normal file
27
dev-ruby/ddplugin/ddplugin-1.0.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Provides plugin management for Ruby projects"
|
||||
HOMEPAGE="https://github.com/ddfreyne/ddplugin/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
11
dev-ruby/ddplugin/metadata.xml
Normal file
11
dev-ruby/ddplugin/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">ddfreyne/ddplugin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user