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-Network: EAPI6 + tests
- EAPI6ify - Enable tests - Normalize version Package-Manager: Portage-2.3.14, Repoman-2.3.6
- Loading branch information
1 parent
a0fde38
commit 9734873
Showing
2 changed files
with
23 additions
and
1 deletion.
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 @@ | ||
DIST MogileFS-Network-0.06.tar.gz 9981 SHA256 4adb668b89166a11371b747af7d9f1a46958f7039efb0566aa6bf79994c8fffa SHA512 3f2730be8394751d5b39387354f776088f6caf219ec47c6fd099eaaddcb0d2e60a1d86fee4009fbc741355ac072e0d6f1bcccb22ba9856da597960f1c7916db3 WHIRLPOOL b1a62b1915c44f38ce27a8b799ebfbcdd64b376ba28b4dcc67c25eb91b59ac745e2fc89c11ac9c8578845e10cd6adb3987842dad1b9008b7a5a5d2f97b466d94 | ||
DIST MogileFS-Network-0.06.tar.gz 9981 BLAKE2B a547d4c9405a69c7e161bd872448a1ebf213568fcba8e56c5ed8a7dc6abf99ece217ad9070171a2f6bc30ba0ce6c636802a1a00c5cdc54121ef4aa1f51f47ede SHA512 3f2730be8394751d5b39387354f776088f6caf219ec47c6fd099eaaddcb0d2e60a1d86fee4009fbc741355ac072e0d6f1bcccb22ba9856da597960f1c7916db3 |
22 changes: 22 additions & 0 deletions
22
dev-perl/MogileFS-Network/MogileFS-Network-0.60.0-r2.ebuild
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-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=HACHI | ||
DIST_VERSION=0.06 | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Network awareness and extensions for MogileFS::Server" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86 ~ppc" | ||
IUSE="" | ||
|
||
RDEPEND="dev-perl/Net-Netmask | ||
dev-perl/Net-Patricia | ||
>=dev-perl/MogileFS-Server-2.580.0" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |