summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:06:46 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:06:46 +0100
commit77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6 (patch)
tree214ceaff5b3ada33e5ce3273216c51513c78b995 /x11-misc/rofi
parentx11-misc/obmenu-generator: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6.tar.gz
gentoo-77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6.tar.bz2
gentoo-77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6.zip
x11-misc/rofi: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r--x11-misc/rofi/rofi-1.5.2.ebuild2
-rw-r--r--x11-misc/rofi/rofi-1.5.3.ebuild2
-rw-r--r--x11-misc/rofi/rofi-1.5.4.ebuild2
-rw-r--r--x11-misc/rofi/rofi-99999.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
index 0c49e367f508..6dd8cae7500a 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
diff --git a/x11-misc/rofi/rofi-1.5.3.ebuild b/x11-misc/rofi/rofi-1.5.3.ebuild
index b6894cba5a94..4c41c7076d40 100644
--- a/x11-misc/rofi/rofi-1.5.3.ebuild
+++ b/x11-misc/rofi/rofi-1.5.3.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
diff --git a/x11-misc/rofi/rofi-1.5.4.ebuild b/x11-misc/rofi/rofi-1.5.4.ebuild
index ba83a26d19f7..70b666569608 100644
--- a/x11-misc/rofi/rofi-1.5.4.ebuild
+++ b/x11-misc/rofi/rofi-1.5.4.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild
index 04b40fd1fc7e..7c75876f43e4 100644
--- a/x11-misc/rofi/rofi-99999.ebuild
+++ b/x11-misc/rofi/rofi-99999.ebuild
@@ -6,7 +6,7 @@ inherit autotools git-r3 toolchain-funcs
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/davatorium/rofi"
LICENSE="MIT"
SLOT="0"