diff options
author | Lim Swee Tat <st_lim@gentoo.org> | 2004-11-11 15:31:54 +0000 |
---|---|---|
committer | Lim Swee Tat <st_lim@gentoo.org> | 2004-11-11 15:31:54 +0000 |
commit | f496ff1c053b560327ade880141c411d90cad402 (patch) | |
tree | d069e240b3bdbf310b98905ea589cc69592bbc9e /mail-filter | |
parent | More patches. Thanks Volker Goetz (Manifest recommit) (diff) | |
download | gentoo-2-f496ff1c053b560327ade880141c411d90cad402.tar.gz gentoo-2-f496ff1c053b560327ade880141c411d90cad402.tar.bz2 gentoo-2-f496ff1c053b560327ade880141c411d90cad402.zip |
Fixed bug #70388, removed the mysql41 flag.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 9 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.2.1.ebuild | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index 9de794421f40..944df4d63552 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,10 +1,17 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.25 2004/11/09 23:18:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.26 2004/11/11 15:31:54 st_lim Exp $ + + 11 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.0.ebuild, + dspam-3.2.1.ebuild: + Removed the mysql41 use flag 09 Nov 2004; Aron Griffis <agriffis@gentoo.org> dspam-3.2.1.ebuild: Add ~alpha and ~ia64 + 09 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.1.ebuild: + Fixed the problem in Bug #70388 + *dspam-3.2.1 (05 Nov 2004) 05 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.0.ebuild, diff --git a/mail-filter/dspam/dspam-3.2.0.ebuild b/mail-filter/dspam/dspam-3.2.0.ebuild index d09fbbd5e565..35a192bd934a 100644 --- a/mail-filter/dspam/dspam-3.2.0.ebuild +++ b/mail-filter/dspam/dspam-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.0.ebuild,v 1.5 2004/11/05 15:48:13 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.0.ebuild,v 1.6 2004/11/11 15:31:54 st_lim Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.nuclearelephant.com/projects/dspam/sources/${PN}-${PV}.tar.g HOMEPAGE="http://www.nuclearelephant.com/projects/dspam/index.html" LICENSE="GPL-2" -IUSE="cyrus debug exim mysql mysql41 maildrop neural oci8 postgres procmail sqlite" +IUSE="cyrus debug exim mysql maildrop neural oci8 postgres procmail sqlite" DEPEND="exim? ( >=mail-mta/exim-4.34 ) mysql? ( >=dev-db/mysql-3.23 ) || ( >=sys-libs/db-4.0 ) sqlite? ( >=dev-db/sqlite-3.0.6 ) diff --git a/mail-filter/dspam/dspam-3.2.1.ebuild b/mail-filter/dspam/dspam-3.2.1.ebuild index a1d477294abe..62b8dbf563c7 100644 --- a/mail-filter/dspam/dspam-3.2.1.ebuild +++ b/mail-filter/dspam/dspam-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.1.ebuild,v 1.3 2004/11/09 23:18:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.1.ebuild,v 1.4 2004/11/11 15:31:54 st_lim Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.nuclearelephant.com/projects/dspam/sources/${PN}-${PV}.tar.g HOMEPAGE="http://www.nuclearelephant.com/projects/dspam/index.html" LICENSE="GPL-2" -IUSE="cyrus debug exim mysql mysql41 maildrop neural oci8 postgres procmail sqlite" +IUSE="cyrus debug exim mysql maildrop neural oci8 postgres procmail sqlite" DEPEND="exim? ( >=mail-mta/exim-4.34 ) mysql? ( >=dev-db/mysql-3.23 ) || ( >=sys-libs/db-4.0 ) sqlite? ( >=dev-db/sqlite-3.0.6 ) @@ -78,7 +78,7 @@ src_compile() { myconf="${myconf} --with-dspam-owner=dspam" myconf="${myconf} --with-dspam-group=dspam" myconf="${myconf} --enable-homedir --with-dspam-home=${HOMEDIR} --sysconfdir=${HOMEDIR}" - myconf="${myconf} --with-logdir=/var/log/dspam" + myconf="${myconf} --with-logdir=$LOGDIR" # enables support for debugging (touch /etc/dspam/.debug to turn on) # optional: even MORE debugging output, use with extreme caution! |