dev-libs/libisofs: Update homepage. Stop using prune_libtool_files.
authorDaniel Pielmeier <billie@gentoo.org>
Mon, 4 Sep 2017 14:48:59 +0000 (16:48 +0200)
committerDaniel Pielmeier <billie@gentoo.org>
Mon, 4 Sep 2017 14:48:59 +0000 (16:48 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-libs/libisofs/libisofs-1.4.6.ebuild

index d897d62ad158f213941e23f1fc57bb65b15a1aae..e1cbd6142c30b36221522ea764a15e4ec10bea2d 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils
 
 DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
-HOMEPAGE="http://libburnia-project.org/"
+HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
 SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -37,5 +37,5 @@ src_install() {
 
        dodoc Roadmap doc/{*.txt,Tutorial}
 
-       prune_libtool_files --all
+       find "${D}" -name '*.la' -delete || die
 }