aballier 15/07/16 13:46:25 Modified: ChangeLog Added: pstoedit-3.70-r1.ebuild Log: drop libpng libs from .pc file since it does not use libpng and never substitutes it, bug #551208 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.94 media-gfx/pstoedit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 29 Apr 2015 15:22:52 -0000 1.93 +++ ChangeLog 16 Jul 2015 13:46:25 -0000 1.94 @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/pstoedit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.93 2015/04/29 15:22:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.94 2015/07/16 13:46:25 aballier Exp $ + +*pstoedit-3.70-r1 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <[email protected]> +pstoedit-3.70-r1.ebuild, + +files/pstoedit-3.70-pkgconfig.patch: + drop libpng libs from .pc file since it does not use libpng and never + substitutes it, bug #551208 *pstoedit-3.70 (29 Apr 2015) 1.1 media-gfx/pstoedit/pstoedit-3.70-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild?rev=1.1&content-type=text/plain Index: pstoedit-3.70-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild,v 1.1 2015/07/16 13:46:25 aballier Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Translate PostScript and PDF graphics into other vector formats" HOMEPAGE="http://sourceforge.net/projects/pstoedit/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="emf flash imagemagick plotutils pptx static-libs" RDEPEND=" >=media-libs/gd-2.0.35-r1 >=app-text/ghostscript-gpl-8.71-r1 emf? ( >=media-libs/libemf-1.0.3 ) flash? ( >=media-libs/ming-0.4.3 ) imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] ) plotutils? ( media-libs/plotutils ) pptx? ( dev-libs/libzip ) " DEPEND="${RDEPEND} virtual/pkgconfig " src_prepare() { sed -i \ -e '/CXXFLAGS="-g"/d' \ -e 's:-pedantic::' \ configure.ac || die epatch "${FILESDIR}"/${PN}-3.60-libdl.patch epatch "${FILESDIR}"/${PN}-3.70-pkgconfig.patch eautoreconf } src_configure() { econf \ $(use_enable static-libs static) \ $(use_with emf) \ $(use_with imagemagick magick) \ $(use_with plotutils libplot) \ $(use_with flash swf) \ $(use_with pptx) } src_install() { default doman doc/pstoedit.1 dodoc doc/*.txt dohtml doc/*.htm find "${ED}" -name '*.la' -delete }
