dev-libs/libisoburn: Update homepage. Stop using prune_libtool_files.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Daniel Pielmeier
2017-09-04 16:50:58 +02:00
parent d861f44c37
commit fe8cba00cf

View File

@@ -3,10 +3,8 @@
EAPI=6
inherit eutils
DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media supported by libburn"
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 GPL-3"
@@ -60,5 +58,5 @@ src_install() {
docinto xorriso
dodoc xorriso/{changelog.txt,README_gnu_xorriso}
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}