summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-06 03:47:01 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-06 03:47:01 +0000
commit4e955f73f7fb84b342c14be3b8a3abc7ee38803c (patch)
tree54ceb18073f4ca6196f5cfbb7815037cfbd3de59 /media-gfx/pstoedit
parentInitial commit. Imported from torbrowser overlay. Original ebuild by Poncho. (diff)
downloadgentoo-2-4e955f73f7fb84b342c14be3b8a3abc7ee38803c.tar.gz
gentoo-2-4e955f73f7fb84b342c14be3b8a3abc7ee38803c.tar.bz2
gentoo-2-4e955f73f7fb84b342c14be3b8a3abc7ee38803c.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx/pstoedit')
-rw-r--r--media-gfx/pstoedit/ChangeLog8
-rw-r--r--media-gfx/pstoedit/files/pstoedit-3.50-parallel.patch45
-rw-r--r--media-gfx/pstoedit/files/pstoedit-3.50-plugin-close.patch12
-rw-r--r--media-gfx/pstoedit/files/pstoedit-3.50-swf.patch25
-rw-r--r--media-gfx/pstoedit/pstoedit-3.50-r1.ebuild54
-rw-r--r--media-gfx/pstoedit/pstoedit-3.50.ebuild52
-rw-r--r--media-gfx/pstoedit/pstoedit-3.60.ebuild52
7 files changed, 7 insertions, 241 deletions
diff --git a/media-gfx/pstoedit/ChangeLog b/media-gfx/pstoedit/ChangeLog
index b732bf83ce99..7e540cb94446 100644
--- a/media-gfx/pstoedit/ChangeLog
+++ b/media-gfx/pstoedit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/pstoedit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.90 2015/01/01 11:20:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.91 2015/01/06 03:47:01 mrueg Exp $
+
+ 06 Jan 2015; Manuel Rüger <mrueg@gentoo.org>
+ -files/pstoedit-3.50-parallel.patch, -files/pstoedit-3.50-plugin-close.patch,
+ -files/pstoedit-3.50-swf.patch, -pstoedit-3.50-r1.ebuild,
+ -pstoedit-3.50.ebuild, -pstoedit-3.60.ebuild:
+ Remove old.
01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pstoedit-3.62.ebuild:
Stable for ppc64, wrt bug #530658
diff --git a/media-gfx/pstoedit/files/pstoedit-3.50-parallel.patch b/media-gfx/pstoedit/files/pstoedit-3.50-parallel.patch
deleted file mode 100644
index 480efd7250c9..000000000000
--- a/media-gfx/pstoedit/files/pstoedit-3.50-parallel.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -86,6 +86,7 @@ libp2edrvstd_la_SOURCES= \
- $(sample_drivers_src)
- libp2edrvstd_la_LIBADD=-L. libpstoedit.la
- libp2edrvstd_la_LDFLAGS=-no-undefined -module
-+libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
-
- #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
- #libp2edrvplugins_la_LIBADD=
-@@ -95,15 +96,18 @@ libp2edrvstd_la_LDFLAGS=-no-undefined -module
- libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
- libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) -L. libpstoedit.la
- libp2edrvlplot_la_LDFLAGS=-no-undefined -module
-+libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
-
- libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
- libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) -L. libpstoedit.la
- libp2edrvswf_la_LDFLAGS=-no-undefined -module
-+libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
-
- # note the __ stand for ++ - automake treats all no alphanums chars as _
- libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
- libp2edrvmagick___la_LIBADD=-L. libpstoedit.la
- libp2edrvmagick___la_LDFLAGS=-no-undefined ${LIBMAGICK_LDFLAGS} -module
-+libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
- # moved to configure.ac because needed only for g++ libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
-
- if USE_EMFBYSOURCE
-@@ -113,6 +117,7 @@ else
- libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LDFLAGS=-no-undefined $(LIBEMF_LDFLAGS) -L. libpstoedit.la -module
- endif
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
-
- libpstoedit_la_SOURCES = \
- dynload.cpp dynload.h \
-@@ -135,6 +140,7 @@ libpstoedit_la_LDFLAGS = -no-undefined
-
- pstoedit_SOURCES = cmdmain.cpp
- pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS}
-+pstoedit_DEPENDENCIES = libpstoedit.la
-
- pkginclude_HEADERS = \
- pstoedit.h \
diff --git a/media-gfx/pstoedit/files/pstoedit-3.50-plugin-close.patch b/media-gfx/pstoedit/files/pstoedit-3.50-plugin-close.patch
deleted file mode 100644
index df2aa7c47d05..000000000000
--- a/media-gfx/pstoedit/files/pstoedit-3.50-plugin-close.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://bugzilla.redhat.com/507035
-
---- src/dynload.cpp
-+++ src/dynload.cpp
-@@ -147,7 +147,6 @@ void DynLoader::close()
-
- DynLoader::~DynLoader()
- {
-- close();
- libname=0;
- }
-
diff --git a/media-gfx/pstoedit/files/pstoedit-3.50-swf.patch b/media-gfx/pstoedit/files/pstoedit-3.50-swf.patch
deleted file mode 100644
index 36500935ec11..000000000000
--- a/media-gfx/pstoedit/files/pstoedit-3.50-swf.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://bugs.gentoo.org/238803
-
---- configure.ac
-+++ configure.ac
-@@ -181,7 +181,7 @@
- [LIBMING_CFLAGS="-DHAVE_LIBMING"])
- if test -n "${LIBMING_LDFLAGS}" && test -n "${LIBMING_CFLAGS}"; then
- HAVE_LIBMING=yes
-- AC_CHECK_HEADER(util/png2dbl.c,[LIBMING_CFLAGS="$LIBMING_CFLAGS -DHAVE_LIBMINGUTIL"])
-+ AC_CHECK_HEADER(util/png2dbl.c,[LIBMING_CFLAGS="$LIBMING_CFLAGS -DHAVE_LIBMINGUTIL -DUSE_PNG"])
- else
- LIBMING_LDFLAGS=
- LIBMING_CFLAGS=
---- src/drvswf.cpp
-+++ src/drvswf.cpp
-@@ -31,8 +31,7 @@
- //static bool trace = false;
- //static bool cubic = false;
-
--#include "mingpp.h"
--#include "ming_config.h"
-+#include <mingpp.h>
-
- #if defined(_WIN32)
- extern "C" {
diff --git a/media-gfx/pstoedit/pstoedit-3.50-r1.ebuild b/media-gfx/pstoedit/pstoedit-3.50-r1.ebuild
deleted file mode 100644
index fae328fe9e0d..000000000000
--- a/media-gfx/pstoedit/pstoedit-3.50-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.50-r1.ebuild,v 1.3 2012/05/05 07:00:18 jdhore Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="http://sourceforge.net/projects/pstoedit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="emf flash imagemagick plotutils"
-
-RDEPEND=">=media-libs/libpng-1.4.3
- >=media-libs/gd-2.0.35-r1
- >=app-text/ghostscript-gpl-8.71-r1
- emf? ( >=media-libs/libemf-1.0.3 )
- flash? ( >=media-libs/ming-0.4.3 )
- imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] )
- plotutils? ( media-libs/plotutils )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e '/CXXFLAGS="-g"/d' \
- -e 's:-pedantic::' \
- configure.ac || die
-
- epatch "${FILESDIR}"/${P}-parallel.patch \
- "${FILESDIR}"/${P}-plugin-close.patch \
- "${FILESDIR}"/${P}-swf.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_with emf) \
- $(use_with imagemagick magick) \
- $(use_with plotutils libplot) \
- $(use_with flash swf)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- doman doc/pstoedit.1 || die
- dodoc doc/*.txt
- dohtml doc/*.htm
-}
diff --git a/media-gfx/pstoedit/pstoedit-3.50.ebuild b/media-gfx/pstoedit/pstoedit-3.50.ebuild
deleted file mode 100644
index 0d092e4751c8..000000000000
--- a/media-gfx/pstoedit/pstoedit-3.50.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.50.ebuild,v 1.10 2012/05/05 07:00:18 jdhore Exp $
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="http://www.pstoedit.net/pstoedit"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-IUSE="emf imagemagick plotutils"
-
-RDEPEND="media-libs/libpng
- media-libs/gd
- app-text/ghostscript-gpl
- emf? ( >=media-libs/libemf-1.0.3 )
- imagemagick? ( media-gfx/imagemagick[cxx] )
- plotutils? ( media-libs/plotutils )"
-# swf? ( >=media-libs/ming-0.3 )" bug 238803
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i -e 's:-pedantic ::' -e 's:CXXFLAGS="-g"::' "${S}"/configure.ac
- epatch "${FILESDIR}"/${P}-parallel.patch
- epatch "${FILESDIR}"/${P}-plugin-close.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with emf) \
- $(use_with imagemagick magick) \
- $(use_with plotutils libplot) \
- --without-swf \
- || die 'econf failed'
-# $(use_with swf) \ # bug 238803
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die 'make install failed'
- cd doc
- dodoc readme.txt || die
- dohtml *.htm || die
- doman pstoedit.1 || die
-}
diff --git a/media-gfx/pstoedit/pstoedit-3.60.ebuild b/media-gfx/pstoedit/pstoedit-3.60.ebuild
deleted file mode 100644
index ca44a9f9d234..000000000000
--- a/media-gfx/pstoedit/pstoedit-3.60.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.60.ebuild,v 1.5 2012/06/28 12:47:18 naota Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="http://sourceforge.net/projects/pstoedit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="emf flash imagemagick plotutils"
-
-RDEPEND=">=media-libs/libpng-1.4.3
- >=media-libs/gd-2.0.35-r1
- >=app-text/ghostscript-gpl-8.71-r1
- emf? ( >=media-libs/libemf-1.0.3 )
- flash? ( >=media-libs/ming-0.4.3 )
- imagemagick? ( >=media-gfx/imagemagick-6.6.1.2[cxx] )
- plotutils? ( media-libs/plotutils )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e '/CXXFLAGS="-g"/d' \
- -e 's:-pedantic::' \
- configure.ac || die
-
- epatch "${FILESDIR}"/${P}-parallel.patch \
- "${FILESDIR}"/${P}-libdl.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with emf) \
- $(use_with imagemagick magick) \
- $(use_with plotutils libplot) \
- $(use_with flash swf)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- doman doc/pstoedit.1
- dodoc doc/*.txt
- dohtml doc/*.htm
-}