summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-05-25 22:51:07 +0000
committerJory Pratt <anarchy@gentoo.org>2005-05-25 22:51:07 +0000
commit3b4474c3708905b4e55e8b7e21b655495c21ca7f (patch)
treeab2a7aed09de368cc4fbe88fdf3bd7f92462a392 /net-mail/vpopmail
parentbackport upstream fix for sse2 code generation (diff)
downloadgentoo-2-3b4474c3708905b4e55e8b7e21b655495c21ca7f.tar.gz
gentoo-2-3b4474c3708905b4e55e8b7e21b655495c21ca7f.tar.bz2
gentoo-2-3b4474c3708905b4e55e8b7e21b655495c21ca7f.zip
updated 5.4.9-r2 to copy compile file for automake-1.6
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/vpopmail')
-rw-r--r--net-mail/vpopmail/ChangeLog7
-rw-r--r--net-mail/vpopmail/Manifest4
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild8
-rw-r--r--net-mail/vpopmail/vpopmail-5.5.0.ebuild4
4 files changed, 16 insertions, 7 deletions
diff --git a/net-mail/vpopmail/ChangeLog b/net-mail/vpopmail/ChangeLog
index 4a4aa1aed56d..8b163ae23e42 100644
--- a/net-mail/vpopmail/ChangeLog
+++ b/net-mail/vpopmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/vpopmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.57 2005/05/25 19:02:31 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.58 2005/05/25 22:51:07 anarchy Exp $
+
+ 25 May 2005; Jory A. Pratt <anarchy@gentoo.org> vpopmail-5.4.9-r2.ebuild,
+ vpopmail-5.5.0.ebuild:
+ updated to copy compile file from automake-1.6, also removed all keywords
+ for 5.5.0
25 May 2005; Jory A. Pratt <anarchy@gentoo.org>
+files/vpopmail-fPIC.patch, +vpopmail-5.4.9-r2.ebuild:
diff --git a/net-mail/vpopmail/Manifest b/net-mail/vpopmail/Manifest
index 3ab3192fbc27..32c1546f2008 100644
--- a/net-mail/vpopmail/Manifest
+++ b/net-mail/vpopmail/Manifest
@@ -3,8 +3,8 @@ MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 a9c3c67b2737cf350be6e4fe66de5c77 vpopmail-5.2.2-r1.ebuild 7452
MD5 66dd4d3fc62840431c0e01d9e891c3a1 vpopmail-5.4.6-r1.ebuild 7649
MD5 ebdc11c77e0972c18e954b43a5a20b30 vpopmail-5.4.9-r1.ebuild 7709
-MD5 4f49cf51d305d47a75d0194cc8511970 vpopmail-5.5.0.ebuild 7743
-MD5 69972678f350b68c3e5a47c1b22eb0a4 vpopmail-5.4.9-r2.ebuild 7734
+MD5 32e89a932fcdf35ae2e4f2ac82cb597b vpopmail-5.5.0.ebuild 7722
+MD5 6a469fdd09f77f5d2030fe2dd6b6514b vpopmail-5.4.9-r2.ebuild 7838
MD5 3041a3223960dc956b67ac1230f00db7 files/99vpopmail 86
MD5 d0bc9f5393a1f0602c71fdee0b3d2cd8 files/digest-vpopmail-5.2.2-r1 134
MD5 1c75d4c70c599202edf1d9599bf40ef2 files/digest-vpopmail-5.4.6-r1 66
diff --git a/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild b/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild
index 3f3248c99731..768e45e13951 100644
--- a/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.9-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/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild,v 1.4 2005/05/25 19:04:00 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild,v 1.5 2005/05/25 22:51:07 anarchy Exp $
inherit eutils gnuconfig fixheadtails
@@ -123,7 +123,11 @@ src_compile() {
# TCPRULES for relaying is now considered obsolete, use relay-ctrl instead
#--enable-tcprules-prog=/usr/bin/tcprules --enable-tcpserver-file=/etc/tcp.smtp \
#--enable-roaming-users=y --enable-relay-clear-minutes=60 \
- #--disable-rebuild-tcpserver-file \
+ #--disable-rebuild-tcpserver-file \
+
+ # Copy compile from automake-1.6
+ cp /usr/share/automake-1.6/compile ./ || die "failed to copy file"
+
emake || die "Make failed."
}
diff --git a/net-mail/vpopmail/vpopmail-5.5.0.ebuild b/net-mail/vpopmail/vpopmail-5.5.0.ebuild
index 83ec865eae56..3082a06e4e1e 100644
--- a/net-mail/vpopmail/vpopmail-5.5.0.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.5.0.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/net-mail/vpopmail/vpopmail-5.5.0.ebuild,v 1.1 2005/05/10 02:30:34 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.5.0.ebuild,v 1.2 2005/05/25 22:51:07 anarchy Exp $
inherit eutils gnuconfig fixheadtails flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+KEYWORDS="-*"
IUSE="mysql ipalias clearpasswd"
# vpopmail will NOT build if non-root.
RESTRICT="nouserpriv"