Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
Date: Fri, 29 Jul 2016 16:45:09
Message-Id: 1469810606.8b028d99a3785fecdc54d8774d907ecbdb1aa93b.xmw@gentoo
1 commit: 8b028d99a3785fecdc54d8774d907ecbdb1aa93b
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 16:43:09 2016 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 16:43:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b028d99
7
8 app-text/paps: drop old revision (bug 566050).
9
10 Package-Manager: portage-2.2.28
11
12 app-text/paps/paps-0.6.8-r1.ebuild | 37 -------------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/app-text/paps/paps-0.6.8-r1.ebuild b/app-text/paps/paps-0.6.8-r1.ebuild
16 deleted file mode 100644
17 index 6711821..0000000
18 --- a/app-text/paps/paps-0.6.8-r1.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit autotools eutils
28 -
29 -DESCRIPTION="Unicode-aware text to PostScript converter"
30 -HOMEPAGE="http://paps.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/pango"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_prepare() {
43 - epatch \
44 - "${FILESDIR}"/${P}-fix-as-needed-build.patch \
45 - "${FILESDIR}"/${P}-fix-doxygen-acinclude.patch \
46 - "${FILESDIR}"/${P}-fix-freetype-include.patch
47 -
48 - mv configure.in configure.ac || die
49 -
50 - eautoreconf
51 -}
52 -
53 -src_install() {
54 - dobin src/paps
55 - doman src/paps.1
56 - dodoc AUTHORS ChangeLog NEWS README TODO
57 -}