diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-26 23:29:56 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-26 23:40:47 +1000 |
commit | 8e75705ba97ff98d2e33f6d0a409118a5e236546 (patch) | |
tree | 5d0188a9915dc4ee12951a509f03ff1acb60cb41 /kde-misc | |
parent | kde-misc/rsibreak: remove 0.12.6 (diff) | |
download | gentoo-8e75705ba97ff98d2e33f6d0a409118a5e236546.tar.gz gentoo-8e75705ba97ff98d2e33f6d0a409118a5e236546.tar.bz2 gentoo-8e75705ba97ff98d2e33f6d0a409118a5e236546.zip |
kde-misc/kimtoy: update HOMEPAGE & SRC_URI
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kimtoy/kimtoy-1.91.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/kimtoy/kimtoy-1.91.ebuild b/kde-misc/kimtoy/kimtoy-1.91.ebuild index ec6af686fa8a..4cc10a75c22a 100644 --- a/kde-misc/kimtoy/kimtoy-1.91.ebuild +++ b/kde-misc/kimtoy/kimtoy-1.91.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ EAPI=6 inherit kde5 DESCRIPTION="An input method frontend for Plasma" -HOMEPAGE="http://kde-apps.org/content/show.php?content=140967" +HOMEPAGE="https://www.linux-apps.com/content/show.php?content=140967" if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2" + SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466629206/140967-${P}.tar.bz2" fi KEYWORDS="~amd64 ~x86" |