public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pstoedit/, media-gfx/pstoedit/files/
Date: Tue, 31 Jan 2017 16:26:14 +0000 (UTC)	[thread overview]
Message-ID: <1485879967.22c4233671ba534b8ca1d358de7461fdb86d6b45.dilfridge@gentoo> (raw)

commit:     22c4233671ba534b8ca1d358de7461fdb86d6b45
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 16:26:07 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 16:26:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c42336

media-gfx/pstoedit: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/pstoedit/Manifest                        |  2 -
 .../pstoedit/files/pstoedit-3.60-parallel.patch    | 49 -----------------
 .../pstoedit/files/pstoedit-3.62-parallel.patch    | 54 -------------------
 media-gfx/pstoedit/pstoedit-3.61.ebuild            | 56 --------------------
 media-gfx/pstoedit/pstoedit-3.62.ebuild            | 61 ----------------------
 media-gfx/pstoedit/pstoedit-3.70.ebuild            | 59 ---------------------
 6 files changed, 281 deletions(-)

diff --git a/media-gfx/pstoedit/Manifest b/media-gfx/pstoedit/Manifest
index fd14e1b..47346fa 100644
--- a/media-gfx/pstoedit/Manifest
+++ b/media-gfx/pstoedit/Manifest
@@ -1,3 +1 @@
-DIST pstoedit-3.61.tar.gz 989480 SHA256 e9935f5510fc5a3227bd31a74e88911f02a4c8516f3e0fe9fbc0dc780f2460db SHA512 fa7ca567ea5acc95000b9d7582c22605725f5893d2f00412f6e9e59ead1efc6cafbbb019df0a4ae4f849ed50df59cf1f4d187fdd3b560d62173287d6f7e3db72 WHIRLPOOL cf7b252afce0c65ccb9d739df5e4c4b419f7f39f9a76a5ad3f1dfc78cb9a0549b4ac0881dde7400fa51d9f75d479aa0669da76d8c01a628c2d4676cbe56e5287
-DIST pstoedit-3.62.tar.gz 1013477 SHA256 8074c44637d48fa1a9253b263b18a61258bab904df473f803d8a639b6a038148 SHA512 f8c8643c873066026d0ef15a845006cf13928410e1c4b822bdd9a727d5d80f703d3ddabbcde249c72395c3b013dd2e1ef020f4a74f239b118035372ba5e4dda4 WHIRLPOOL 1cd36f55786e060bb66b5f41461edd38b40a5222c0abe9442a7b7223b781922f875271cda99397928ddc137725e236ef53cfb15f070510a770364d822df90ec9
 DIST pstoedit-3.70.tar.gz 1013949 SHA256 06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c SHA512 63668ea039fdf988ba007bafb8dc1f23f06d4eb430a92b97fb93c71b819f63e2708b99476ec9b096598db2ddd30d29a69101f078e7d4fdfec314677f50293cf9 WHIRLPOOL b1538ddc6fdebd150e79e3c574b41941077863e14eff1b9e74baf0bffe6d4ef8419bff551bf88e6e4e98550648d7a050e18b0df8627373351074ff434de8a571

diff --git a/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch b/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch
deleted file mode 100644
index 0ad8c7c..00000000
--- a/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- pstoedit-3.60/src/Makefile.am.orig
-+++ pstoedit-3.60/src/Makefile.am
-@@ -87,6 +87,7 @@
-         $(sample_drivers_src)                   
- libp2edrvstd_la_LIBADD=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=
-@@ -96,25 +97,30 @@
- libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
- libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) 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) 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=${LIBMAGICK_LDFLAGS} libpstoedit.la
- libp2edrvmagick___la_LDFLAGS=-no-undefined -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
- libp2edrvwmf_la_SOURCES=emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- else
- libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=$(LIBEMF_LDFLAGS) libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- endif
- 
- libpstoedit_la_SOURCES =			\
-@@ -139,6 +145,7 @@
- pstoedit_SOURCES = cmdmain.cpp
- pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}
- pstoedit_LDFLAGS = -no-undefined
-+pstoedit_DEPENDENCIES = libpstoedit.la
- 
- pkginclude_HEADERS =				\
- 	pstoedit.h				\

