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 7808E13832E for ; Fri, 29 Jul 2016 16:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A5FDE0881; Fri, 29 Jul 2016 16:45:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C435E0881 for ; Fri, 29 Jul 2016 16:44:59 +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 4E0BC340D09 for ; Fri, 29 Jul 2016 16:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A39D97CD for ; Fri, 29 Jul 2016 16:44:55 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1469810606.8b028d99a3785fecdc54d8774d907ecbdb1aa93b.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paps/paps-0.6.8-r1.ebuild X-VCS-Directories: app-text/paps/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 8b028d99a3785fecdc54d8774d907ecbdb1aa93b X-VCS-Branch: master Date: Fri, 29 Jul 2016 16:44:55 +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: c6010e03-6531-464b-a0f2-452d72c1dadd X-Archives-Hash: 2e4e383adcf41be277c41c7a89be85cb commit: 8b028d99a3785fecdc54d8774d907ecbdb1aa93b Author: Michael Weber gentoo org> AuthorDate: Fri Jul 29 16:43:09 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Jul 29 16:43:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b028d99 app-text/paps: drop old revision (bug 566050). Package-Manager: portage-2.2.28 app-text/paps/paps-0.6.8-r1.ebuild | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/app-text/paps/paps-0.6.8-r1.ebuild b/app-text/paps/paps-0.6.8-r1.ebuild deleted file mode 100644 index 6711821..0000000 --- a/app-text/paps/paps-0.6.8-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Unicode-aware text to PostScript converter" -HOMEPAGE="http://paps.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/pango" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-fix-as-needed-build.patch \ - "${FILESDIR}"/${P}-fix-doxygen-acinclude.patch \ - "${FILESDIR}"/${P}-fix-freetype-include.patch - - mv configure.in configure.ac || die - - eautoreconf -} - -src_install() { - dobin src/paps - doman src/paps.1 - dodoc AUTHORS ChangeLog NEWS README TODO -}