From dfa6c34677ea79143408537356eee3f379aafc65 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sat, 29 Nov 2008 16:05:26 +0000 Subject: ppc stable, bug #232306 (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64) --- media-gfx/sam2p/ChangeLog | 6 +++++- media-gfx/sam2p/sam2p-0.45-r1.ebuild | 4 ++-- media-gfx/sam2p/sam2p-0.45.ebuild | 32 -------------------------------- 3 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 media-gfx/sam2p/sam2p-0.45.ebuild (limited to 'media-gfx/sam2p') diff --git a/media-gfx/sam2p/ChangeLog b/media-gfx/sam2p/ChangeLog index a53d9dfbc91b..edffac778e4c 100644 --- a/media-gfx/sam2p/ChangeLog +++ b/media-gfx/sam2p/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/sam2p # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.33 2008/11/14 09:15:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.34 2008/11/29 16:05:26 dertobi123 Exp $ + + 29 Nov 2008; Tobias Scherbaum -sam2p-0.45.ebuild, + sam2p-0.45-r1.ebuild: + ppc stable, bug #232306 14 Nov 2008; Alexis Ballier +files/sam2p-0.45-distcc.patch, sam2p-0.45-r1.ebuild: diff --git a/media-gfx/sam2p/sam2p-0.45-r1.ebuild b/media-gfx/sam2p/sam2p-0.45-r1.ebuild index f911c161b04e..484f8f76abe1 100644 --- a/media-gfx/sam2p/sam2p-0.45-r1.ebuild +++ b/media-gfx/sam2p/sam2p-0.45-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45-r1.ebuild,v 1.10 2008/11/14 09:15:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45-r1.ebuild,v 1.11 2008/11/29 16:05:26 dertobi123 Exp $ inherit toolchain-funcs eutils autotools @@ -10,7 +10,7 @@ HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="examples gif" DEPEND="dev-lang/perl" RDEPEND="virtual/libc" diff --git a/media-gfx/sam2p/sam2p-0.45.ebuild b/media-gfx/sam2p/sam2p-0.45.ebuild deleted file mode 100644 index e5f1070f69d4..000000000000 --- a/media-gfx/sam2p/sam2p-0.45.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45.ebuild,v 1.9 2007/12/18 19:18:26 jer Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" -HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/" -# The author refuses to distribute -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" -IUSE="gif" -DEPEND="dev-lang/perl" -RDEPEND="virtual/libc" - -RESTRICT="test" - -src_compile() { - # Makedep fails with distcc - if has distcc ${FEATURES}; then - die "disable FEATURES=distcc" - fi - econf --enable-lzw $(use_enable gif) || die "econf failed" - emake -j1 || die "make failed" -} - -src_install() { - einstall - dodoc README -} -- cgit v1.2.3-65-gdbad