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-php/PEAR-Net_IPv6: Version bump for 1.3.0_beta4
Signed-off-by: Brian Evans <[email protected]> Package-Manager: Portage-2.3.51, Repoman-2.3.11
- Loading branch information
Brian Evans
committed
Oct 31, 2018
1 parent
1c92f4c
commit 9849428
Showing
2 changed files
with
22 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 Net_IPv6-1.3.0b3.tgz 11030 BLAKE2B aefeac440451ea3a37c84dcbae52d9d068bed57d0e2e113683b48414b31d9d77bb28ab2fe89d482e377fbe987411ba836e65ffb00c91eb5060bd5d4945c899dc SHA512 77d30c18c00aa03207b58dc7e54553e4cb3f424dcc831c67ab1081cfbc0dee121998866e995bf0e0029e9de1a6e28acb57aed63c837e894beb6cf4a5d3f39231 | ||
DIST Net_IPv6-1.3.0b4.tgz 11437 BLAKE2B 535bb88e650e0985ef18e9415c1be827798d28fe30cae8afa7bf352d3a30e0ac51499662925e2c389e04bf872d240651d671c94a25584df9f3537db4d4695646 SHA512 aabf31e062ff4b3994ec8f5278556ff7e06c01b0cc86de2e57f4a994c71a182663e720a33b312d7e2874008c04ac9c493bb855b9b7ee5d0f008d5c517cb11fbc |
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,21 @@ | ||
# Copyright 1999-2018 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
PEAR_PV="${PV/_beta/b}" | ||
|
||
inherit php-pear-r2 | ||
|
||
DESCRIPTION="PEAR class for IP v6 calculations" | ||
|
||
LICENSE="BSD-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
BDEPEND="test? ( dev-php/phpunit ${RDEPEND})" | ||
|
||
src_test() { | ||
phpunit "--include-path=${S}" "${S}/tests/AllTests.php" || die | ||
} |