summaryrefslogtreecommitdiff
path: root/app-i18n/libhangul/libhangul-0.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:19:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:19:23 +0100
commit12bb627384ddfd47382b9f1b6464481a58d01ebb (patch)
treef9760c04ccd4fcd7de214e2acd5b0e43fb530aa9 /app-i18n/libhangul/libhangul-0.1.0.ebuild
parent5fdd950c7ae03e12746a45c86d85861beaacc846 (diff)
gentoo resync : 29.08.2018
Diffstat (limited to 'app-i18n/libhangul/libhangul-0.1.0.ebuild')
-rw-r--r--app-i18n/libhangul/libhangul-0.1.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-i18n/libhangul/libhangul-0.1.0.ebuild b/app-i18n/libhangul/libhangul-0.1.0.ebuild
index f8ec424da315..883eb1b099e3 100644
--- a/app-i18n/libhangul/libhangul-0.1.0.ebuild
+++ b/app-i18n/libhangul/libhangul-0.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
DESCRIPTION="Library for hangul input method logic, hanja dictionary"
-HOMEPAGE="https://github.com/choehwanjin/libhangul"
-SRC_URI="https://libhangul.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/libhangul/libhangul"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0/1"
@@ -19,8 +19,6 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
test? ( dev-libs/check )"
-DOCS=(AUTHORS ChangeLog NEWS)
-
src_configure() {
econf \
$(use_enable nls) \
@@ -33,5 +31,5 @@ src_test() {
src_install() {
default
- find "${D}" -name "*.la" -delete || die
+ find "${ED}" -name '*.la' -delete || die
}