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.2.28
- Loading branch information
Showing
2 changed files
with
25 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-text-0.1.1.gem 39424 SHA256 12832b1e56338e472d97f046cbea7e804bd95aef6045548c85232d66109765a2 SHA512 ec9e7844b64037451896fb7536709cc1a2af010e62aeaf333bc1c0a8b7b8d996ec2147ebc460bbc34688863dcef71a566907991e52742a2a6b59a57725a98ea3 WHIRLPOOL c87c1bc87fdf9d667eeefbdf5b3648336860147aee84c31e2bf41c4ce415873eb306f228c778b7c78721d963d103ea9d16f966105f3d89ace0b013b8ace6cf28 | ||
DIST rex-text-0.1.2.gem 43520 SHA256 919d6e2ddec75154695833b6cc9d14a6a6fc2a739bdb30e32cbe92c381d56877 SHA512 2658f7e66304f0e9e10f0ffa46acef80bb4cb053676b5cad188ed86995e5f64796e55e2e95b6149fcafddf46a04f6dde819a0cf6f693bb2172e12781b13c3631 WHIRLPOOL fd9c8905bf20f77b013c680404aa745817c7313c573e9b4a2a0b8718ac0e45b710a61b060b575c8ef418ffee12721b49ecdbd7e58950eeb292f7ee5237ada05a |
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,24 @@ | ||
# 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" | ||
|
||
# Specs are not bundled in the gem and upstream source is not tagged | ||
RUBY_FAKEGEM_RECIPE_TEST="none" | ||
|
||
RUBY_FAKEGEM_RECIPE_DOC="rdoc" | ||
RUBY_FAKEGEM_BINWRAP="" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Rex library for text generation and manipulation" | ||
HOMEPAGE="https://github.com/rapid7/rex-text" | ||
|
||
LICENSE="BSD" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" |