diff options
author | 2004-05-05 07:17:18 +0000 | |
---|---|---|
committer | 2004-05-05 07:17:18 +0000 | |
commit | b2159441028760f2110a22c42cb385e5bd5a0b0c (patch) | |
tree | b21149e6280fd2900e83b057a6255c48a88c9dc6 /net-mail/qmhandle | |
parent | emake -j1 becasue of bug #47978. (Manifest recommit) (diff) | |
download | gentoo-2-b2159441028760f2110a22c42cb385e5bd5a0b0c.tar.gz gentoo-2-b2159441028760f2110a22c42cb385e5bd5a0b0c.tar.bz2 gentoo-2-b2159441028760f2110a22c42cb385e5bd5a0b0c.zip |
QA Fix - inherit before DESCRIPTION
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r-- | net-mail/qmhandle/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/qmhandle/qmhandle-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog index f6331461a3d3..962e59b65552 100644 --- a/net-mail/qmhandle/ChangeLog +++ b/net-mail/qmhandle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmhandle # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.4 2004/04/27 21:03:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.5 2004/05/05 07:12:28 dragonheart Exp $ + + 05 May 2004; Daniel Black <dragonheart@gentoo.org> qmhandle-1.1.1.ebuild: + QA Fix - inherit before DESCRIPTION 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> qmhandle-1.1.1.ebuild: Add inherit eutils diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index 0cba5f951b63..29a7c48f5a91 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.6 2004/04/27 21:03:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.7 2004/05/05 07:12:28 dragonheart Exp $ + +inherit eutils + DESCRIPTION="Qmail message queue tool" HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" @@ -13,7 +16,6 @@ RDEPEND="|| ( net-mail/qmail net-mail/qmail-mysql net-mail/qmail-ldap ) dev-lang DEPEND="" S=${WORKDIR} -inherit eutils src_unpack() { unpack ${A} |