media-libs/gd: Drop ltprune, use https
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 14 Sep 2018 19:13:40 +0000 (21:13 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 14 Sep 2018 19:15:47 +0000 (21:15 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-libs/gd/gd-2.2.5-r1.ebuild

index 79f1957b3f5ceade143781564be56a4f5521a6b8..22a71924d8dadab52bf0a126e9f56ae6dea1f640 100644 (file)
@@ -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
 }