diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 23:14:39 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 23:31:16 +0900 |
commit | f7ab60803ccf3d55a2ad4f4afca24e366f713ea3 (patch) | |
tree | dbc1b429260c2c6c7abf8d6cbdb34fe56e3ee02d /app-i18n/scim-sunpinyin | |
parent | desktop.eclass: Add missing ||die when writing to files (diff) | |
download | gentoo-f7ab60803ccf3d55a2ad4f4afca24e366f713ea3.tar.gz gentoo-f7ab60803ccf3d55a2ad4f4afca24e366f713ea3.tar.bz2 gentoo-f7ab60803ccf3d55a2ad4f4afca24e366f713ea3.zip |
app-i18n/scim-sunpinyin: update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/scim-sunpinyin')
-rw-r--r-- | app-i18n/scim-sunpinyin/metadata.xml | 2 | ||||
-rw-r--r-- | app-i18n/scim-sunpinyin/scim-sunpinyin-2.0.3-r2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/scim-sunpinyin/metadata.xml b/app-i18n/scim-sunpinyin/metadata.xml index 583f6476f8be..271ef4abaa80 100644 --- a/app-i18n/scim-sunpinyin/metadata.xml +++ b/app-i18n/scim-sunpinyin/metadata.xml @@ -6,6 +6,6 @@ <name>Cjk</name> </maintainer> <upstream> - <remote-id type="google-code">sunpinyin</remote-id> + <remote-id type="github">sunpinyin/sunpinyin</remote-id> </upstream> </pkgmetadata> diff --git a/app-i18n/scim-sunpinyin/scim-sunpinyin-2.0.3-r2.ebuild b/app-i18n/scim-sunpinyin/scim-sunpinyin-2.0.3-r2.ebuild index 0f2475440219..fff5cd2a4f42 100644 --- a/app-i18n/scim-sunpinyin/scim-sunpinyin-2.0.3-r2.ebuild +++ b/app-i18n/scim-sunpinyin/scim-sunpinyin-2.0.3-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils scons-utils DESCRIPTION="The SunPinyin IMEngine for Smart Common Input Method (SCIM)" -HOMEPAGE="https://sunpinyin.googlecode.com" -SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" +HOMEPAGE="https://github.com/sunpinyin/sunpinyin" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN#*-}/${P}.tar.gz" LICENSE="LGPL-2.1 CDDL" SLOT="0" |