From 8b22ac84643d6d29316a2e122a15d6d0dd30f910 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 2 Dec 2020 09:06:56 -0500 Subject: net-print/poster: drop old Signed-off-by: Aaron Bauman --- net-print/poster/poster-20060221-r2.ebuild | 30 ------------------------------ net-print/poster/poster-20060221.ebuild | 25 ------------------------- 2 files changed, 55 deletions(-) delete mode 100644 net-print/poster/poster-20060221-r2.ebuild delete mode 100644 net-print/poster/poster-20060221.ebuild (limited to 'net-print/poster') diff --git a/net-print/poster/poster-20060221-r2.ebuild b/net-print/poster/poster-20060221-r2.ebuild deleted file mode 100644 index 294fbc285b51..000000000000 --- a/net-print/poster/poster-20060221-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Small utility for making a poster from an EPS file or a one-page PS document" -SRC_URI="mirror://kde/printing/${P}.tar.bz2" -HOMEPAGE="https://printing.kde.org/downloads" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -PATCHES=( - "${FILESDIR}/${P}-fix_gs_crash.patch" - "${FILESDIR}/${P}-fix_duplicate_DocumentMedia.patch" -) - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README ChangeLog -} diff --git a/net-print/poster/poster-20060221.ebuild b/net-print/poster/poster-20060221.ebuild deleted file mode 100644 index 34c1a6bc4d55..000000000000 --- a/net-print/poster/poster-20060221.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="small utility for making a poster from an EPS file or a one-page PS document" -SRC_URI="mirror://kde/printing/${P}.tar.bz2" -HOMEPAGE="https://printing.kde.org/downloads" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README ChangeLog -} -- cgit v1.2.3-65-gdbad