aballier 15/04/29 15:22:52 Modified: ChangeLog Added: pstoedit-3.70.ebuild Log: version bump, bug #541384; properly remove all .la files, bug #537476 Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.93 media-gfx/pstoedit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 14 Apr 2015 13:23:57 -0000 1.92 +++ ChangeLog 29 Apr 2015 15:22:52 -0000 1.93 @@ -1,6 +1,11 @@ # 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.92 2015/04/14 13:23:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.93 2015/04/29 15:22:52 aballier Exp $ + +*pstoedit-3.70 (29 Apr 2015) + + 29 Apr 2015; Alexis Ballier <[email protected]> +pstoedit-3.70.ebuild: + version bump, bug #541384; properly remove all .la files, bug #537476 14 Apr 2015; Agostino Sarubbo <[email protected]> pstoedit-3.62.ebuild: Stable for ia64, wrt bug #530658 1.1 media-gfx/pstoedit/pstoedit-3.70.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/pstoedit-3.70.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pstoedit/pstoedit-3.70.ebuild?rev=1.1&content-type=text/plain Index: pstoedit-3.70.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.ebuild,v 1.1 2015/04/29 15:22:52 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 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 }
