diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:09:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:09:00 +0000 |
commit | 0dda1173c444102a3136378f89a764860a32cbcd (patch) | |
tree | 368f2f197cb626a0cce0e6db724453443b0a87db /net-mail/qmhandle | |
parent | PPC stable profile update (diff) | |
download | historical-0dda1173c444102a3136378f89a764860a32cbcd.tar.gz historical-0dda1173c444102a3136378f89a764860a32cbcd.tar.bz2 historical-0dda1173c444102a3136378f89a764860a32cbcd.zip |
Add inherit eutils
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 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog index beabda07d1cf..f6331461a3d3 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.3 2004/03/14 00:48:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.4 2004/04/27 21:03:37 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> qmhandle-1.1.1.ebuild: + Add inherit eutils 13 Mar 2004; Robin Johnson,,604-339-5621,604-298-8414 <robbat2@gentoo.org> qmhandle-1.1.1.ebuild: diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index 00b3ec45c450..0cba5f951b63 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild @@ -1,6 +1,6 @@ # 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.5 2004/03/14 00:48:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.6 2004/04/27 21:03:37 agriffis Exp $ DESCRIPTION="Qmail message queue tool" HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" @@ -13,6 +13,8 @@ RDEPEND="|| ( net-mail/qmail net-mail/qmail-mysql net-mail/qmail-ldap ) dev-lang DEPEND="" S=${WORKDIR} +inherit eutils + src_unpack() { unpack ${A} epatch ${FILESDIR}/qmHandle-gentoo.patch |