diff options
author | 2004-07-15 01:57:47 +0000 | |
---|---|---|
committer | 2004-07-15 01:57:47 +0000 | |
commit | 8df6725e43be572d406369fbfb1276ebd1dbd06d (patch) | |
tree | 5a2ed0cc6fbe3c817182319dd42aa67c3b5a3d79 /net-mail/qmail-autoresponder | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-8df6725e43be572d406369fbfb1276ebd1dbd06d.tar.gz gentoo-2-8df6725e43be572d406369fbfb1276ebd1dbd06d.tar.bz2 gentoo-2-8df6725e43be572d406369fbfb1276ebd1dbd06d.zip |
sync IUSE (+mysql), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/qmail-autoresponder')
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild index d374a95f650b..2f31cdfd8bf8 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.14 2004/07/01 22:34:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.15 2004/07/15 01:57:47 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Rate-limited autoresponder for qmail." SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz" HOMEPAGE="http://untroubled.org/qmail-autoresponder/" @@ -10,6 +9,7 @@ HOMEPAGE="http://untroubled.org/qmail-autoresponder/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND="virtual/libc" RDEPEND=">=mail-mta/qmail-1.03-r7" diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild index 4709001cc7aa..a041c5e98ed4 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.9 2004/07/01 22:34:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.10 2004/07/15 01:57:47 agriffis Exp $ inherit fixheadtails eutils -S=${WORKDIR}/${P} DESCRIPTION="Rate-limited autoresponder for qmail." SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz" HOMEPAGE="http://untroubled.org/qmail-autoresponder/" @@ -12,6 +11,7 @@ HOMEPAGE="http://untroubled.org/qmail-autoresponder/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc alpha ~mips ~hppa" +IUSE="mysql" DEPEND="virtual/libc dev-libs/bglibs diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild index e8e3e9997b1b..661e8bb155d8 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.8 2004/07/01 22:34:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.9 2004/07/15 01:57:47 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Rate-limited autoresponder for qmail." SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz" HOMEPAGE="http://untroubled.org/qmail-autoresponder/" @@ -12,6 +11,7 @@ HOMEPAGE="http://untroubled.org/qmail-autoresponder/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc" +IUSE="" DEPEND="virtual/libc dev-libs/bglibs" |