summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-04 18:56:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-04 18:56:42 +0000
commit713b93b727fc76507b3b4364f86894af91a69113 (patch)
treee60ede3e47c8d5ce9b0ed0e9433d30d225467767 /media-gfx
parentFix test suite. Move use_enable inside function. (diff)
downloadgentoo-2-713b93b727fc76507b3b4364f86894af91a69113.tar.gz
gentoo-2-713b93b727fc76507b3b4364f86894af91a69113.tar.bz2
gentoo-2-713b93b727fc76507b3b4364f86894af91a69113.zip
remove old
(Portage version: 2.1.5.3)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sam2p/ChangeLog5
-rw-r--r--media-gfx/sam2p/sam2p-0.44.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/media-gfx/sam2p/ChangeLog b/media-gfx/sam2p/ChangeLog
index 75e593f35fb1..eb8811cf7ada 100644
--- a/media-gfx/sam2p/ChangeLog
+++ b/media-gfx/sam2p/ChangeLog
@@ -1,6 +1,9 @@
# 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.26 2008/04/16 13:59:18 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.27 2008/06/04 18:56:42 aballier Exp $
+
+ 04 Jun 2008; Alexis Ballier <aballier@gentoo.org> -sam2p-0.44.ebuild:
+ remove old
16 Apr 2008; Peter Volkov <pva@gentoo.org> sam2p-0.45-r1.ebuild:
amd64 stable, bug #215735.
diff --git a/media-gfx/sam2p/sam2p-0.44.ebuild b/media-gfx/sam2p/sam2p-0.44.ebuild
deleted file mode 100644
index 0b43449a9b5a..000000000000
--- a/media-gfx/sam2p/sam2p-0.44.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.44.ebuild,v 1.10 2007/06/26 02:11:24 mr_bones_ 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="ppc x86"
-IUSE="gif"
-DEPEND="dev-lang/perl"
-RDEPEND="virtual/libc"
-
-S=${WORKDIR}
-
-src_compile() {
- local myconf="--enable-lzw `use_enable gif`"
- # Makedep borks if distcc is used, so disable it for econf by
- # overriding the path to g++
- CXX="$(tc-getCXX)" econf ${myconf} || die
- make || die
-}
-
-src_install() {
- einstall
- dodoc README
-}