diff options
author | Sam James <sam@gentoo.org> | 2023-07-02 20:53:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-02 20:55:30 +0100 |
commit | 96f36b05cba609f38464f8ad152eec3b89e01ecf (patch) | |
tree | 499939624fe2592a06c592405ad5060dacc9e558 /dev-util/pkgconf | |
parent | net-analyzer/fail2ban: skip broken test (diff) | |
download | gentoo-96f36b05cba609f38464f8ad152eec3b89e01ecf.tar.gz gentoo-96f36b05cba609f38464f8ad152eec3b89e01ecf.tar.bz2 gentoo-96f36b05cba609f38464f8ad152eec3b89e01ecf.zip |
dev-util/pkgconf: move to backup SRC_URI
dereferenced.org has been hijacked, see https://social.treehouse.systems/@ariadne/110643909699308207.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.9.4.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.9.5.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.8.1.ebuild b/dev-util/pkgconf/pkgconf-1.8.1.ebuild index 17c6bb850c1f..3007026c7f46 100644 --- a/dev-util/pkgconf/pkgconf-1.8.1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi diff --git a/dev-util/pkgconf/pkgconf-1.9.4.ebuild b/dev-util/pkgconf/pkgconf-1.9.4.ebuild index 67b83ffb5003..903ca97e2900 100644 --- a/dev-util/pkgconf/pkgconf-1.9.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.9.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" # Per release notes, 1.9.x is a testing/development release. #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi diff --git a/dev-util/pkgconf/pkgconf-1.9.5.ebuild b/dev-util/pkgconf/pkgconf-1.9.5.ebuild index 67b83ffb5003..903ca97e2900 100644 --- a/dev-util/pkgconf/pkgconf-1.9.5.ebuild +++ b/dev-util/pkgconf/pkgconf-1.9.5.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" # Per release notes, 1.9.x is a testing/development release. #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 67b83ffb5003..903ca97e2900 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" # Per release notes, 1.9.x is a testing/development release. #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi |