aballier 14/11/02 11:39:13 Modified: ChangeLog Added: sam2p-0.49.2.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.58 media-gfx/sam2p/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 27 Aug 2013 21:00:58 -0000 1.57 +++ ChangeLog 2 Nov 2014 11:39:13 -0000 1.58 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/sam2p -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.57 2013/08/27 21:00:58 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.58 2014/11/02 11:39:13 aballier Exp $ + +*sam2p-0.49.2 (02 Nov 2014) + + 02 Nov 2014; Alexis Ballier <[email protected]> +sam2p-0.49.2.ebuild: + version bump 27 Aug 2013; Alexis Ballier <[email protected]> sam2p-0.49.1.ebuild, +files/sam2p-0.49.1-gcc48.patch: 1.1 media-gfx/sam2p/sam2p-0.49.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild?rev=1.1&content-type=text/plain Index: sam2p-0.49.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild,v 1.1 2014/11/02 11:39:13 aballier Exp $ EAPI=4 inherit autotools eutils toolchain-funcs DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" HOMEPAGE="http://code.google.com/p/sam2p/" SRC_URI="http://sam2p.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="examples gif" RDEPEND="" DEPEND="dev-lang/perl" RESTRICT="test" src_prepare() { epatch \ "${FILESDIR}"/${PN}-0.45-fbsd.patch \ "${FILESDIR}"/${PN}-0.49.1-build.patch eautoreconf tc-export CXX } src_configure() { econf --enable-lzw $(use_enable gif) } src_install() { dobin sam2p dodoc README if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/* fi }
