Skip to content

Commit

Permalink
dev-php/File_Iterator: sync HOMEPAGEs, use HTTPs
Browse files Browse the repository at this point in the history
Closes: gentoo#8726
  • Loading branch information
mm1ke authored and FuzzyGophers committed Jun 7, 2018
1 parent ff24db3 commit a3df7b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dev-php/File_Iterator/File_Iterator-1.3.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -13,6 +13,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 hppa x86"
IUSE=""
HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator"
HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator
https://phpunit.de"
SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
DOCS=( ChangeLog.markdown README.markdown )
5 changes: 3 additions & 2 deletions dev-php/File_Iterator/File_Iterator-1.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

MY_PN="php-file-iterator"

DESCRIPTION="FilterIterator implementation that filters files based on criteria"
HOMEPAGE="http://phpunit.de"
HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator
https://phpunit.de"
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
Expand Down
3 changes: 2 additions & 1 deletion dev-php/File_Iterator/File_Iterator-1.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ EAPI=6
MY_PN="php-file-iterator"

DESCRIPTION="FilterIterator implementation that filters files based on criteria"
HOMEPAGE="https://phpunit.de"
HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator
https://phpunit.de"
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
Expand Down

0 comments on commit a3df7b7

Please sign in to comment.