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.5, Repoman-2.3.2
- Loading branch information
1 parent
dc1421c
commit ac32c90
Showing
3 changed files
with
39 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST rex-mime-0.1.4.gem 16384 SHA256 d64bea4045bf5f77c40211734568a1a8db18031a265e440a49b70ece2b7dc6a5 SHA512 cbf23ccc9e1906bf646ab1a5d1e2d952ccb4c510b1509f109650aa875f94fd4ed0969d8e7dab09ceb2a4fc6fc851d6cac780447af646c23f4b030adcbda2933a WHIRLPOOL 66cdb0b27771a41f06cf062505251d0c211b24b66ef790811a6e94e1bb4440fedd13614d600fe46193f4f3db75e14f461348b68fdcb64c9e00b0e4fa0ea6bf4e |
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,14 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Rick Farina</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
</longdescription> | ||
<upstream> | ||
<remote-id type="github">rapid7/rex-mime</remote-id> | ||
<remote-id type="rubygems">rex-mime</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
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-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
USE_RUBY="ruby21 ruby22 ruby23" | ||
RUBY_FAKEGEM_TASK_DOC="" | ||
RUBY_FAKEGEM_BINWRAP="" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="library is for creating and/or parsing MIME messages" | ||
HOMEPAGE="https://rubygems.org/gems/rex-mime" | ||
|
||
LICENSE="BSD" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
RESTRICT=test | ||
|
||
all_ruby_prepare() { | ||
sed -i '/bundler/d' Rakefile | ||
} |