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.
dev-ruby/little-plugger: version bump
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
24 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 little-plugger-1.1.3.gem 9216 SHA256 d7a3a4582a00ff65955eeded02c6d127f3858f4e101e2fe4c795c7423dd83d33 SHA512 dbfa4e39eb41143627d0affab789d925c5c9c45a7592002440c957009da1b452f8b35bc5cc45adb22e8cd6b05776321240a59eae2e834f0ca29f1a26f368f0f1 WHIRLPOOL 2d7f5389412ba4f3f294fda7ff78f48040f8f212c93ec34257b011099dbdfc4bbb2709af361462975248fc14a8ad7eaf3c740488a11f8b9b5b4cff51fd700a4e | ||
DIST little-plugger-1.1.4.gem 10240 SHA256 d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb SHA512 79b26509c56084a93997e011870de085f9e5222d631bf410c9bb2a361949e80f3d8be279b26b6c405dd47aedbea72089de212990ae0906f7493a3e8edfa8cb87 WHIRLPOOL 9bb944e71c798824337cc25d87b8313ecc56a00b81958d38463cdf42c677a89d6c99451e753c06784e2d7e6ec299283712b066af913c3ef1931e71c0aa8f73bd |
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,23 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
USE_RUBY="ruby19 ruby20 ruby21 ruby22" | ||
|
||
RUBY_FAKEGEM_RECIPE_TEST="rspec3" | ||
|
||
RUBY_FAKEGEM_RECIPE_DOC="rdoc" | ||
|
||
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" | ||
|
||
inherit ruby-fakegem eutils | ||
|
||
DESCRIPTION="Module that provides Gem based plugin management" | ||
HOMEPAGE="https://github.com/TwP/little-plugger" | ||
|
||
IUSE="test" | ||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" |