forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST roadie-3.1.1.tar.gz 44551 SHA256 3e1ebaf83e06c85ef6c7b75c9c7245d28d407844ed4e434f4450489edbd98240 SHA512 98faf4714da280722ce4c0a3b56f15201944769ed73111df2e60cf51a47e539b2381fe97503ff533a4c3b630f32c638927e25a3b55f882b78f565fddb94e2580 WHIRLPOOL e6f0b077d78ac998a5b0a251ecc1e8b531ad3805daedde8d35a5ddf862cee2d1303a3cd16b66cc3db11d9b0a9bf66da123a6cda69bbbfc3b061e88ebaac458a4 | ||
DIST roadie-3.2.0.tar.gz 45437 SHA256 c4e5ad84d4ccdc8afa70260ee4f38b974091b3ab23a8ce106dbe31bed715bae2 SHA512 88d2961f223c46321b07497983eb4f6cfd19c35862fcc323391c7d924a388057335a2f8d71d72feda6186944b832d2e80e91152fc1794c8b15636009ae78f76b WHIRLPOOL b6408848a6f90752c5f86e1b980442dc7c0589def85f5d3ba0ceb411926e0e0da770646711fdae04b1e7c4d4caa73ca754c1975715e138cdc6f08a10ce023ccf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
USE_RUBY="ruby20 ruby21 ruby22" | ||
RUBY_FAKEGEM_EXTRADOC="README.md" | ||
RUBY_FAKEGEM_RECIPE_TEST="rspec3" | ||
RUBY_FAKEGEM_RECIPE_DOC="yard" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Making HTML emails comfortable for the Rails rockstars" | ||
HOMEPAGE="https://github.com/Mange/roadie" | ||
SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0 | ||
>=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1.4*" | ||
ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers )" | ||
|
||
all_ruby_prepare() { | ||
sed -i -e "/[Bb]undler/d" Rakefile || die | ||
} |