summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-19 23:04:24 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-19 23:04:44 +0100
commit8b23fed3068212923060e9f98190a1546b0f193f (patch)
tree74c9772c34478cf111c4c6a03f6e6f2c86b2989f /net-print
parentnet-print/poster: Add patch for bug 471238 (diff)
downloadgentoo-8b23fed3068212923060e9f98190a1546b0f193f.tar.gz
gentoo-8b23fed3068212923060e9f98190a1546b0f193f.tar.bz2
gentoo-8b23fed3068212923060e9f98190a1546b0f193f.zip
net-print/poster: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-print')
-rw-r--r--net-print/poster/poster-20060221-r1.ebuild26
1 files changed, 0 insertions, 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 0c751446686c..000000000000
--- 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
-}