diff --git a/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch b/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch
deleted file mode 100644
index e20324e..00000000
--- a/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- pstoedit-3.62.orig/src/Makefile.am
-+++ pstoedit-3.62/src/Makefile.am
-@@ -92,6 +92,7 @@
-         $(sample_drivers_src)                   
- libp2edrvstd_la_LIBADD=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=
-@@ -101,29 +102,35 @@
- libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
- libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) libpstoedit.la
- libp2edrvlplot_la_LDFLAGS=-no-undefined -module
-+libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
- 
- libp2edrvpptx_la_SOURCES=drvpptx.cpp drvpptx.h initlibrary.cpp
- libp2edrvpptx_la_LIBADD=$(LIBPPTX_LDFLAGS) libpstoedit.la
- libp2edrvpptx_la_LDFLAGS=-no-undefined -module
-+libp2edrvpptx_la_DEPENDENCIES = libpstoedit.la
- 
- libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
- libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) 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=${LIBMAGICK_LDFLAGS} libpstoedit.la
- libp2edrvmagick___la_LDFLAGS=-no-undefined -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
- libp2edrvwmf_la_SOURCES=emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- else
- libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=$(LIBEMF_LDFLAGS) libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- endif
- 
- libpstoedit_la_SOURCES =			\
-@@ -148,6 +155,7 @@
- pstoedit_SOURCES = cmdmain.cpp
- pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}
- pstoedit_LDFLAGS = -no-undefined
-+pstoedit_DEPENDENCIES = libpstoedit.la
- 
- pkginclude_HEADERS =				\
- 	pstoedit.h				\

diff --git a/media-gfx/pstoedit/pstoedit-3.61.ebuild b/media-gfx/pstoedit/pstoedit-3.61.ebuild
deleted file mode 100644
index 4f6acd6..00000000
--- a/media-gfx/pstoedit/pstoedit-3.61.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="https://sourceforge.net/projects/pstoedit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-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}"/${PN}-3.60-parallel.patch \
-		"${FILESDIR}"/${PN}-3.60-libdl.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with emf) \
-		$(use_with imagemagick magick) \
-		$(use_with plotutils libplot) \
-		$(use_with flash swf)
-}
-
-src_install() {
-	default
-	doman doc/pstoedit.1
-	dodoc doc/*.txt
-	dohtml doc/*.htm
-}

diff --git a/media-gfx/pstoedit/pstoedit-3.62.ebuild b/media-gfx/pstoedit/pstoedit-3.62.ebuild
deleted file mode 100644
index 6694955..00000000
--- a/media-gfx/pstoedit/pstoedit-3.62.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="https://sourceforge.net/projects/pstoedit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="emf flash imagemagick plotutils pptx static-libs"
-
-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 )
-	pptx? ( dev-libs/libzip )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	sed -i \
-		-e '/CXXFLAGS="-g"/d' \
-		-e 's:-pedantic::' \
-		configure.ac || die
-
-	epatch "${FILESDIR}"/${PN}-3.62-parallel.patch
-	epatch "${FILESDIR}"/${PN}-3.60-libdl.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_with emf) \
-		$(use_with imagemagick magick) \
-		$(use_with plotutils libplot) \
-		$(use_with flash swf) \
-		$(use_with pptx)
-}
-
-src_install() {
-	default
-	doman doc/pstoedit.1
-	dodoc doc/*.txt
-	dohtml doc/*.htm
-
-	prune_libtool_files
-}

diff --git a/media-gfx/pstoedit/pstoedit-3.70.ebuild b/media-gfx/pstoedit/pstoedit-3.70.ebuild
deleted file mode 100644
index a41a1a8..00000000
--- a/media-gfx/pstoedit/pstoedit-3.70.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Translate PostScript and PDF graphics into other vector formats"
-HOMEPAGE="https://sourceforge.net/projects/pstoedit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="emf flash imagemagick plotutils pptx static-libs"
-
-RDEPEND="
-	>=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 )
-	pptx? ( dev-libs/libzip )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	sed -i \
-		-e '/CXXFLAGS="-g"/d' \
-		-e 's:-pedantic::' \
-		configure.ac || die
-
-	epatch "${FILESDIR}"/${PN}-3.60-libdl.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_with emf) \
-		$(use_with imagemagick magick) \
-		$(use_with plotutils libplot) \
-		$(use_with flash swf) \
-		$(use_with pptx)
-}
-
-src_install() {
-	default
-	doman doc/pstoedit.1
-	dodoc doc/*.txt
-	dohtml doc/*.htm
-
-	find "${ED}" -name '*.la' -delete
-}


             reply	other threads:[~2017-01-31 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 16:26 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-06  2:25 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pstoedit/, media-gfx/pstoedit/files/ Andreas Sturmlechner
2022-05-30  7:25 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485879967.22c4233671ba534b8ca1d358de7461fdb86d6b45.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox