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/Daemon-Generic: Bump to version 0.850.0
- EAPI6 - Weaken deps Upstream: - Fix test race condition Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
71817bb
commit 0fd287f
Showing
2 changed files
with
33 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,32 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=MUIR | ||
DIST_SECTION=modules | ||
DIST_VERSION=0.85 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Framework to provide start/stop/reload for a daemon" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/File-Flock-2013.60.0 | ||
dev-perl/File-Slurp | ||
virtual/perl-File-Spec | ||
virtual/perl-Getopt-Long | ||
virtual/perl-Text-Tabs+Wrap | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/AnyEvent | ||
dev-perl/Event | ||
dev-perl/Eval-LineNumbers | ||
virtual/perl-Time-HiRes | ||
) | ||
" |
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 Daemon-Generic-0.84.tar.gz 15065 SHA256 c4ae78bde83c6226da862801e43eddef801a5ae3fab7e1579092b6653341276b SHA512 eadf060653ec86b982f4388777b15bfcad55635042048d389ba7d88d2de5f778b849a2fabce3524f05e041fc76a51eae4af14e759659616b7d28fb4b657178e0 WHIRLPOOL e516dcae16b2b7d8259c418fe402b4d53db620835d32f3976084ac73e1db83c3ab64e12f5a300a22342ca4cd66e40017bd9cdf988433d3c15ebd0de9a5f3d7c0 | ||
DIST Daemon-Generic-0.85.tar.gz 15101 SHA256 3ac3ff8e6bdc494ef40ee4147adf28c7bbcabc6e58dea70aa4411d0e00df900f SHA512 fe23e58d08013f9b10fd741f40636b44e20e7e8278be6ee6f6eecae59f18810c5d485e85fe56ded0ef23c3318b5a994f6821829a9966398a54b70859d827b9c4 WHIRLPOOL f569b3e322f70d2877b7f6148233d02c2b0600ea4951ed48a9f132a25fe10007553e42241c6b79e8e556136d74c9b4cdb3cad81db2158ea797b1ae0c21464672 |