summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2015-03-21 20:49:05 +0000
committerFabian Groffen <grobian@gentoo.org>2015-03-21 20:49:05 +0000
commit397b02e85db4593201c35e88b32afb474a84b223 (patch)
tree96491c85c5623d4f9ec22dcc2381eda914061b2f /media-libs/gd
parentuse dobin instead of exeinto /usr/bin/ && doexe (diff)
downloadgentoo-2-397b02e85db4593201c35e88b32afb474a84b223.tar.gz
gentoo-2-397b02e85db4593201c35e88b32afb474a84b223.tar.bz2
gentoo-2-397b02e85db4593201c35e88b32afb474a84b223.zip
Install shared lib on Solaris, fix SRC_URI repoman complaint
(Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'media-libs/gd')
-rw-r--r--media-libs/gd/ChangeLog6
-rw-r--r--media-libs/gd/gd-2.0.35-r4.ebuild4
-rw-r--r--media-libs/gd/gd-2.1.1.ebuild8
3 files changed, 12 insertions, 6 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog
index 5ad1763449af..6741a6d15ecd 100644
--- a/media-libs/gd/ChangeLog
+++ b/media-libs/gd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.106 2015/03/07 20:09:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.107 2015/03/21 20:49:05 grobian Exp $
+
+ 21 Mar 2015; Fabian Groffen <grobian@gentoo.org> gd-2.0.35-r4.ebuild,
+ gd-2.1.1.ebuild:
+ Install shared lib on Solaris, fix SRC_URI repoman complaint
07 Mar 2015; Mike Frysinger <vapier@gentoo.org> gd-2.1.1.ebuild, metadata.xml:
Add USE=webp to control the libvpx dep #541854 by Anthony Parsons.
diff --git a/media-libs/gd/gd-2.0.35-r4.ebuild b/media-libs/gd/gd-2.0.35-r4.ebuild
index 50b33ec29899..b5ace33df89a 100644
--- a/media-libs/gd/gd-2.0.35-r4.ebuild
+++ b/media-libs/gd/gd-2.0.35-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.15 2014/10/11 13:40:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v 1.16 2015/03/21 20:49:05 grobian Exp $
EAPI="5"
diff --git a/media-libs/gd/gd-2.1.1.ebuild b/media-libs/gd/gd-2.1.1.ebuild
index 5a7ea2696f18..b040a320224c 100644
--- a/media-libs/gd/gd-2.1.1.ebuild
+++ b/media-libs/gd/gd-2.1.1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v 1.3 2015/03/07 20:09:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v 1.4 2015/03/21 20:49:05 grobian Exp $
EAPI="5"
-inherit multilib-minimal
+inherit libtool multilib-minimal
DESCRIPTION="A graphics library for fast image creation"
HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
-SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz"
+SRC_URI="mirror://bitbucket/libgd/gd-libgd/downloads/lib${P}.tar.xz"
LICENSE="gd IJG HPND BSD"
SLOT="2/3"
@@ -32,6 +32,8 @@ S="${WORKDIR}/lib${P}"
src_prepare() {
epatch "${FILESDIR}/${P}-headers.patch" #540376
+
+ elibtoolize # for shared library on Solaris
}
multilib_src_configure() {