summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-06-07 17:24:01 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-06-07 17:24:01 +0000
commitcc347e5d60573ac316a22f338242a078241ba5dc (patch)
tree11fc785e3290e4891ee80fdb6eeec1b7ddcd899e /app-text/a2ps
parentfix sandbox violation, bug #79012 (diff)
downloadhistorical-cc347e5d60573ac316a22f338242a078241ba5dc.tar.gz
historical-cc347e5d60573ac316a22f338242a078241ba5dc.tar.bz2
historical-cc347e5d60573ac316a22f338242a078241ba5dc.zip
small fix
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/Manifest12
-rw-r--r--app-text/a2ps/a2ps-4.13c-r2.ebuild4
2 files changed, 3 insertions, 13 deletions
diff --git a/app-text/a2ps/Manifest b/app-text/a2ps/Manifest
index fd5c05d34f49..1d91d16cdc49 100644
--- a/app-text/a2ps/Manifest
+++ b/app-text/a2ps/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 583ed8052964e0feef7256bb345b0272 a2ps-4.13c-r2.ebuild 1981
+MD5 0c7edcf0a08aa935ceb7b5d3c086bc7a a2ps-4.13c-r2.ebuild 1986
MD5 11fd1053faff66872b3c10e654ab7db5 ChangeLog 5859
MD5 26dba0307103de2d599fe832e219de72 metadata.xml 178
MD5 5a02e00e2362711886e28f0d28b299dd files/a2ps-4.13-stdout.diff 462
@@ -12,10 +9,3 @@ MD5 adde8c4bf7673c1b4a07aa8aa62cb273 files/digest-a2ps-4.13c-r2 63
MD5 b62538dbd828d995bdc3ce36188b0768 files/a2ps-4.13-select-freebsd.patch 1582
MD5 d68d0bfab547ef1ce70576c7a5570f13 files/a2ps-4.13c-psmandup.diff 569
MD5 449b2445dc0949a990a2b29cab89dc59 files/4.13c-gcc34.patch 348
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCpde5evY57Fted3ERArxKAKCLKqEkFs9iQFv3cag1oYCORkhmLACglfBl
-764qKSmL3c9jaYmILwHCntk=
-=YxUp
------END PGP SIGNATURE-----
diff --git a/app-text/a2ps/a2ps-4.13c-r2.ebuild b/app-text/a2ps/a2ps-4.13c-r2.ebuild
index 4004a16d4cbc..484edc924829 100644
--- a/app-text/a2ps/a2ps-4.13c-r2.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.4 2005/06/07 17:21:24 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.5 2005/06/07 17:24:01 lanius Exp $
inherit gnuconfig eutils
@@ -41,7 +41,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-fixps.patch
epatch ${FILESDIR}/${P}-psmandup.diff
- has_version app-text/acroread && epatch ${FILESDIR}/${P}-acroread.patch
+ has_version app-text/acroread && epatch ${FILESDIR}/a2ps-4.13-acroread.patch
gnuconfig_update || die "gnuconfig_update failed"
libtoolize --copy --force || die "libtoolize failed"