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
27 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 rex-arch-0.1.1.gem 19968 SHA256 f502716c1d23e97e6082797a31edad61202ffdc2db3047641c2181e8500baf2a SHA512 ec6963d7256451dc35a768ba16ac6f44ccdb35d1be1427134f191b39a6b62f519db3de4529109bcddb5887afc6bdd65756c07ccc231425271aaee0838b7eec38 WHIRLPOOL d400643d3bc8b19c88394c9521295d9c4e702234153ba093c6216aa17f3f18d88cfb2100827b754802861273f832840cc9114f212a4e0acf8bde87fd828a7a36 | ||
DIST rex-arch-0.1.2.gem 19968 SHA256 a3c5817ead9f84e19ecb6e4ae00e37c569aa99e27d61bbd5604988625806311e SHA512 330cd6eb6c5f913736e223d82da73e40104ecb537ee3e22a7aa16d1a31aa03ef6a10ae82306b10654718baf33f0f3d1c0a5da001099d6874eb3c1b16f8ae4b7c WHIRLPOOL 25939fd45c2cbd26f675db33dd8fb3bd8e5235d842ff4c6a3d28aab3da03c8017882cb0dd9d12c9605692adc8d765b76dab5bb2e6f96a5cedab5770ea16cdfdc |
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,26 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
USE_RUBY="ruby20 ruby21 ruby22 ruby23" | ||
#RUBY_FAKEGEM_RECIPE_TEST="rspec3" | ||
RUBY_FAKEGEM_TASK_DOC="" | ||
RUBY_FAKEGEM_BINWRAP="" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="architecture specific information for Rex" | ||
HOMEPAGE="https://rubygems.org/gems/rex-arch" | ||
|
||
LICENSE="BSD" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
# doesn't seem to actually run any tests | ||
RESTRICT=test | ||
|
||
ruby_add_bdepend "dev-ruby/rex-text" |