commit: 8b22ac84643d6d29316a2e122a15d6d0dd30f910
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 14:06:56 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 14:06:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b22ac84
net-print/poster: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-print/poster/poster-20060221-r2.ebuild | 30 ------------------------------
net-print/poster/poster-20060221.ebuild | 25 -------------------------
2 files changed, 55 deletions(-)
diff --git a/net-print/poster/poster-20060221-r2.ebuild
b/net-print/poster/poster-20060221-r2.ebuild
deleted file mode 100644
index 294fbc285b5..00000000000
--- 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 34c1a6bc4d5..00000000000
--- 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
-}