From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 430C4139695 for ; Sun, 19 Feb 2017 22:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BA4E0CFD; Sun, 19 Feb 2017 22:04:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28EB8E0CFD for ; Sun, 19 Feb 2017 22:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA3BE340E75 for ; Sun, 19 Feb 2017 22:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534394DAB for ; Sun, 19 Feb 2017 22:04:48 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1487541884.8b23fed3068212923060e9f98190a1546b0f193f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/poster/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/poster/poster-20060221-r1.ebuild X-VCS-Directories: net-print/poster/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 8b23fed3068212923060e9f98190a1546b0f193f X-VCS-Branch: master Date: Sun, 19 Feb 2017 22:04:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 22a70934-3819-4154-9cb1-61a8822110a0 X-Archives-Hash: b18e77f613cf15b706f2da61ca7e1860 commit: 8b23fed3068212923060e9f98190a1546b0f193f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 19 22:04:24 2017 +0000 Commit: Andreas Hüttel gentoo 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 -}