app-i18n/libchewing: Minor cleanup.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 16 Sep 2017 20:16:31 +0000 (22:16 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 18 Sep 2017 18:31:02 +0000 (14:31 -0400)
app-i18n/libchewing/libchewing-0.5.1.ebuild

index fb0597f8edb14ec555d631c42ea39e6160897eaa..76f1d6b06ebad9dd640df5d435063bf4da55337c 100644 (file)
@@ -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
 }