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-perl/MogileFS-Utils: Bump to version 2.290.0
- use EAPI6 Upstream: - returns better codes to exit() - adds `mogile device next` command Package-Manager: portage-2.2.27
- Loading branch information
1 parent
1a8c03b
commit 01c2fe2
Showing
2 changed files
with
23 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 MogileFS-Utils-2.28.tar.gz 40822 SHA256 16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932 SHA512 fb8391e08ee9a2834bf1ecd89d395d293c23e26352dc91987fd9285b12279bb23ff2d0bb754e3c36ae0fd8460a2e2d80dce1de0285faf96cadf61612c0cac121 WHIRLPOOL 71f04c259e57f772568ed2b6c2528fef620af14ac4f948ee1af1c832240ee435d597267d45d24b7f17e71692607640ac80d7623704ed0b7836852054bcbd1d6c | ||
DIST MogileFS-Utils-2.29.tar.gz 40648 SHA256 56eacdbd9d3ff2c09300d94d5ca7cf740590e5422435625e4c8a2e7c6059d9cd SHA512 833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99 WHIRLPOOL f28604b6bdd2c0760f2c5bea2b65600dc88003907d980b14621b0cc4022ca7f28ca425a11f228993ba9d3f2ba7d1a8293c072828f5469ba3e4f375a683ed1825 |
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,22 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DORMANDO | ||
DIST_VERSION=${PV%0.0} | ||
inherit perl-module | ||
|
||
DESCRIPTION="Server for the MogileFS distributed file system" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="virtual/perl-IO-Compress | ||
dev-perl/libwww-perl | ||
>=dev-perl/MogileFS-Client-1.160.0" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |