About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
aballier 09/06/24 18:48:05 Modified: ChangeLog Added: sam2p-0.46.ebuild Log: version bump (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.37 media-gfx/sam2p/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sam2p/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 18 Mar 2009 19:19:09 -0000 1.36 +++ ChangeLog 24 Jun 2009 18:48:05 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/sam2p -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.36 2009/03/18 19:19:09 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.37 2009/06/24 18:48:05 aballier Exp $ + +*sam2p-0.46 (24 Jun 2009) + + 24 Jun 2009; Alexis Ballier <aballier@g.o> +sam2p-0.46.ebuild: + version bump 18 Mar 2009; Raúl Porcel <armin76@g.o> sam2p-0.45-r1.ebuild: arm/s390/sh stable wrt #253551 1.1 media-gfx/sam2p/sam2p-0.46.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sam2p/sam2p-0.46.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sam2p/sam2p-0.46.ebuild?rev=1.1&content-type=text/plain Index: sam2p-0.46.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.46.ebuild,v 1.1 2009/06/24 18:48:05 aballier Exp $ inherit toolchain-funcs eutils autotools DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/" SRC_URI="http://www.inf.bme.hu/~pts/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="examples gif" DEPEND="dev-lang/perl" RDEPEND="virtual/libc" RESTRICT="test" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PN}-0.45-fbsd.patch" epatch "${FILESDIR}/${PN}-0.45-nostrip.patch" epatch "${FILESDIR}/${PN}-0.45-cflags.patch" eautoreconf } src_compile() { tc-export CXX econf --enable-lzw $(use_enable gif) || die "econf failed" emake || die "make failed" } src_install() { dobin sam2p || die "Failed to install sam2p" dodoc README if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/* fi }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.