diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-04-21 23:42:42 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-04-21 23:42:42 +0000 |
commit | 340ed05f8189908677911b90f65bda5a4ae7ef38 (patch) | |
tree | ed3781ef8208d8ac4aa8a73556237536a135cf27 | |
parent | Added ~alpha to keywords. (Manifest recommit) (diff) | |
download | gentoo-2-340ed05f8189908677911b90f65bda5a4ae7ef38.tar.gz gentoo-2-340ed05f8189908677911b90f65bda5a4ae7ef38.tar.bz2 gentoo-2-340ed05f8189908677911b90f65bda5a4ae7ef38.zip |
45.2 stable and fix #41819
-rw-r--r-- | net-mail/courier/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/courier/courier-0.45.2.ebuild | 3 | ||||
-rw-r--r-- | net-mail/courier/courier-0.45.3.ebuild | 1 | ||||
-rw-r--r-- | net-mail/courier/courier-0.45.4.ebuild | 1 |
4 files changed, 9 insertions, 2 deletions
diff --git a/net-mail/courier/ChangeLog b/net-mail/courier/ChangeLog index 15d67eb73c45..76c2b70234de 100644 --- a/net-mail/courier/ChangeLog +++ b/net-mail/courier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/courier # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.53 2004/04/09 22:35:37 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/ChangeLog,v 1.54 2004/04/21 23:42:42 swtaylor Exp $ + + 21 Apr 2004; Scott W Taylor <swtaylor@gentoo.org> courier-0.45.2.ebuild, + courier-0.45.3.ebuild, courier-0.45.4.ebuild: + mark 0.45.2 stable and fix bug 41819 09 Apr 2004; Scott W Taylor <swtaylor@gentoo.org> courier-0.45.4.ebuild: Added ~sparc on 0.45.4 too diff --git a/net-mail/courier/courier-0.45.2.ebuild b/net-mail/courier/courier-0.45.2.ebuild index 81e4ea47fbad..2c3443fcbfa7 100644 --- a/net-mail/courier/courier-0.45.2.ebuild +++ b/net-mail/courier/courier-0.45.2.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.courier-mta.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~ppc" +KEYWORDS="x86 alpha ~ppc sparc" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt" PROVIDE="virtual/mta @@ -160,6 +160,7 @@ src_install() { dodir /etc/pam.d make install DESTDIR=${D} || die # fix bug #15873 bad owner on /var/run/courier + mkdir -p ${D}/var/run/courier diropts -o mail -g mail for dir2keep in `(cd ${D} && find . -type d)` ; do keepdir $dir2keep || die "failed running keepdir: $dir2keep" diff --git a/net-mail/courier/courier-0.45.3.ebuild b/net-mail/courier/courier-0.45.3.ebuild index 93ad4773dcd0..5d7baea35867 100644 --- a/net-mail/courier/courier-0.45.3.ebuild +++ b/net-mail/courier/courier-0.45.3.ebuild @@ -163,6 +163,7 @@ src_install() { dodir /etc/pam.d make install DESTDIR=${D} || die # fix bug #15873 bad owner on /var/run/courier + mkdir -p ${D}/var/run/courier diropts -o mail -g mail for dir2keep in `(cd ${D} && find . -type d)` ; do keepdir $dir2keep || die "failed running keepdir: $dir2keep" diff --git a/net-mail/courier/courier-0.45.4.ebuild b/net-mail/courier/courier-0.45.4.ebuild index 93ad4773dcd0..5d7baea35867 100644 --- a/net-mail/courier/courier-0.45.4.ebuild +++ b/net-mail/courier/courier-0.45.4.ebuild @@ -163,6 +163,7 @@ src_install() { dodir /etc/pam.d make install DESTDIR=${D} || die # fix bug #15873 bad owner on /var/run/courier + mkdir -p ${D}/var/run/courier diropts -o mail -g mail for dir2keep in `(cd ${D} && find . -type d)` ; do keepdir $dir2keep || die "failed running keepdir: $dir2keep" |