Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gd/
Date: Fri, 14 Sep 2018 19:16:07
Message-Id: 1536952547.79e0cfbb9e9eb6ea14867b801654db9e9fea24c5.asturm@gentoo
1 commit: 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 19:13:40 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 19:15:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e0cfbb
7
8 media-libs/gd: Drop ltprune, use https
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 media-libs/gd/gd-2.2.5-r1.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild
16 index 79f1957b3f5..22a71924d8d 100644
17 --- a/media-libs/gd/gd-2.2.5-r1.ebuild
18 +++ b/media-libs/gd/gd-2.2.5-r1.ebuild
19 @@ -1,12 +1,12 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 +EAPI=6
25
26 -inherit libtool ltprune multilib-minimal
27 +inherit libtool multilib-minimal
28
29 -DESCRIPTION="A graphics library for fast image creation"
30 -HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
31 +DESCRIPTION="Graphics library for fast image creation"
32 +HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/"
33 SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz"
34
35 LICENSE="gd IJG HPND BSD"
36 @@ -60,5 +60,5 @@ multilib_src_configure() {
37
38 multilib_src_install_all() {
39 dodoc README.md
40 - prune_libtool_files
41 + find "${D}" -name '*.la' -delete || die
42 }