diff options
author | David Holm <dholm@gentoo.org> | 2004-06-04 08:54:36 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-04 08:54:36 +0000 |
commit | 49e3bf6de996e7c0d84d70c4cf661abd3c2629d1 (patch) | |
tree | 78b2c19c24bf2593055899d860b464eda95c9cb4 /net-mail/dovecot | |
parent | added skey for app-crypt/johntheripper (diff) | |
download | historical-49e3bf6de996e7c0d84d70c4cf661abd3c2629d1.tar.gz historical-49e3bf6de996e7c0d84d70c4cf661abd3c2629d1.tar.bz2 historical-49e3bf6de996e7c0d84d70c4cf661abd3c2629d1.zip |
Added to ~ppc
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/Manifest | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-0.99.10.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 03c3cb3cdc35..0ec427222ddf 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.6 2004/05/30 19:15:35 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.7 2004/06/04 08:54:36 dholm Exp $ + + 03 Jun 2004; David Holm <dholm@gentoo.org> dovecot-0.99.10.5.ebuild: + Added to ~ppc. 30 May 2004; Grant Goodyear <g2boojum@gentoo.org> dovecot-0.99.10.4.ebuild: Added "gnutls" to IUSE and fixed ssl certificate handling diff --git a/net-mail/dovecot/Manifest b/net-mail/dovecot/Manifest index 5814a7335e88..cf5f511ecd09 100644 --- a/net-mail/dovecot/Manifest +++ b/net-mail/dovecot/Manifest @@ -1,8 +1,8 @@ +MD5 e004b22ec3f0e6dfba693a1317b0f3ec ChangeLog 1504 MD5 2edebba66a386c850cab30f787c25d42 dovecot-0.99.10.4.ebuild 4048 -MD5 1759a1641187e95c852569ea7c23eb71 dovecot-0.99.10.5.ebuild 4374 -MD5 5289a7688812705595432ac846e28354 ChangeLog 1418 MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225 +MD5 5afeb9be3f52697615c867458c7a1540 dovecot-0.99.10.5.ebuild 4376 MD5 02900826bf90ce0fcbf43a3ebbfa31cf files/digest-dovecot-0.99.10.4 69 -MD5 533a7de1250c369ae33b60c3c53586a1 files/digest-dovecot-0.99.10.5 69 MD5 0c6a3de53492ebf8796de67f1a5ecfe6 files/dovecot.init 526 MD5 1c0a9ca75cadf12377e70c2ef725ba0e files/dovecot.pam 220 +MD5 533a7de1250c369ae33b60c3c53586a1 files/digest-dovecot-0.99.10.5 69 diff --git a/net-mail/dovecot/dovecot-0.99.10.5.ebuild b/net-mail/dovecot/dovecot-0.99.10.5.ebuild index d2121d5bc8f5..d8806f5c703a 100644 --- a/net-mail/dovecot/dovecot-0.99.10.5.ebuild +++ b/net-mail/dovecot/dovecot-0.99.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.5.ebuild,v 1.1 2004/05/30 04:58:38 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.5.ebuild,v 1.2 2004/06/04 08:54:36 dholm Exp $ IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d" @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" #PROVIDE="virtual/imapd" |