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.3, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
26 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 combustion-0.5.5.gem 14848 SHA256 42defae5f64136c2e9e0320d1c56783255cad4e3ee95fa9038373a5701795ff4 SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8 WHIRLPOOL 3633fcb21452414815072506cb391e64e18306116c8a7488892d335adfa48465855a77cbe745cecb799e54acc0cf53a76a87a3b2bd16a6489c6dcafdd005171e | ||
DIST combustion-0.6.0.gem 16384 SHA256 9d7bdf4164f575b2d8f60f046f2ffe54154b76e32b13395d8fc8bdaa810a18d4 SHA512 0b2817a6f4a021a7e0975d6861c4fe1223c9303dd42ab312621bf4fb7de16d36e3ac9868053f45e11daa4bf1b0fa38c48e610ac7f89100868ea5ec8c350eca7d WHIRLPOOL 7c76a1e09761bca4dd82dde59eae0b962d45101d280d9e395b1f2b38ef34e8c3dab91aceb86e9052bbb8ea41c5c53eaa46ec73d3f609a8a9e916370653ad997a |
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,25 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
USE_RUBY="ruby21 ruby22 ruby23" | ||
|
||
RUBY_FAKEGEM_TASK_DOC="" | ||
RUBY_FAKEGEM_TASK_TEST="" | ||
RUBY_FAKEGEM_EXTRADOC="README.md" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Elegant Rails Engine Testing" | ||
HOMEPAGE="https://github.com/pat/combustion" | ||
LICENSE="MIT" | ||
|
||
KEYWORDS="~amd64" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
ruby_add_rdepend " | ||
>=dev-ruby/activesupport-3.0.0:* | ||
>=dev-ruby/railties-3.0.0:* | ||
>=dev-ruby/thor-0.14.6 | ||
" |