summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-07-29 18:43:09 +0200
committerMichael Weber <xmw@gentoo.org>2016-07-29 18:43:26 +0200
commit8b028d99a3785fecdc54d8774d907ecbdb1aa93b (patch)
treeafecbf22c349da3b8482253deec224a3d2ebdffd /app-text/paps
parentapp-emulation/docker: remove 1.12.0 release candidates (diff)
downloadgentoo-8b028d99a3785fecdc54d8774d907ecbdb1aa93b.tar.gz
gentoo-8b028d99a3785fecdc54d8774d907ecbdb1aa93b.tar.bz2
gentoo-8b028d99a3785fecdc54d8774d907ecbdb1aa93b.zip
app-text/paps: drop old revision (bug 566050).
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text/paps')
-rw-r--r--app-text/paps/paps-0.6.8-r1.ebuild37
1 files changed, 0 insertions, 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 67118219e6ad..000000000000
--- 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
-}