diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:06:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:06:52 +0100 |
commit | 019a96fb65ae30081d00431c3bcf843ef9ee5c14 (patch) | |
tree | 61557c444bef435bb621809d5c0bf7297664f3bd /x11-misc | |
parent | x11-misc/simpleswitcher: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-019a96fb65ae30081d00431c3bcf843ef9ee5c14.tar.gz gentoo-019a96fb65ae30081d00431c3bcf843ef9ee5c14.tar.bz2 gentoo-019a96fb65ae30081d00431c3bcf843ef9ee5c14.zip |
x11-misc/xautolock: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild index 63dd3677304c..e2c8e3ed635c 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p1-r1.ebuild @@ -11,7 +11,7 @@ DEB_REV_MAJ="$(get_version_component_range 3)" DEB_REV_MIN="$(get_version_component_range 4)" DEB_REVISION="${DEB_REV_MAJ/p}.${DEB_REV_MIN/p}" SRC_URI=" - ${HOMEPAGE}/${P/_p*/}.tgz + http://www.ibiblio.org/pub/Linux/X11/screensavers/${P/_p*/}.tgz mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}-${DEB_REVISION}.debian.tar.xz " LICENSE="GPL-2" diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild index 4367a147b013..bbf08af74ffd 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild @@ -11,7 +11,7 @@ DEB_REV_MAJ="$(get_version_component_range 3)" DEB_REV_MIN="$(get_version_component_range 4)" DEB_REVISION="${DEB_REV_MAJ/p}.${DEB_REV_MIN/p}" SRC_URI=" - ${HOMEPAGE}/${P/_p*/}.tgz + http://www.ibiblio.org/pub/Linux/X11/screensavers/${P/_p*/}.tgz mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}-${DEB_REVISION}.debian.tar.xz " LICENSE="GPL-2" diff --git a/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild b/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild index b83b2f63ac43..82c57e7ae58b 100644 --- a/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p5_p2.ebuild @@ -11,7 +11,7 @@ DEB_REV_MAJ="$(ver_cut 4)" DEB_REV_MIN="$(ver_cut 6)" DEB_REVISION="${DEB_REV_MAJ/p}.${DEB_REV_MIN/p}" SRC_URI=" - ${HOMEPAGE}/${P/_p*/}.tgz + http://www.ibiblio.org/pub/Linux/X11/screensavers/${P/_p*/}.tgz mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}-${DEB_REVISION}.debian.tar.xz " LICENSE="GPL-2" |