diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 17:58:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 17:58:04 +0000 |
commit | aa62e66546c08959aa02dae0c422aee260144914 (patch) | |
tree | 563519630ce29f561760cefb11dbe843015b8b87 /net-mail/autorespond | |
parent | the api docs are now getting installed. fixes #82490 (diff) | |
download | historical-aa62e66546c08959aa02dae0c422aee260144914.tar.gz historical-aa62e66546c08959aa02dae0c422aee260144914.tar.bz2 historical-aa62e66546c08959aa02dae0c422aee260144914.zip |
more KEYWORDS !
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-mail/autorespond')
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 1a802196c594..ad8713ff7f50 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.11 2004/12/13 23:36:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.12 2005/02/19 17:57:41 vapier Exp $ inherit eutils -DESCRIPTION="Autoresponder add on package for qmailadmin" DEBIAN_PV="1" DEBIAN_P="${P/-/_}-${DEBIAN_PV}" -SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz - mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz" +DESCRIPTION="Autoresponder add on package for qmailadmin" HOMEPAGE="http://inter7.com/devel/" -KEYWORDS="x86 alpha ~hppa ia64 ~mips ~ppc ~sparc amd64" -IUSE="" +SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz + mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz" + LICENSE="GPL-2" SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~sparc x86" +IUSE="" + RDEPEND="mail-mta/qmail" -DEPEND="sys-devel/gcc virtual/libc" +DEPEND="virtual/libc" src_unpack() { unpack ${P}.tar.gz @@ -28,7 +30,7 @@ src_compile() { src_install () { into /var/qmail - dobin autorespond + dobin autorespond || die "dobin failed" into /usr dodoc README help_message qmail-auto ChangeLog doman *.1 |