grobian 15/03/21 20:49:05 Modified: gd-2.1.1.ebuild gd-2.0.35-r4.ebuild ChangeLog Log: 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)
Revision Changes Path 1.4 media-libs/gd/gd-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?r1=1.3&r2=1.4 Index: gd-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gd-2.1.1.ebuild 7 Mar 2015 20:09:49 -0000 1.3 +++ gd-2.1.1.ebuild 21 Mar 2015 20:49:05 -0000 1.4 @@ -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 @@ src_prepare() { epatch "${FILESDIR}/${P}-headers.patch" #540376 + + elibtoolize # for shared library on Solaris } multilib_src_configure() { 1.16 media-libs/gd/gd-2.0.35-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild?r1=1.15&r2=1.16 Index: gd-2.0.35-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r4.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gd-2.0.35-r4.ebuild 11 Oct 2014 13:40:08 -0000 1.15 +++ gd-2.0.35-r4.ebuild 21 Mar 2015 20:49:05 -0000 1.16 @@ -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" 1.107 media-libs/gd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 7 Mar 2015 20:09:49 -0000 1.106 +++ ChangeLog 21 Mar 2015 20:49:05 -0000 1.107 @@ -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 <[email protected]> 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 <[email protected]> gd-2.1.1.ebuild, metadata.xml: Add USE=webp to control the libvpx dep #541854 by Anthony Parsons.
