commit: 77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 13 10:06:46 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 10:06:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b90f3e
x11-misc/rofi: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-misc/rofi/rofi-1.5.2.ebuild | 2 +- x11-misc/rofi/rofi-1.5.3.ebuild | 2 +- x11-misc/rofi/rofi-1.5.4.ebuild | 2 +- x11-misc/rofi/rofi-99999.ebuild | 2 +- 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 0c49e367f50..6dd8cae7500 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 b6894cba5a9..4c41c7076d4 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 ba83a26d19f..70b66656960 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 04b40fd1fc7..7c75876f43e 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"
