summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-14 22:39:19 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-14 22:39:19 +0000
commita6d05cda3c8716e660709213180038fe72371bac (patch)
tree0740b22897392a6406931927b9c5f40e6954cd04 /app-text
parentdigest fix (upstream changed the tarball) (diff)
downloadhistorical-a6d05cda3c8716e660709213180038fe72371bac.tar.gz
historical-a6d05cda3c8716e660709213180038fe72371bac.tar.bz2
historical-a6d05cda3c8716e660709213180038fe72371bac.zip
Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/enscript/ChangeLog7
-rw-r--r--app-text/enscript/Manifest18
-rw-r--r--app-text/enscript/enscript-1.6.4.ebuild5
3 files changed, 12 insertions, 18 deletions
diff --git a/app-text/enscript/ChangeLog b/app-text/enscript/ChangeLog
index 9718503c9134..74a0b819890f 100644
--- a/app-text/enscript/ChangeLog
+++ b/app-text/enscript/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/enscript
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.31 2005/05/31 23:42:32 lanius Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.32 2006/01/14 22:39:19 genstef Exp $
+
+ 14 Jan 2006; Stefan Schweizer <genstef@gentoo.org> enscript-1.6.4.ebuild:
+ Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948
*enscript-1.6.4 (31 May 2005)
diff --git a/app-text/enscript/Manifest b/app-text/enscript/Manifest
index 6fb7948a8eac..434b020b5bc7 100644
--- a/app-text/enscript/Manifest
+++ b/app-text/enscript/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 794f46700fef8cc85dce162de4fe79ac ChangeLog 3832
MD5 3ecae1143becc2047418f67b38407479 enscript-1.6.3-r3.ebuild 913
-MD5 1bc042c49707a1d8e41a4d8353d3f0e4 enscript-1.6.4.ebuild 967
-MD5 5c3b2d942c40177893cae6f77192d19d ChangeLog 3676
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 2982cb4ed62b45684d5e6e015c34a52e files/enscript-1.6.3-language.patch 456
+MD5 f1204f14336bb01477ad8e1721eabee9 enscript-1.6.4.ebuild 978
MD5 528d3e39a7e18ff200cccfd037ee0422 files/digest-enscript-1.6.3-r3 66
MD5 96b207f1bc22828660e417ebaab43d03 files/digest-enscript-1.6.4 67
+MD5 2982cb4ed62b45684d5e6e015c34a52e files/enscript-1.6.3-language.patch 456
MD5 e105a37406fc2ff7aa4895780e4b5a66 files/enscript-1.6.3-security.patch 5447
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD4DBQFCnPd1evY57Fted3ERAqauAJdbS/xPpREmhKtqg4wIDOT8UQ/SAJ9SzG3+
-xFKf2dec7RNmR9XOVliMww==
-=iI23
------END PGP SIGNATURE-----
+MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
diff --git a/app-text/enscript/enscript-1.6.4.ebuild b/app-text/enscript/enscript-1.6.4.ebuild
index 2b8d3b5b6184..ab009a2f9c15 100644
--- a/app-text/enscript/enscript-1.6.4.ebuild
+++ b/app-text/enscript/enscript-1.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4.ebuild,v 1.1 2005/05/31 23:42:33 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4.ebuild,v 1.2 2006/01/14 22:39:19 genstef Exp $
inherit eutils
@@ -26,6 +26,7 @@ src_unpack() {
}
src_compile() {
+ unset CC
econf `use_enable nls` || die
emake || die
}