diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:29:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:29:56 +0000 |
commit | 02c263f802e3294128e2f197ab1757630600cf30 (patch) | |
tree | 1b54c532b254f6cffa73258a7cf6f68274505f54 /net-mail/autorespond/autorespond-2.0.4.ebuild | |
parent | sync IUSE (missing) (diff) | |
download | historical-02c263f802e3294128e2f197ab1757630600cf30.tar.gz historical-02c263f802e3294128e2f197ab1757630600cf30.tar.bz2 historical-02c263f802e3294128e2f197ab1757630600cf30.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/autorespond/autorespond-2.0.4.ebuild')
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 33692ae0f9d3..daa46de1dce8 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.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/autorespond/autorespond-2.0.4.ebuild,v 1.9 2004/07/01 22:28:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.10 2004/07/15 01:29:56 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Autoresponder add on package for qmailadmin" DEBIAN_PV="1" DEBIAN_P="${P/-/_}-${DEBIAN_PV}" @@ -12,6 +11,7 @@ SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz" HOMEPAGE="http://inter7.com/devel/" KEYWORDS="~x86 alpha ~hppa ia64 ~mips ~ppc ~sparc amd64" +IUSE="" LICENSE="GPL-2" SLOT="0" RDEPEND="mail-mta/qmail" |