summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-09-16 22:16:31 +0200
committerMike Gilbert <floppym@gentoo.org>2017-09-18 14:31:02 -0400
commit050cc2bd40529a5894a6e4706cfd3b077f1018f0 (patch)
tree20531e6faab667ca32b3b047e81ea21ba772b692 /app-i18n/libchewing
parentapp-i18n/libchewing: Allow to run test suite without installing libchewing.a. (diff)
downloadgentoo-050cc2bd40529a5894a6e4706cfd3b077f1018f0.tar.gz
gentoo-050cc2bd40529a5894a6e4706cfd3b077f1018f0.tar.bz2
gentoo-050cc2bd40529a5894a6e4706cfd3b077f1018f0.zip
app-i18n/libchewing: Minor cleanup.
Diffstat (limited to 'app-i18n/libchewing')
-rw-r--r--app-i18n/libchewing/libchewing-0.5.1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild
index fb0597f8edb1..76f1d6b06eba 100644
--- a/app-i18n/libchewing/libchewing-0.5.1.ebuild
+++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild
@@ -3,14 +3,12 @@
EAPI="6"
-inherit ltprune
-
-DESCRIPTION="Library for Chinese Phonetic input method"
-HOMEPAGE="http://chewing.csie.net/"
+DESCRIPTION="Intelligent phonetic (Zhuyin/Bopomofo) input method library"
+HOMEPAGE="http://chewing.im/ https://github.com/chewing/libchewing"
SRC_URI="https://github.com/${PN/lib}/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-SLOT="0/3"
LICENSE="LGPL-2.1"
+SLOT="0/3"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
IUSE="static-libs test"
@@ -31,6 +29,6 @@ src_test() {
src_install() {
default
- prune_libtool_files
+ find "${D}" -name "*.la" -delete || die
use static-libs || find "${D}" -name "*.a" -delete || die
}