aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/pstoedit/Manifest12
-rw-r--r--media-gfx/pstoedit/files/3.44-link-libdl.patch12
-rw-r--r--media-gfx/pstoedit/files/digest-pstoedit-3.443
-rw-r--r--media-gfx/pstoedit/pstoedit-3.44.ebuild63
4 files changed, 0 insertions, 90 deletions
diff --git a/media-gfx/pstoedit/Manifest b/media-gfx/pstoedit/Manifest
deleted file mode 100644
index 7185bb5..0000000
--- a/media-gfx/pstoedit/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-AUX 3.44-link-libdl.patch 485 RMD160 c80fdc96f6eb70d272b595a76cbb6aaaa096b15e SHA1 712967cbaa8c62843c927ccc9f4925f4e3f96937 SHA256 6b4cecf31f8d7c41527570762d91bfa22a1f7f90668ff87147414b6c209b2df7
-MD5 41627360c88bacbc5d000caa02c6fb4c files/3.44-link-libdl.patch 485
-RMD160 c80fdc96f6eb70d272b595a76cbb6aaaa096b15e files/3.44-link-libdl.patch 485
-SHA256 6b4cecf31f8d7c41527570762d91bfa22a1f7f90668ff87147414b6c209b2df7 files/3.44-link-libdl.patch 485
-DIST pstoedit-3.44.tar.gz 837147 RMD160 f745cc93ee681963a45f769955f574cfafc64ee9 SHA1 85785ca1b523795f61b44f1947250edcaae8b5a9 SHA256 84af13a39dde6e5fd224306d87090fb5350de52ee7fb412e0b1373207af1027e
-EBUILD pstoedit-3.44.ebuild 1568 RMD160 922fe0772acedc5df40ba807c54f667dd12f77d7 SHA1 d580197ceb4c8696981b260d8a6b5a571036aaed SHA256 07b2355f695c435ec3c826fb2ab6cd079d687869371c2cf1c1f740cfb9d0b1f4
-MD5 515be5d48f5cb53887966de9231c4ec8 pstoedit-3.44.ebuild 1568
-RMD160 922fe0772acedc5df40ba807c54f667dd12f77d7 pstoedit-3.44.ebuild 1568
-SHA256 07b2355f695c435ec3c826fb2ab6cd079d687869371c2cf1c1f740cfb9d0b1f4 pstoedit-3.44.ebuild 1568
-MD5 c8f2e51c1f66db198345abf335ec94bd files/digest-pstoedit-3.44 241
-RMD160 9469f96d4db3bc4b8c4df97e4cde825a8640601d files/digest-pstoedit-3.44 241
-SHA256 861e45403ad06356a80bc9295bec1b00a07e3af3c07fc616fd3c5753529457fd files/digest-pstoedit-3.44 241
diff --git a/media-gfx/pstoedit/files/3.44-link-libdl.patch b/media-gfx/pstoedit/files/3.44-link-libdl.patch
deleted file mode 100644
index 8f40490..0000000
--- a/media-gfx/pstoedit/files/3.44-link-libdl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN pstoedit-3.44.orig/src/Makefile.am pstoedit-3.44/src/Makefile.am
---- pstoedit-3.44.orig/src/Makefile.am 2006-11-28 22:14:33.000000000 -0800
-+++ pstoedit-3.44/src/Makefile.am 2006-11-28 22:16:15.000000000 -0800
-@@ -103,7 +103,7 @@
- genericints.h \
- version.h
-
--libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB}
-+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} ${LIBLD_LDFLAGS}
- libpstoedit_la_LDFLAGS = -no-undefined
-
- pstoedit_SOURCES = cmdmain.cpp
diff --git a/media-gfx/pstoedit/files/digest-pstoedit-3.44 b/media-gfx/pstoedit/files/digest-pstoedit-3.44
deleted file mode 100644
index 910b144..0000000
--- a/media-gfx/pstoedit/files/digest-pstoedit-3.44
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 13f24cb070da3f6af82ed84f4e53f049 pstoedit-3.44.tar.gz 837147
-RMD160 f745cc93ee681963a45f769955f574cfafc64ee9 pstoedit-3.44.tar.gz 837147
-SHA256 84af13a39dde6e5fd224306d87090fb5350de52ee7fb412e0b1373207af1027e pstoedit-3.44.tar.gz 837147
diff --git a/media-gfx/pstoedit/pstoedit-3.44.ebuild b/media-gfx/pstoedit/pstoedit-3.44.ebuild
deleted file mode 100644
index 86d597f..0000000
--- a/media-gfx/pstoedit/pstoedit-3.44.ebuild
+++ /dev/null
@@ -1,63 +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/pstoedit/pstoedit-3.42.ebuild,v 1.5 2006/07/07 10:03:15 jer Exp $
-
-inherit libtool eutils autotools
-
-# see bug #29724. please don't re-enable flash support until
-# ming has the patches applied <obz@gentoo.org>
-# IUSE="flash emf"
-IUSE="plotutils emf"
-
-DESCRIPTION="translates PostScript and PDF graphics into other vector formats"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.pstoedit.net/pstoedit"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="sys-libs/zlib
- !amd64? ( emf? ( media-libs/libemf ) )
- media-libs/libpng
- media-libs/libexif
- plotutils? ( media-libs/plotutils )"
-# flash? ( media-libs/ming )"
-
-RDEPEND="${DEPEND}
- virtual/ghostscript"
-
-src_unpack() {
-
- unpack ${A}; cd "${S}"
- # need to remove the pedantic flag, see bug #39557
- sed -i -e "s/\-pedantic//" configure configure.ac
- epatch "${FILESDIR}"/${PV}-link-libdl.patch
- eautoreconf
-
-}
-
-src_compile() {
-
- local myconf=""
- if ! use amd64 && use emf ; then
- myconf="${myconf} $(use_with emf)"
- # bug #29724
- [ -f /usr/include/libEMF/emf.h ] \
- && myconf="${myconf} --with-libemf-include=/usr/include/libEMF"
- fi
-
- elibtoolize
- econf ${myconf} $(use_with plotutils libplot) || die "econf failed"
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die "make install failed"
- dodoc readme.txt copying
- dohtml changelog.htm index.htm doc/pstoedit.htm
- doman doc/pstoedit.1
-
-}