diff options
-rw-r--r-- | app-text/epstool/Manifest | 1 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-text/epstool/Manifest b/app-text/epstool/Manifest index 519ecdd36aee..c60f32ae288e 100644 --- a/app-text/epstool/Manifest +++ b/app-text/epstool/Manifest @@ -1,2 +1 @@ -DIST epstool-3.08.tar.gz 191567 BLAKE2B 6ef2912e10e65809f60444d09facc1ea3800e492e55e87a4f00c95f7dbabd45c4d48b447fd92879e97e9dc2fe9698c1ff7d4cb06bdf3724f16ed89f76a829a8d SHA512 d6d70825c7d08cca318503bd8c12b48408b6d6cd3a64f26df94890373a3e73b68dc09a4eb454b81893c7ee3c11da791cdfed7466eb1410414cd1b97d80e8abf1 DIST epstool-3.09.tar.gz 191023 BLAKE2B becb264bf93bdb1244550e0707eb2d513d8c4b8d9eee09356bd2ddaf25bc8b97e0c5e73a02839a0f66f18bd1949cb549525967ec430104c33067d9ca57984a6f SHA512 cb9519be0879ff791f0e243a541538254e24949683aa792f673334d2d1dbd3e449ec36890ccbb3852563cf8da997a035a80df605b395a1b84cbced7522dce291 diff --git a/app-text/epstool/epstool-3.08-r1.ebuild b/app-text/epstool/epstool-3.08-r1.ebuild deleted file mode 100644 index 1c92a1aa6a05..000000000000 --- a/app-text/epstool/epstool-3.08-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes" -HOMEPAGE="http://www.ghostgum.com.au/software/epstool.htm" -SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" - -DEPEND="app-text/ghostscript-gpl" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/gcc43.patch - - sed -i \ - -e '/^CC/s/=/?=/' \ - -e '/^CLINK/s/gcc/$(CC)/' \ - src/unixcom.mak || die - tc-export CC - - epatch_user - - # parallel make issue (bug #506978) - mkdir bin || die - mkdir epsobj || die -} - -src_compile() { - emake epstool -} - -src_install() { - dobin bin/epstool - doman doc/epstool.1 - dohtml doc/epstool.htm doc/gsview.css -} |