commit:     050cc2bd40529a5894a6e4706cfd3b077f1018f0
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Sep 16 20:16:31 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 18:31:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050cc2bd

app-i18n/libchewing: Minor cleanup.

 app-i18n/libchewing/libchewing-0.5.1.ebuild | 10 ++++------
 1 file 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 fb0597f8edb..76f1d6b06eb 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
 }

Reply via email to