diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:01:00 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:01:55 +0900 |
commit | 2dacdc997afe889c9e93918c6e75f085a44b157f (patch) | |
tree | 641e32ff0f1b219480a790c0bdaf822f57b5dd19 /app-i18n/nabi/nabi-1.0.0.ebuild | |
parent | app-i18n/nabi: tidy (diff) | |
download | gentoo-2dacdc997afe889c9e93918c6e75f085a44b157f.tar.gz gentoo-2dacdc997afe889c9e93918c6e75f085a44b157f.tar.bz2 gentoo-2dacdc997afe889c9e93918c6e75f085a44b157f.zip |
app-i18n/nabi: update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/nabi/nabi-1.0.0.ebuild')
-rw-r--r-- | app-i18n/nabi/nabi-1.0.0.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/app-i18n/nabi/nabi-1.0.0.ebuild b/app-i18n/nabi/nabi-1.0.0.ebuild index 180520556c4d..25b5d86829ac 100644 --- a/app-i18n/nabi/nabi-1.0.0.ebuild +++ b/app-i18n/nabi/nabi-1.0.0.ebuild @@ -3,11 +3,9 @@ EAPI="6" -inherit autotools - DESCRIPTION="Simple Hanguk X Input Method" -HOMEPAGE="https://github.com/choehwanjin/nabi" -SRC_URI="https://github.com/choehwanjin/${PN}/archive/${P}.tar.gz" +HOMEPAGE="https://github.com/libhangul/nabi" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -24,15 +22,9 @@ RDEPEND=">=app-i18n/libhangul-0.1 DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext" -S="${WORKDIR}/${PN}-${P}" DOCS=( AUTHORS ChangeLog.0 NEWS README TODO ) -src_prepare() { - default - eautoreconf -} - src_configure() { local myconf=() # Broken configure: --disable-debug also enables debug |