Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100245 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-text/pstotext/Manifest (-11 / +2 lines)
Lines 1-13 Link Here
1
-----BEGIN PGP SIGNED MESSAGE-----
1
MD5 2509b1f6b7a5bab8cefcc625c81b2e74 pstotext-1.8g.ebuild 738
2
Hash: SHA1
3
4
MD5 6da8cf56705fd36fb7aa6b56c1c9aec3 ChangeLog 1027
2
MD5 6da8cf56705fd36fb7aa6b56c1c9aec3 ChangeLog 1027
5
MD5 8114238320af66caa1e90d5c8f67dce8 pstotext-1.8g.ebuild 681
6
MD5 84a047e65494c9f47e4af70d3276320f files/digest-pstotext-1.8g 58
3
MD5 84a047e65494c9f47e4af70d3276320f files/digest-pstotext-1.8g 58
7
-----BEGIN PGP SIGNATURE-----
4
MD5 7959110be19f6b828a6c39a43b79354f files/pstotext-dsafer.patch 668
8
Version: GnuPG v1.4.1 (GNU/Linux)
9
10
iD8DBQFC2TKhcsIHjyDViGQRAkgdAKDE3zMkp/ogtKor1UuRe33dSNsIWwCeKJTZ
11
IIKHJ5EWhw7am9uAALpVvQ8=
12
=xfG/
13
-----END PGP SIGNATURE-----
(-)/usr/portage/app-text/pstotext/pstotext-1.8g.ebuild (+3 lines)
Line 0 Link Here
1
--- pstotext-1.9/main.c~	2005-06-02 15:42:33.754177096 +0200
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.14 2005/07/16 16:13:38 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.14 2005/07/16 16:13:38 josejx Exp $
4
4
5
inherit eutils
5
DESCRIPTION="extract ASCII text from a PostScript or PDF file"
6
DESCRIPTION="extract ASCII text from a PostScript or PDF file"
6
HOMEPAGE="http://research.compaq.com/SRC/virtualpaper/pstotext.html"
7
HOMEPAGE="http://research.compaq.com/SRC/virtualpaper/pstotext.html"
7
SRC_URI="http://research.compaq.com/SRC/virtualpaper/binaries/pstotext.tar.Z"
8
SRC_URI="http://research.compaq.com/SRC/virtualpaper/binaries/pstotext.tar.Z"
Lines 18-23 Link Here
18
S=${WORKDIR}/${PN}
19
S=${WORKDIR}/${PN}
19
20
20
src_compile() {
21
src_compile() {
22
	epatch ${FILESDIR}/pstotext-dsafer.patch
21
	emake || die
23
	emake || die
22
}
24
}
23
25

Return to bug 100245