net-print/poster: Remove old
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 19 Feb 2017 22:04:24 +0000 (23:04 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 19 Feb 2017 22:04:44 +0000 (23:04 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-print/poster/poster-20060221-r1.ebuild [deleted file]

diff --git a/net-print/poster/poster-20060221-r1.ebuild b/net-print/poster/poster-20060221-r1.ebuild
deleted file mode 100644 (file)
index 0c75144..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}