summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 09:06:56 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 09:06:56 -0500
commit8b22ac84643d6d29316a2e122a15d6d0dd30f910 (patch)
tree41eeb8237d8b15235c99d4d61dff695349dcd842 /net-print
parentnet-dns/nsd: Run eautoreconf else some pkg-config macros are missing (diff)
downloadgentoo-8b22ac84643d6d29316a2e122a15d6d0dd30f910.tar.gz
gentoo-8b22ac84643d6d29316a2e122a15d6d0dd30f910.tar.bz2
gentoo-8b22ac84643d6d29316a2e122a15d6d0dd30f910.zip
net-print/poster: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r--net-print/poster/poster-20060221-r2.ebuild30
-rw-r--r--net-print/poster/poster-20060221.ebuild25
2 files changed, 0 insertions, 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 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
-}