From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEEDA1396D0 for ; Mon, 4 Sep 2017 14:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337091FC014; Mon, 4 Sep 2017 14:51:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 120231FC014 for ; Mon, 4 Sep 2017 14:51:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EA01340988 for ; Mon, 4 Sep 2017 14:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908388DC1 for ; Mon, 4 Sep 2017 14:51:05 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1504536658.fe8cba00cfbd3466afc58fdca8d5e703a00a4f6c.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libisoburn/libisoburn-1.4.6.ebuild X-VCS-Directories: dev-libs/libisoburn/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: fe8cba00cfbd3466afc58fdca8d5e703a00a4f6c X-VCS-Branch: master Date: Mon, 4 Sep 2017 14:51:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66ed642e-5a88-405c-a98c-20f446c1625e X-Archives-Hash: 2b890102b62e669eaad3b3264838eff7 commit: fe8cba00cfbd3466afc58fdca8d5e703a00a4f6c Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Sep 4 14:50:58 2017 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Sep 4 14:50:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8cba00 dev-libs/libisoburn: Update homepage. Stop using prune_libtool_files. Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-libs/libisoburn/libisoburn-1.4.6.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild index 0b3d1ae6367..6a218890041 100644 --- a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild +++ b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild @@ -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 }