summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-12 19:15:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-12 19:15:28 +0000
commit3c4b7081803cdbf7d2c30854f966cc6627d621ae (patch)
tree09b0b0160a875ec5511b1e1b3957508573acbece /net-mail/qmhandle
parentstabilize (diff)
downloadgentoo-2-3c4b7081803cdbf7d2c30854f966cc6627d621ae.tar.gz
gentoo-2-3c4b7081803cdbf7d2c30854f966cc6627d621ae.tar.bz2
gentoo-2-3c4b7081803cdbf7d2c30854f966cc6627d621ae.zip
stabilize
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/qmhandle-1.2.0.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.2.0.ebuild b/net-mail/qmhandle/qmhandle-1.2.0.ebuild
index 205a79f8e10c..dfd4e4942ffc 100644
--- a/net-mail/qmhandle/qmhandle-1.2.0.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.2.0.ebuild
@@ -1,23 +1,24 @@
-# 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/qmhandle/qmhandle-1.2.0.ebuild,v 1.1 2004/12/08 01:12:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.2.0.ebuild,v 1.2 2005/02/12 19:15:28 vapier Exp $
inherit eutils
DESCRIPTION="Qmail message queue tool"
-HOMEPAGE="http://qmhandle.sf.net/"
+HOMEPAGE="http://qmhandle.sourceforge.net/"
SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~hppa ~ppc ~sparc ~amd64 ~ia64"
-# Should run on all platforms without issue
+KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
IUSE=""
+
RDEPEND="|| ( mail-mta/qmail mail-mta/qmail-mysql mail-mta/qmail-ldap )
- dev-lang/perl
- sys-apps/psmisc"
+ dev-lang/perl
+ sys-apps/psmisc"
DEPEND=""
-S=${WORKDIR}
+S=${WORKDIR}
src_unpack() {
unpack ${A}
@@ -31,5 +32,5 @@ src_compile() {
src_install() {
into /usr
dodoc README HISTORY
- dobin qmHandle
+ dobin qmHandle || die "dobin failed"
}