diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-08-09 06:55:21 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-08-09 06:55:21 +0000 |
commit | c9075b2aeb120b90a4a3835a9fa54591937a0319 (patch) | |
tree | 8bee5ee99d12c151f2a10e7506e0ac3cfcd99c59 /net-print/poster/poster-0.1.ebuild | |
parent | global use flag "git" (diff) | |
download | gentoo-2-c9075b2aeb120b90a4a3835a9fa54591937a0319.tar.gz gentoo-2-c9075b2aeb120b90a4a3835a9fa54591937a0319.tar.bz2 gentoo-2-c9075b2aeb120b90a4a3835a9fa54591937a0319.zip |
Update to EAPI, cleanup old
(Portage version: 2.1.13.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-print/poster/poster-0.1.ebuild')
-rw-r--r-- | net-print/poster/poster-0.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-print/poster/poster-0.1.ebuild b/net-print/poster/poster-0.1.ebuild deleted file mode 100644 index 4bb39d12c8ee..000000000000 --- a/net-print/poster/poster-0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/poster/poster-0.1.ebuild,v 1.9 2009/12/15 18:02:56 ssuominen Exp $ - -inherit toolchain-funcs - -S="${WORKDIR}/${PN}" -DESCRIPTION="small utility for making a poster from an EPS file or a one-page PS document" -SRC_URI="mirror://gentoo/poster.tgz" -HOMEPAGE="http://printing.kde.org/downloads" - -LICENSE="poster" -KEYWORDS="~amd64 ppc x86" -SLOT="0" -IUSE="" - -src_unpack() { - unpack ${A} - chmod u+rwx ./poster - cd ${S} - tar -zxf ./poster.tar.gz || die "tar failed" -} - -src_compile(){ - `tc-getCC` ${CFLAGS} poster.c -lm -o ${PN} || die "compile failed" -} - -src_install() { - dobin ${PN} || die "dobin failed" - doman ${PN}.1 || die "dodoc failed" -} |