diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 23:50:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 23:50:53 +0000 |
commit | 73557150db06c451b257da11df29dc1680cdbc6c (patch) | |
tree | 6e782b888d662879a90477a67a702a6a1356dcb1 /app-text | |
parent | Remove old. (diff) | |
download | gentoo-2-73557150db06c451b257da11df29dc1680cdbc6c.tar.gz gentoo-2-73557150db06c451b257da11df29dc1680cdbc6c.tar.bz2 gentoo-2-73557150db06c451b257da11df29dc1680cdbc6c.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pstotext/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pstotext/pstotext-1.9-r2.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog index d8d49ed7ef2c..ee303167f722 100644 --- a/app-text/pstotext/ChangeLog +++ b/app-text/pstotext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pstotext -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.40 2012/03/25 15:42:35 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.41 2015/04/14 23:50:53 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -pstotext-1.9-r2.ebuild: + Remove old. 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> pstotext-1.9-r2.ebuild, pstotext-1.9-r3.ebuild: diff --git a/app-text/pstotext/pstotext-1.9-r2.ebuild b/app-text/pstotext/pstotext-1.9-r2.ebuild deleted file mode 100644 index 965ee6cf37f3..000000000000 --- a/app-text/pstotext/pstotext-1.9-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v 1.11 2012/03/25 15:42:35 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Extract ASCII text from a PostScript or PDF file" -HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm" -SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz" - -LICENSE="PSTT" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="" - -DEPEND="app-arch/ncompress" -RDEPEND="app-text/ghostscript-gpl" - -src_unpack() { - unpack ${A} - cd "${S}" - # fix bug #132662 - epatch "${FILESDIR}"/${P}-quote-chars-fix.patch -} - -src_install () { - dobin pstotext || die - doman pstotext.1 || die -} |