diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-12-08 04:20:31 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-12-08 04:20:31 +0000 |
commit | 7bc9cd0ba68c7064508b373acb9085aadcc6a85b (patch) | |
tree | 83d74a8e8f242e14e1f9ebf8f062729f1672d567 /net-mail | |
parent | 2.6.0-test11 headers for people to play with typo-fix in 2.4.23 headers ebuild (diff) | |
download | gentoo-2-7bc9cd0ba68c7064508b373acb9085aadcc6a85b.tar.gz gentoo-2-7bc9cd0ba68c7064508b373acb9085aadcc6a85b.tar.bz2 gentoo-2-7bc9cd0ba68c7064508b373acb9085aadcc6a85b.zip |
add note about recent sed magic
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/courier/Manifest | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.44.2.ebuild | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/courier/ChangeLog b/net-mail/courier/ChangeLog index 4ddcbc087af5..999a66fe75f0 100644 --- a/net-mail/courier/ChangeLog +++ b/net-mail/courier/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-mail/courier # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.38 2003/12/07 23:53:46 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.39 2003/12/08 04:20:08 iggy Exp $ 07 Dec 2003; foser <foser@gentoo.org> courier-0.*.ebuild : Fix fam-oss > fam, due to move + 07 Dec 2003; Brian Jackson <iggy@gentoo.org> courier-0.44.2.ebuild: + add note about recent sed magic + 30 Nov 2003; Brian Jackson <iggy@gentoo.org> courier-0.44.0.ebuild: bump 0.44.0 to x86 diff --git a/net-mail/courier/Manifest b/net-mail/courier/Manifest index 4d93ff04b1bd..7be747ac0af3 100644 --- a/net-mail/courier/Manifest +++ b/net-mail/courier/Manifest @@ -1,7 +1,7 @@ MD5 035e18f356862fc1645b32691f592314 courier-0.44.0.ebuild 9878 -MD5 28cba48e4ce3a26eee1513409f33b2af courier-0.44.2.ebuild 9998 +MD5 eaaae285587c981aaf005f3d3a872f94 courier-0.44.2.ebuild 10051 MD5 e8d2a32bfea6e506201a11745999c52d courier-0.42.2.ebuild 9617 -MD5 4063a2c2d6ce28820b63c98cd0af7ed6 ChangeLog 6512 +MD5 c7412edef6f95acbd3888b3e9cd52145 ChangeLog 6616 MD5 891fa054ac6cfcaee491ccaae9b84a85 metadata.xml 463 MD5 faf48fc235dcb8cc36f5e01ca21685de courier-0.43.2.ebuild 10267 MD5 52f032e570c6f5f9f69b4e4bdfa562a1 files/password.dist 247 diff --git a/net-mail/courier/courier-0.44.2.ebuild b/net-mail/courier/courier-0.44.2.ebuild index c30d68b93165..310aad5ba44c 100644 --- a/net-mail/courier/courier-0.44.2.ebuild +++ b/net-mail/courier/courier-0.44.2.ebuild @@ -47,6 +47,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/gentoo.diff.bz2 + + # this is needed for borkeness of configure script sed -i -e s:rootcheck\=\"yes\":rootcheck\=\"no\": \ -e s:rootcheck\=\"\$withval\":rootcheck\=\"no\": \ configure |