diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-04 15:01:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-04 15:01:08 +0000 |
commit | 402c2ded5e876ccb3dad3631e6358aac36f9106f (patch) | |
tree | 50da2b0ef14e07cac59ea345b1f5888fc9fc5c64 /media-gfx | |
parent | x11-themes/qtcurve-qt4 version bump (diff) | |
download | gentoo-2-402c2ded5e876ccb3dad3631e6358aac36f9106f.tar.gz gentoo-2-402c2ded5e876ccb3dad3631e6358aac36f9106f.tar.bz2 gentoo-2-402c2ded5e876ccb3dad3631e6358aac36f9106f.zip |
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pstoedit/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pstoedit/files/3.44-as-needed.patch | 16 | ||||
-rw-r--r-- | media-gfx/pstoedit/files/pstoedit-m4-quoting.patch | 11 | ||||
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.44.ebuild | 54 |
4 files changed, 6 insertions, 82 deletions
diff --git a/media-gfx/pstoedit/ChangeLog b/media-gfx/pstoedit/ChangeLog index a638c2e3d20e..386364f2eb43 100644 --- a/media-gfx/pstoedit/ChangeLog +++ b/media-gfx/pstoedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/pstoedit # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.49 2008/03/04 13:07:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.50 2008/03/04 15:01:07 aballier Exp $ + + 04 Mar 2008; Alexis Ballier <aballier@gentoo.org> + -files/3.44-as-needed.patch, -files/pstoedit-m4-quoting.patch, + -pstoedit-3.44.ebuild: + remove old 04 Mar 2008; Brent Baude <ranger@gentoo.org> pstoedit-3.45.ebuild: stable ppc64, bug 208509 diff --git a/media-gfx/pstoedit/files/3.44-as-needed.patch b/media-gfx/pstoedit/files/3.44-as-needed.patch deleted file mode 100644 index 8e4a8cc6c2a4..000000000000 --- a/media-gfx/pstoedit/files/3.44-as-needed.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- pstoedit-3.42/src/Makefile.am.orig 2006-04-30 21:31:27.000000000 +0200 -+++ pstoedit-3.42/src/Makefile.am 2006-04-30 21:31:22.000000000 +0200 -@@ -101,11 +101,11 @@ - psfront.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 --pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS} -+pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la - - pkginclude_HEADERS = \ - pstoedit.h \ diff --git a/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch b/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch deleted file mode 100644 index 66e5b09d39e6..000000000000 --- a/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pstoedit-3.42/config/pstoedit.m4.orig 2006-05-14 18:28:22.450904504 +0200 -+++ pstoedit-3.42/config/pstoedit.m4 2006-05-14 18:29:27.178064480 +0200 -@@ -4,7 +4,7 @@ - dnl AM_PATH_PSTOEDIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) - dnl Test to see if libpstoedit is installed, and define PSTOEDIT_CFLAGS, LIBS - dnl --AC_DEFUN(AM_PATH_PSTOEDIT, -+AC_DEFUN([AM_PATH_PSTOEDIT], - [dnl - dnl Get the cflags and libraries from the pstoedit-config script - dnl diff --git a/media-gfx/pstoedit/pstoedit-3.44.ebuild b/media-gfx/pstoedit/pstoedit-3.44.ebuild deleted file mode 100644 index c616e915db2d..000000000000 --- a/media-gfx/pstoedit/pstoedit-3.44.ebuild +++ /dev/null @@ -1,54 +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/pstoedit/pstoedit-3.44.ebuild,v 1.9 2007/04/09 19:46:46 cryos Exp $ - -inherit autotools base eutils - -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="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" - -# Add flash when media-libs/ming-0.3 gets out of package.mask -IUSE="emf imagemagick plotutils" - -# Strangely when emerging with --as-needed libpng is not needed -DEPEND="media-libs/libpng - virtual/ghostscript - media-libs/gd - emf? ( >=media-libs/libemf-1.0.3 ) - imagemagick? ( media-gfx/imagemagick ) - plotutils? ( media-libs/plotutils )" -#flash? ( >=media-libs/ming-0.3 ) - -PATCHES="${FILESDIR}/3.44-as-needed.patch" - -pkg_setup() { - if use imagemagick && built_with_use media-gfx/imagemagick nocxx; then - eerror 'pstoedit with USE "imagemagick" requires media-gfx/imagemagick' - eerror 'built with C++ bindings. Please recompile imagemagick with' - eerror 'USE "-nocxx"' - echo - die 'missing imagemagick C++ header file Magick++.h' - fi -} - -src_compile() { - eautoreconf - #$(use_with flash swf) - # --without-swf for bug https://bugs.gentoo.org/show_bug.cgi?id=137204 - econf $(use_with emf) --without-swf $(use_with imagemagick magick) \ - $(use_with plotutils libplot) || die 'econf failed' - make || die 'compilation failed' -} - -src_install () { - emake DESTDIR=${D} install || die 'make install failed' - cd doc - dodoc readme.txt || die - dohtml *.htm || die - doman pstoedit.1 || die -} |