summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-11-29 16:05:26 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-11-29 16:05:26 +0000
commitdfa6c34677ea79143408537356eee3f379aafc65 (patch)
treeecbf27c013560553ff39b75d404d7c4851ef82c2 /media-gfx
parentAdded dmg2img to the tree. (diff)
downloadgentoo-2-dfa6c34677ea79143408537356eee3f379aafc65.tar.gz
gentoo-2-dfa6c34677ea79143408537356eee3f379aafc65.tar.bz2
gentoo-2-dfa6c34677ea79143408537356eee3f379aafc65.zip
ppc stable, bug #232306
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sam2p/ChangeLog6
-rw-r--r--media-gfx/sam2p/sam2p-0.45-r1.ebuild4
-rw-r--r--media-gfx/sam2p/sam2p-0.45.ebuild32
3 files changed, 7 insertions, 35 deletions
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 <dertobi123@gentoo.org> -sam2p-0.45.ebuild,
+ sam2p-0.45-r1.ebuild:
+ ppc stable, bug #232306
14 Nov 2008; Alexis Ballier <aballier@gentoo.org>
+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
-}