diff options
author | 2004-07-15 01:29:56 +0000 | |
---|---|---|
committer | 2004-07-15 01:29:56 +0000 | |
commit | 8cc0d7f845d5cead8768008b0dff515a815ff565 (patch) | |
tree | 062f812efd1806ef158b90f8b44e0c4de0cfb70a /net-mail/autorespond | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-8cc0d7f845d5cead8768008b0dff515a815ff565.tar.gz gentoo-2-8cc0d7f845d5cead8768008b0dff515a815ff565.tar.bz2 gentoo-2-8cc0d7f845d5cead8768008b0dff515a815ff565.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/autorespond')
-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" |