diff options
Diffstat (limited to 'app-i18n/scim')
-rw-r--r-- | app-i18n/scim/metadata.xml | 2 | ||||
-rw-r--r-- | app-i18n/scim/scim-1.4.18.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-i18n/scim/metadata.xml b/app-i18n/scim/metadata.xml index 3590c797aa6c..9115a5e98acc 100644 --- a/app-i18n/scim/metadata.xml +++ b/app-i18n/scim/metadata.xml @@ -9,6 +9,6 @@ <flag name="gtk3">Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag> </use> <upstream> - <remote-id type="sourceforge">scim</remote-id> + <remote-id type="github">scim-im/scim</remote-id> </upstream> </pkgmetadata> diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild index fed4fdc5b771..775f3e68a139 100644 --- a/app-i18n/scim/scim-1.4.18.ebuild +++ b/app-i18n/scim/scim-1.4.18.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" + inherit eutils flag-o-matic multilib gnome2-utils autotools DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" -HOMEPAGE="https://sourceforge.net/projects/scim" -SRC_URI="https://github.com/scim-im/scim/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/scim-im/scim" +SRC_URI="https://github.com/scim-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |