commit: dd3805efdf2905a59a402b67f735a5d977630e2b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 15:08:12 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 17:38:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3805ef
dev-db/pgadmin4: Inline mirror://postgresql Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-db/pgadmin4/pgadmin4-4.10.ebuild | 2 +- dev-db/pgadmin4/pgadmin4-4.5.ebuild | 2 +- dev-db/pgadmin4/pgadmin4-4.8.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/pgadmin4/pgadmin4-4.10.ebuild b/dev-db/pgadmin4/pgadmin4-4.10.ebuild index 31cf045d0bf..741c799eb20 100644 --- a/dev-db/pgadmin4/pgadmin4-4.10.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.10.ebuild @@ -10,7 +10,7 @@ inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" HOMEPAGE="https://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" +SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL" KEYWORDS="~amd64 ~x86" diff --git a/dev-db/pgadmin4/pgadmin4-4.5.ebuild b/dev-db/pgadmin4/pgadmin4-4.5.ebuild index d532f06fc99..828b27ee6a0 100644 --- a/dev-db/pgadmin4/pgadmin4-4.5.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.5.ebuild @@ -10,7 +10,7 @@ inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" HOMEPAGE="https://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" +SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL" KEYWORDS="amd64 x86" diff --git a/dev-db/pgadmin4/pgadmin4-4.8.ebuild b/dev-db/pgadmin4/pgadmin4-4.8.ebuild index 31cf045d0bf..741c799eb20 100644 --- a/dev-db/pgadmin4/pgadmin4-4.8.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.8.ebuild @@ -10,7 +10,7 @@ inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" HOMEPAGE="https://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" +SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL" KEYWORDS="~amd64 ~x86"
