commit: 8b028d99a3785fecdc54d8774d907ecbdb1aa93b Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Fri Jul 29 16:43:09 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> 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 -}
