public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pstoedit/files/, media-gfx/pstoedit/
@ 2020-12-18 13:44 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-12-18 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     57cac80e65fc10f7771a42090408eefd47722628
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:56:08 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 13:43:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cac80e

media-gfx/pstoedit: Drop 3.70-r1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/pstoedit/Manifest                        |  1 -
 media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch | 13 -----
 .../pstoedit/files/pstoedit-3.70-pkgconfig.patch   | 14 -----
 media-gfx/pstoedit/pstoedit-3.70-r1.ebuild         | 63 ----------------------
 4 files changed, 91 deletions(-)

diff --git a/media-gfx/pstoedit/Manifest b/media-gfx/pstoedit/Manifest
index b1b5f5552a5..7f5aba28690 100644
--- a/media-gfx/pstoedit/Manifest
+++ b/media-gfx/pstoedit/Manifest
@@ -1,2 +1 @@
-DIST pstoedit-3.70.tar.gz 1013949 BLAKE2B ec459dc56851d942076adf4352ef974188b0b8273a6f9150c8767c1d63c3c9b6d993ea8c0b1a0b59663b31652eb7a4b8697e4c38c23d5aa0572d554120a5e900 SHA512 63668ea039fdf988ba007bafb8dc1f23f06d4eb430a92b97fb93c71b819f63e2708b99476ec9b096598db2ddd30d29a69101f078e7d4fdfec314677f50293cf9
 DIST pstoedit-3.75.tar.gz 1290057 BLAKE2B 607a265ea6f058e1ba432d55c4602452cd52a48302441ecee542a113d90b090ce888cc6fa5e3a8e3a2fdbf94dce9b1ab1f7f5ba58ab81f1f509eea9052a3cd82 SHA512 54b8cf7e78e52027d45e7550821476d9a9c4df4f63af83792b6a2909bc62236450ba6b619f95eede9f61a715f4937f1fbaf2ce4ae4b486daa0294c396a882a28

diff --git a/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch b/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch
deleted file mode 100644
index 279ed715f53..00000000000
--- a/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 6b33220..30c9f2e 100755
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -139,7 +139,7 @@ libpstoedit_la_SOURCES =			\
- 	genericints.h 				\
- 	version.h
- 
--libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
-+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} ${LIBLD_LDFLAGS} -lm
- libpstoedit_la_LDFLAGS = -no-undefined
- 
- pstoedit_SOURCES = cmdmain.cpp

diff --git a/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch b/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch
deleted file mode 100644
index c101077431e..00000000000
--- a/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-LIBPNG_LDFLAGS is never substituted...
-https://bugs.gentoo.org/show_bug.cgi?id=551208
-
-Index: pstoedit-3.70/config/pstoedit.pc.in
-===================================================================
---- pstoedit-3.70.orig/config/pstoedit.pc.in
-+++ pstoedit-3.70/config/pstoedit.pc.in
-@@ -7,5 +7,5 @@ Name: pstoedit
- Description: converts PostScript(TM) and PDF files to other vector graphic formats
- Version: @VERSION@.0
- Requires: 
--Libs: -L@libdir@ -lpstoedit @LIBPNG_LDFLAGS@ @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
-+Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
- Cflags: -I@includedir@

diff --git a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
deleted file mode 100644
index 23d9052cacf..00000000000
--- a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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 arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="emf 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 )
-	imagemagick? ( >=media-gfx/imagemagick-6.6.1.2:=[cxx] )
-	plotutils? ( media-libs/plotutils )
-	pptx? ( dev-libs/libzip )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.60-libdl.patch
-	"${FILESDIR}"/${PN}-3.70-pkgconfig.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/CXXFLAGS="-g"/d' \
-		-e 's:-pedantic::' \
-		configure.ac || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_with emf) \
-		$(use_with imagemagick magick) \
-		$(use_with plotutils libplot) \
-		$(use_with pptx) \
-		--without-swf
-}
-
-src_install() {
-	default
-	doman doc/pstoedit.1
-	dodoc doc/*.txt
-	docinto html
-	dodoc doc/*.htm
-
-	find "${ED}" -name '*.la' -delete
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-18 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 13:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pstoedit/files/, media-gfx/pstoedit/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox