Skip to content

Commit

Permalink
dev-php/PEAR-Net_IPv6: Version bump for 1.3.0_beta4
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-php/PEAR-Net_IPv6/Manifest
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
21 changes: 21 additions & 0 deletions dev-php/PEAR-Net_IPv6/PEAR-Net_IPv6-1.3.0_beta4.ebuild
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
}

0 comments on commit 9849428

Please sign in to comment.