Skip to content

Commit

Permalink
dev-ruby/sinatra-partial: initial import of 1.0.1 for infra archives …
Browse files Browse the repository at this point in the history
…frontend

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
graaff committed Oct 15, 2017
1 parent a2fa03f commit a03a3c3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/sinatra-partial/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST sinatra-partial-1.0.1.gem 16384 SHA256 205ac4dfd3d427c88ec21b72ac49b3d38f03c599a1d81be60881178fb5b79f3f SHA512 04fb0826cdc9f6d8ce6ae8d80a9eafb3b0b37136fcecfb3f5e45a1bac101dac0486168473ff66de75979a5153d4efbdce17b63d774f5ddcd0e7fa251df0da1bd WHIRLPOOL 4a2c483d374016189261c7185fb8e6cc33c845cd9bc1ed5851da677cc514ea3b027b99e0c1cbdc639524e348a140eceadac3b276992feab3d419c831bb22a613
8 changes: 8 additions & 0 deletions dev-ruby/sinatra-partial/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Ruby Project</name>
</maintainer>
</pkgmetadata>
30 changes: 30 additions & 0 deletions dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby22 ruby23"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.markdown README.markdown"

inherit ruby-fakegem

DESCRIPTION="Just the partials helper in a gem"
HOMEPAGE="https://github.com/yb66/Sinatra-Partial"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_rdepend ">=dev-ruby/sinatra-1.4"

ruby_add_bdepend "test? ( dev-ruby/haml dev-ruby/rack-test dev-ruby/rspec-its dev-ruby/timecop )"

all_ruby_prepare() {
# Use a rack version consistent with sinatra
sed -i -e '2igem "rack", "~>1.0"' \
-e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
}

0 comments on commit a03a3c3

Please sign in to comment.