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:
Hans de Graaff
2017-03-04 08:25:56 +01:00
parent 36a938e7b6
commit 3c53f00514
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST ddplugin-1.0.1.gem 9216 SHA256 40f220c4a3fb163927f6a58c5238c3bdc2db8c01827b98a1107d2e11743ef451 SHA512 6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276 WHIRLPOOL c17cefeb9dab3419b5c9e9f9ae2b569e3febb148cc2955b62fb999545ca4e24ead56d0ea5a92aa4ede63aa03c9f8a2cb3b2c3b1328458eb6b775a2486ca50f52

View 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
}

View 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>