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 AE3F5138335 for ; Fri, 14 Sep 2018 19:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206BCE0BBB; Fri, 14 Sep 2018 19:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E4D81E0BBB for ; Fri, 14 Sep 2018 19:16:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B67B8335C31 for ; Fri, 14 Sep 2018 19:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2544F3D7 for ; Fri, 14 Sep 2018 19:16:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536952547.79e0cfbb9e9eb6ea14867b801654db9e9fea24c5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gd/gd-2.2.5-r1.ebuild X-VCS-Directories: media-libs/gd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5 X-VCS-Branch: master Date: Fri, 14 Sep 2018 19:16:02 +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: 8db51d8d-619c-4cd7-8dc6-f20c7ca78092 X-Archives-Hash: 98fb6b42e801195cf522fb4a76635567 commit: 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 14 19:13:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 14 19:15:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e0cfbb media-libs/gd: Drop ltprune, use https Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/gd/gd-2.2.5-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild index 79f1957b3f5..22a71924d8d 100644 --- a/media-libs/gd/gd-2.2.5-r1.ebuild +++ b/media-libs/gd/gd-2.2.5-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 -inherit libtool ltprune multilib-minimal +inherit libtool multilib-minimal -DESCRIPTION="A graphics library for fast image creation" -HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" +DESCRIPTION="Graphics library for fast image creation" +HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/" SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" @@ -60,5 +60,5 @@ multilib_src_configure() { multilib_src_install_all() { dodoc README.md - prune_libtool_files + find "${D}" -name '*.la' -delete || die }