diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 11:24:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 12:55:45 +0200 |
commit | 8400be5bd70c522399f3d319593cccde5b02722f (patch) | |
tree | 3833e442146b63aa9dc664dbfc5e4bf470c54250 /app-editors | |
parent | profiles/package.mask: mask =gcc-6* and =gcc-7* branches (diff) | |
download | gentoo-8400be5bd70c522399f3d319593cccde5b02722f.tar.gz gentoo-8400be5bd70c522399f3d319593cccde5b02722f.tar.bz2 gentoo-8400be5bd70c522399f3d319593cccde5b02722f.zip |
*/*: Fix apps.kde.org HOMEPAGE entries again
Avoid redirects.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kile/kile-2.9.93-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/okteta/okteta-0.26.6.ebuild | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/kile/kile-2.9.93-r1.ebuild b/app-editors/kile/kile-2.9.93-r1.ebuild index 23b5ae2d2557..bd4e9a081820 100644 --- a/app-editors/kile/kile-2.9.93-r1.ebuild +++ b/app-editors/kile/kile-2.9.93-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ QTMIN=5.14.2 inherit ecm kde.org DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks" -HOMEPAGE="https://apps.kde.org/en/kile https://kile.sourceforge.io/" +HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" diff --git a/app-editors/okteta/okteta-0.26.6.ebuild b/app-editors/okteta/okteta-0.26.6.ebuild index fbd056737062..cd007322781c 100644 --- a/app-editors/okteta/okteta-0.26.6.ebuild +++ b/app-editors/okteta/okteta-0.26.6.ebuild @@ -12,8 +12,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Hex editor by KDE" -HOMEPAGE="https://apps.kde.org/en/okteta -https://utils.kde.org/projects/okteta/" +HOMEPAGE="https://apps.kde.org/okteta/ https://utils.kde.org/projects/okteta/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" |