commit: 8b23fed3068212923060e9f98190a1546b0f193f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:04:24 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:04:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23fed3
net-print/poster: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-print/poster/poster-20060221-r1.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/net-print/poster/poster-20060221-r1.ebuild
b/net-print/poster/poster-20060221-r1.ebuild
deleted file mode 100644
index 0c75144668..0000000000
--- a/net-print/poster/poster-20060221-r1.ebuild
+++ /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
-}