diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:50 +0100 |
commit | 417e5eeab37832573701658bfe68a88f02fef16e (patch) | |
tree | a3bd9dbc51fa020103f973eae5125ee7ac7816d9 /sys-boot/unetbootin | |
parent | sys-auth/authenticator: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-417e5eeab37832573701658bfe68a88f02fef16e.tar.gz gentoo-417e5eeab37832573701658bfe68a88f02fef16e.tar.bz2 gentoo-417e5eeab37832573701658bfe68a88f02fef16e.zip |
sys-boot/unetbootin: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r-- | sys-boot/unetbootin/unetbootin-661-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-661.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-675.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/unetbootin-661-r1.ebuild b/sys-boot/unetbootin/unetbootin-661-r1.ebuild index 5363afc4eeca..87fb185874e9 100644 --- a/sys-boot/unetbootin/unetbootin-661-r1.ebuild +++ b/sys-boot/unetbootin/unetbootin-661-r1.ebuild @@ -8,7 +8,7 @@ inherit desktop flag-o-matic qmake-utils DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive" HOMEPAGE="https://github.com/unetbootin/unetbootin" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/unetbootin/unetbootin/archive/${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}" SLOT="0" diff --git a/sys-boot/unetbootin/unetbootin-661.ebuild b/sys-boot/unetbootin/unetbootin-661.ebuild index 43b50f59cc77..b7c6d4eb4c21 100644 --- a/sys-boot/unetbootin/unetbootin-661.ebuild +++ b/sys-boot/unetbootin/unetbootin-661.ebuild @@ -8,7 +8,7 @@ inherit desktop qmake-utils DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive" HOMEPAGE="https://github.com/unetbootin/unetbootin" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/unetbootin/unetbootin/archive/${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}" SLOT="0" diff --git a/sys-boot/unetbootin/unetbootin-675.ebuild b/sys-boot/unetbootin/unetbootin-675.ebuild index cfc39c26a046..dab61c00204f 100644 --- a/sys-boot/unetbootin/unetbootin-675.ebuild +++ b/sys-boot/unetbootin/unetbootin-675.ebuild @@ -7,7 +7,7 @@ inherit desktop flag-o-matic qmake-utils DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive" HOMEPAGE="https://github.com/unetbootin/unetbootin" SRC_URI=" - ${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/unetbootin/unetbootin/archive/${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~jer/${P}-qt5.patch.xz " |